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.
- Timestamp:
-
May 14, 2010, 2:59:34 PM (14 years ago)
- Author:
-
glaslos
- Comment:
-
changed information about the repository
Legend:
- Unmodified
- Added
- Removed
- Modified
-
v1
|
v2
|
|
5 | 5 | '''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."''. |
6 | 6 | |
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. |
8 | 8 | |
9 | 9 | == Downloading python-purple == |
10 | 10 | |
11 | | Python-purple source code is part of Carman's project. To download from SVN repository, issue the following command: |
| 11 | To download from GIT repository, issue the following command: |
12 | 12 | |
13 | 13 | {{{ |
14 | | svn checkout https://garage.maemo.org/svn/carman |
| 14 | git clone https://vcs.maemo.org/git/python-purple |
15 | 15 | }}} |
16 | 16 | |
17 | | You will find python-purple source code inside ''carman/python-purple'' directory. |
| 17 | You will find python-purple source code inside ''python-purple/'' directory. |
18 | 18 | |
19 | 19 | == 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!