buildout.ucsdetector 0.5
A buildout extension that enables dependency links to install eggs according to the UCS(Unicode Character Set) version of the python distribution.
buildout.ucsdetector
********************
The buildout.ucsdetector is a buildout extension that allows define diferent
links according to the UCS (Unicode Character Set) used by the python executable
associated with the buildout process. It's a workaround to provide a way to
install a project with that uses C/Python Unicode API internally and have to
provide support for diferent Python Unicode installations.
At the moment, Python 2.x versions have two python unicode support: UCS2 and
UCS4.
More details about the problem can be found at the `Python Documentation
<http://docs.python.org/c-api/unicode.html>`_.
Available Options
*****************
- ucs2-links
Define which dependency links will be added at the find-links option if
the python process if UCS2 enabled.
- ucs4-links
Define which dependency links will be added at the find-links
option if the python have UCS4 support.
| File | Type | Py Version | Uploaded on | Size | # downloads |
|---|---|---|---|---|---|
| buildout.ucsdetector-0.5-py2.6.egg (md5) | Python Egg | 2.6 | 2010-04-06 | 4KB | 942 |
| buildout.ucsdetector-0.5.tar.gz (md5) | Source | 2010-04-06 | 2KB | 454 | |
- Author: Diego Manhaes Pinheiro
- Home Page: http://github.com/dmpinheiro/buildout.ucsdetector
- Keywords: buildout ucs extension
- License: MIT
- Categories
- Package Index Owner: dmpinheiro
- DOAP record: buildout.ucsdetector-0.5.xml
