Trac is being migrated to new services! Issues can be found in our new YouTrack instance and WIKI pages can be found on our website.

Changes between Version 1 and Version 2 of PythonHowTo


Ignore:
Timestamp:
May 14, 2010, 2:59:34 PM (14 years ago)
Author:
glaslos
Comment:

changed information about the repository

Legend:

Unmodified
Added
Removed
Modified
  • PythonHowTo

    v1 v2  
    55'''Python-purple''' is a python bind for libpurple. It was written using [http://www.cython.org Cython] extension. As the Cython's website says: ''"Cython is a language that makes writing C extensions for the Python language as easy as Python itself. Cython is based on the well-known Pyrex, but supports more cutting edge functionality and optimizations."''.
    66
    7 '''Python-purple''' provides fully access to libpurple functions from python programs. You only need to import purple.so module (e.g. ''import purple'' from python shell) to start using python-purple. This HOWTO is not about modifying/extending python-purple bind itself, but how to write a python application using python-purple.
     7'''Python-purple''' provides access to libpurple functions from python programs. You only need to import purple.so module (e.g. ''import purple'' from python shell) to start using python-purple. This HOWTO is not about modifying/extending python-purple bind itself, but how to write a python application using python-purple.
    88
    99== Downloading python-purple ==
    1010
    11 Python-purple source code is part of Carman's project. To download from SVN repository, issue the following command:
     11To download from GIT repository, issue the following command:
    1212
    1313{{{
    14 svn checkout https://garage.maemo.org/svn/carman
     14git clone https://vcs.maemo.org/git/python-purple
    1515}}}
    1616
    17 You will find python-purple source code inside ''carman/python-purple'' directory.
     17You will find python-purple source code inside ''python-purple/'' directory.
    1818
    1919== Building and installing python-purple ==
All information, including names and email addresses, entered onto this website or sent to mailing lists affiliated with this website will be public. Do not post confidential information, especially passwords!