Ycarus Gentoo ebuild

progress

These ebuilds come from .

If you have some problems, go to the official site first.

dev-python

Babel : A collection of tools for internationalizing Python applications ( http://babel.pocoo.org/ https://github.com/mitsuhiko/babel https://pypi.python.org/pypi/Babel )

BitVector : A pure-Python memory-efficient packed representation for bit arrays ( https://engineering.purdue.edu/kak/dist/ https://pypi.python.org/pypi/BitVector )

PyQt4 : Python bindings for the Qt toolkit ( http://www.riverbankcomputing.com/software/pyqt/intro https://pypi.python.org/pypi/PyQt4 )

alabaster : A configurable sidebar-enabled Sphinx theme ( https://github.com/bitprophet/alabaster https://pypi.python.org/pypi/alabaster )

amqplib : Python client for the Advanced Message Queuing Procotol (AMQP) ( http://code.google.com/p/py-amqplib/ https://pypi.python.org/pypi/amqplib )

anyvc : Library to access any version control system ( http://pypi.python.org/pypi/anyvc )

apipkg : apipkg: namespace control and lazy-import mechanism ( https://bitbucket.org/hpk42/apipkg https://pypi.python.org/pypi/apipkg )

apsw : APSW - Another Python SQLite Wrapper ( https://rogerbinns.github.io/apsw/ https://github.com/rogerbinns/apsw )

argparse : Python command-line parsing library ( http://code.google.com/p/argparse/ https://pypi.python.org/pypi/argparse )

astng : Abstract Syntax Tree New Generation for logilab packages ( http://www.logilab.org/project/logilab-astng https://pypi.python.org/pypi/logilab-astng )

astroid : A abstract syntax tree for Python with inference support. ( http://astroid.org/ https://bitbucket.org/logilab/astroid https://pypi.python.org/pypi/astroid )

authres : authres - Authentication Results Header Module ( https://launchpad.net/authentication-results-python https://pypi.python.org/pypi/authres )

autopep8 : A tool that automatically formats Python code to conform to the PEP 8 style guide ( https://github.com/hhatto/autopep8 https://pypi.python.org/pypi/autopep8 )

backports.ssl_match_hostname : The ssl.match_hostname() function from Python 3.4 ( https://bitbucket.org/brandon/backports.ssl_match_hostname https://pypi.python.org/pypi/backports.ssl_match_hostname )

beaker : A Session and Caching library with WSGI Middleware ( https://beaker.readthedocs.org/ https://github.com/bbangert/beaker https://pypi.python.org/pypi/Beaker )

beautifulsoup : Beautiful Soup is a Python library for pulling data out of HTML and XML files ( http://www.crummy.com/software/BeautifulSoup/ https://launchpad.net/beautifulsoup https://pypi.python.org/pypi/beautifulsoup4 )

bitstring : Simple construction, analysis and modification of binary data. ( http://code.google.com/p/python-bitstring/ https://pypi.python.org/pypi/bitstring )

blessings : A thin, practical wrapper around terminal coloring, styling, and positioning ( https://github.com/erikrose/blessings https://pypi.python.org/pypi/blessings )

blinker : Fast, simple object-to-object and broadcast signaling ( https://pythonhosted.org/blinker/ https://github.com/jek/blinker https://pypi.python.org/pypi/blinker )

boto : Amazon Web Services Library ( https://github.com/boto/boto https://pypi.python.org/pypi/boto )

bottle : Fast and simple WSGI-framework for small web-applications. ( http://bottlepy.org/ https://github.com/defnull/bottle https://pypi.python.org/pypi/bottle )

bpython : Syntax highlighting and autocompletion for the Python interpreter ( http://www.bpython-interpreter.org/ https://bitbucket.org/bobf/bpython https://pypi.python.org/pypi/bpython )

bsddb3 : Python bindings for Oracle Berkeley DB ( http://www.jcea.es/programacion/pybsddb.htm https://pypi.python.org/pypi/bsddb3 )

cachecontrol : httplib2 caching for requests ( https://github.com/ionrock/cachecontrol https://pypi.python.org/pypi/CacheControl )

cairocffi : cffi-based cairo bindings for Python ( https://github.com/SimonSapin/cairocffi https://pypi.python.org/pypi/cairocffi )

celementtree : The cElementTree module is a C implementation of the ElementTree API ( http://effbot.org/zone/celementtree.htm https://pypi.python.org/pypi/cElementTree )

certifi : Python package for providing Mozilla's CA Bundle. ( http://python-requests.org/ https://pypi.python.org/pypi/certifi )

cffi : Foreign Function Interface for Python calling C code. ( https://cffi.readthedocs.org/ https://bitbucket.org/cffi/cffi https://pypi.python.org/pypi/cffi )

chameleon : Fast HTML/XML Template Compiler. ( http://chameleon.repoze.org/ https://github.com/malthe/chameleon https://pypi.python.org/pypi/Chameleon )

characteristic : Python attributes without boilerplate. ( https://characteristic.readthedocs.org/ https://github.com/hynek/characteristic https://pypi.python.org/pypi/characteristic )

charade : Universal encoding detector for python 2 and 3 ( https://github.com/sigmavirus24/charade http://pypi.python.org/pypi/charade )

chardet : Universal encoding detector for Python 2 and 3 ( https://chardet.github.io/ https://github.com/chardet/chardet https://pypi.python.org/pypi/chardet )

cheetah : Python-powered template engine and code generator. ( http://www.cheetahtemplate.org/ http://lasagna.io/cheetah/ https://github.com/cheetahtemplate/cheetah https://pypi.python.org/pypi/Cheetah )

cherrypy : Object-Oriented HTTP framework ( http://www.cherrypy.org/ https://bitbucket.org/cherrypy/cherrypy https://pypi.python.org/pypi/CherryPy )

cogapp : Cog: A code generator for executing Python snippets in source files. ( http://nedbatchelder.com/code/cog/ https://pypi.python.org/pypi/cogapp )

colander : A simple schema-based serialization and deserialization library ( https://docs.pylonsproject.org/projects/colander https://github.com/Pylons/colander https://pypi.python.org/pypi/colander )

configobj : Config file reading, writing and validation. ( https://github.com/DiffSK/configobj https://pypi.python.org/pypi/configobj )

contextlib2 : Backports and enhancements for the contextlib module ( https://contextlib2.readthedocs.org/ https://pypi.python.org/pypi/contextlib2 )

coverage : Code coverage measurement for Python ( http://nedbatchelder.com/code/coverage/ https://bitbucket.org/ned/coveragepy https://pypi.python.org/pypi/coverage )

cryptography : cryptography is a package which provides cryptographic recipes and primitives to Python developers. ( https://cryptography.io/ https://github.com/pyca/cryptography https://pypi.python.org/pypi/cryptography )

cryptography-vectors : Test vectors for the cryptography package. ( https://cryptography.io/ https://github.com/pyca/cryptography https://pypi.python.org/pypi/cryptography-vectors )

cssselect : cssselect parses CSS3 Selectors and translates them to XPath 1.0 ( https://pythonhosted.org/cssselect/ https://pypi.python.org/pypi/cssselect )

cssutils : A CSS Cascading Style Sheets library for Python ( https://bitbucket.org/cthedot/cssutils https://pypi.python.org/pypi/cssutils )

ctypesgen : Python wrapper generator for ctypes ( http://code.google.com/p/ctypesgen/ )

curtsies : Curses-like terminal wrapper, with colored strings! ( https://github.com/thomasballinger/curtsies https://pypi.python.org/pypi/curtsies )

cython : The Cython compiler for writing C extensions for the Python language ( http://cython.org/ https://github.com/cython/cython https://pypi.python.org/pypi/Cython )

d2to1 : Allows using distutils2-like setup.cfg files for a package's metadata with a distribute/setuptools setup.py ( https://pypi.python.org/pypi/d2to1 )

dbus-python : Python bindings for the D-Bus messagebus ( http://www.freedesktop.org/wiki/Software/DBusBindings http://dbus.freedesktop.org/doc/dbus-python/ )

decorator : Better living through Python with decorators ( https://pypi.python.org/pypi/decorator http://code.google.com/p/micheles/ )

decoratortools : Class, function, and metaclass decorators ( https://pypi.python.org/pypi/DecoratorTools )

deform : Another form generation library ( https://docs.pylonsproject.org/projects/deform https://github.com/Pylons/deform https://pypi.python.org/pypi/deform )

defusedxml : XML bomb protection for Python stdlib modules ( https://bitbucket.org/tiran/defusedxml https://pypi.python.org/pypi/defusedxml )

django : High-level Python web framework ( https://www.djangoproject.com/ https://github.com/django/django https://pypi.python.org/pypi/Django )

django-extensions : Extensions for Django ( https://django-extensions.readthedocs.org/ https://github.com/django-extensions/django-extensions https://pypi.python.org/pypi/django-extensions )

dnspython : DNS toolkit for Python ( http://www.dnspython.org/ https://github.com/rthalley/dnspython https://pypi.python.org/pypi/dnspython https://pypi.python.org/pypi/dnspython3 )

docutils : Docutils - Python Documentation Utilities ( http://docutils.sourceforge.net/ https://pypi.python.org/pypi/docutils )

dulwich : Python Git Library ( http://www.samba.org/~jelmer/dulwich/ https://github.com/jelmer/dulwich https://pypi.python.org/pypi/dulwich )

ecdsa : ECDSA cryptographic signature library (pure python) ( https://github.com/warner/python-ecdsa https://pypi.python.org/pypi/ecdsa )

egenix-mx-base : eGenix mx Base Distribution for Python - mxDateTime, mxTextTools, mxProxy, mxTools, mxBeeBase, mxStack, mxQueue, mxURL, mxUID ( http://www.egenix.com/products/python/mxBase https://pypi.python.org/pypi/egenix-mx-base )

elementtree : A light-weight XML object model for Python ( http://effbot.org/zone/element-index.htm https://pypi.python.org/pypi/elementtree )

enum34 : Python 3.4 Enum backported to 3.3, 3.2, 3.1, 2.7, 2.6, 2.5, and 2.4 ( https://pypi.python.org/pypi/enum34 )

epydoc : Tool for generating API documentation for Python modules, based on their docstrings ( http://epydoc.sourceforge.net/ )

eunuchs : Missing manly parts of UNIX API for Python ( http://www.inoi.fi/open/trac/eunuchs https://pypi.python.org/pypi/python-eunuchs )

eventlet : Highly concurrent networking library ( http://eventlet.net/ https://github.com/eventlet/eventlet https://bitbucket.org/eventlet/eventlet https://pypi.python.org/pypi/eventlet )

execnet : Rapid multi-Python deployment ( http://codespeak.net/execnet/ https://bitbucket.org/hpk42/execnet https://pypi.python.org/pypi/execnet )

extras : Useful extra bits for Python ( https://github.com/testing-cabal/extras http://pypi.python.org/pypi/extras )

eyeD3 : Module for manipulating ID3 (v1 + v2) tags in Python ( http://eyed3.nicfit.net/ https://bitbucket.org/nicfit/eyed3 )

fabric : Fabric is a simple, Pythonic tool for remote execution and deployment. ( http://fabfile.org/ https://github.com/fabric/fabric https://pypi.python.org/pypi/Fabric )

fanstatic : Flexible static resources for web applications ( http://fanstatic.org/ https://bitbucket.org/fanstatic/fanstatic https://pypi.python.org/pypi/fanstatic )

faulthandler : Display the Python traceback on a crash ( https://faulthandler.readthedocs.org/ https://github.com/haypo/faulthandler https://pypi.python.org/pypi/faulthandler )

feedparser : Universal feed parser, handles RSS 0.9x, RSS 1.0, RSS 2.0, CDF, Atom 0.3, and Atom 1.0 feeds ( http://code.google.com/p/feedparser/ http://pypi.python.org/pypi/feedparser )

fixtures : Fixtures, reusable state for writing clean tests and more. ( https://launchpad.net/python-fixtures https://pypi.python.org/pypi/fixtures )

flask : A microframework based on Werkzeug, Jinja2 and good intentions ( http://flask.pocoo.org/ https://github.com/mitsuhiko/flask https://pypi.python.org/pypi/Flask )

flask-openid : OpenID support for Flask ( https://pypi.python.org/pypi/Flask-OpenID )

flask-sqlalchemy : SQLAlchemy support for Flask applications ( https://pypi.python.org/pypi/Flask-SQLAlchemy )

flup : Random assortment of WSGI servers ( http://trac.saddi.com/flup https://pypi.python.org/pypi/flup )

fonttools : Library for manipulating TrueType, OpenType, AFM and Type1 fonts ( http://fonttools.sourceforge.net/ )

foolscap : RPC protocol for Twisted ( http://foolscap.lothar.com/trac https://pypi.python.org/pypi/foolscap )

formencode : HTML form validation, generation, and conversion package ( http://formencode.org/ http://pypi.python.org/pypi/FormEncode )

fpconst : Utilities for handling IEEE 754 floating point special values ( https://pypi.python.org/pypi/fpconst http://sourceforge.net/projects/rsoap/files/ )

fudge : Replace real objects with fakes (mocks, stubs, etc) while testing. ( http://farmdev.com/projects/fudge/ https://bitbucket.org/kumar303/fudge https://pypi.python.org/pypi/fudge )

gdata : Python client library for Google data APIs ( http://code.google.com/p/gdata-python-client/ https://pypi.python.org/pypi/gdata )

genshi : A toolkit for generation of output for the web ( http://genshi.edgewall.org/ https://pypi.python.org/pypi/Genshi )

gevent : Coroutine-based network library ( http://gevent.org/ https://github.com/surfly/gevent https://pypi.python.org/pypi/gevent )

gmpy : Python bindings for GMP, MPC, MPFR and MPIR libraries ( http://code.google.com/p/gmpy/ https://pypi.python.org/pypi/gmpy2 )

gnuplot-py : A python wrapper for Gnuplot ( http://gnuplot-py.sourceforge.net/ )

greenlet : Lightweight in-process concurrent programming ( https://github.com/python-greenlet/greenlet https://pypi.python.org/pypi/greenlet )

grequests : Requests + Gevent ( https://github.com/kennethreitz/grequests http://pypi.python.org/pypi/grequests )

h5py : Pythonic interface to the HDF5 binary data format ( http://www.h5py.org/ https://github.com/h5py/h5py https://pypi.python.org/pypi/h5py )

hglib : Mercurial Python library ( http://mercurial.selenic.com/ https://pypi.python.org/pypi/python-hglib )

html2text : Turn HTML into equivalent Markdown-structured text. ( https://github.com/html2text/html2text https://pypi.python.org/pypi/html2text )

html5lib : HTML parser based on the WHATWG HTML specification ( https://github.com/html5lib/html5lib-python https://pypi.python.org/pypi/html5lib )

http-parser : http request/response parser ( https://github.com/benoitc/http-parser https://pypi.python.org/pypi/http-parser )

httplib2 : A comprehensive HTTP client library. ( https://github.com/jcgregorio/httplib2 https://pypi.python.org/pypi/httplib2 )

idna : Internationalized Domain Names in Applications (IDNA) ( https://github.com/kjd/idna https://pypi.python.org/pypi/idna )

imaging : Python Imaging Library - Pillow (fork of PIL) ( https://github.com/python-pillow/Pillow https://pypi.python.org/pypi/Pillow )

imdbpy : Python package to access the IMDb's database ( http://imdbpy.sourceforge.net/ https://pypi.python.org/pypi/IMDbPY )

importlib : Backport of importlib.import_module() from Python 2.7 ( https://pypi.python.org/pypi/importlib )

ipaddr : Python IP address manipulation library ( http://code.google.com/p/ipaddr-py/ https://pypi.python.org/pypi/ipaddr )

ipaddress : IPv4/IPv6 manipulation library ( https://github.com/phihag/ipaddress https://pypi.python.org/pypi/ipaddress )

ipdb : IPython-enabled pdb ( https://pypi.python.org/pypi/ipdb )

ipy : Class and tools for handling of IPv4 and IPv6 addresses and networks ( https://github.com/haypo/python-ipy https://pypi.python.org/pypi/IPy )

ipython : IPython: Productive Interactive Computing ( http://ipython.org/ https://github.com/ipython/ipython https://pypi.python.org/pypi/ipython )

iso8601 : Simple module to parse ISO 8601 dates ( https://bitbucket.org/micktwomey/pyiso8601 https://pypi.python.org/pypi/iso8601 )

isodate : An ISO 8601 date/time/duration parser and formatter ( https://pypi.python.org/pypi/isodate )

itsdangerous : Various helpers to pass trusted data to untrusted environments and back. ( https://pythonhosted.org/itsdangerous/ https://github.com/mitsuhiko/itsdangerous https://pypi.python.org/pypi/itsdangerous )

jinja : A small but fast and easy to use stand-alone template engine written in pure python. ( http://jinja.pocoo.org/ https://github.com/mitsuhiko/jinja2 https://pypi.python.org/pypi/Jinja2 )

jonpy : Jon's Python modules ( http://jonpy.sourceforge.net/ https://pypi.python.org/pypi/jonpy )

jsonpickle : Python library for serializing any arbitrary object graph into JSON ( https://jsonpickle.github.io/ https://github.com/jsonpickle/jsonpickle https://pypi.python.org/pypi/jsonpickle )

libcloud : A standard Python library that abstracts away differences among multiple cloud provider APIs ( http://libcloud.apache.org/ https://pypi.python.org/pypi/apache-libcloud )

linecache2 : Backports of the linecache module ( https://github.com/testing-cabal/linecache2 https://pypi.python.org/pypi/linecache2 )

lockfile : Platform-independent file locking module ( https://github.com/smontanaro/pylockfile http://code.google.com/p/pylockfile/ https://pypi.python.org/pypi/lockfile )

logilab-common : Useful miscellaneous modules used by Logilab projects ( http://www.logilab.org/project/logilab-common https://pypi.python.org/pypi/logilab-common )

logilab-constraint : A finite domain constraints solver written in 100% pure Python ( http://www.logilab.org/project/logilab-constraint )

lxml : Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API. ( http://lxml.de/ https://pypi.python.org/pypi/lxml )

m2crypto : M2Crypto: A Python crypto and SSL toolkit ( https://github.com/martinpaljak/M2Crypto https://pypi.python.org/pypi/M2Crypto )

mako : A Python templating language ( http://www.makotemplates.org/ https://bitbucket.org/zzzeek/mako https://pypi.python.org/pypi/Mako )

manifestparser : Library to create and manage test manifests ( https://pypi.python.org/pypi/manifestparser )

manuel : Manuel lets you build tested documentation. ( http://pythonhosted.org/manuel/ https://github.com/benji-york/manuel https://pypi.python.org/pypi/manuel )

markdown : Python implementation of Markdown. ( https://pythonhosted.org/Markdown/ https://github.com/waylan/Python-Markdown https://pypi.python.org/pypi/Markdown )

markdown2 : A fast and complete Python implementation of Markdown ( https://github.com/trentm/python-markdown2 https://pypi.python.org/pypi/markdown2 )

markupsafe : Implements a XML/HTML/XHTML Markup safe string for Python ( https://github.com/mitsuhiko/markupsafe https://pypi.python.org/pypi/MarkupSafe )

martian : Martian is a library that allows the embedding of configuration information in Python code. ( http://pypi.python.org/pypi/martian )

matplotlib : Python plotting package ( http://matplotlib.org/ https://github.com/matplotlib/matplotlib https://pypi.python.org/pypi/matplotlib )

mechanize : Stateful programmatic web browsing in Python ( http://wwwsearch.sourceforge.net/mechanize/ http://pypi.python.org/pypi/mechanize )

medusa : A framework for writing long-running, high-performance network servers in Python, using asynchronous sockets ( https://pypi.python.org/pypi/medusa )

meld3 : meld3 is an HTML/XML templating engine. ( https://github.com/Supervisor/meld3 https://pypi.python.org/pypi/meld3 )

mimeparse : A module provides basic functions for parsing mime-type names and matching them against a list of media-ranges. ( https://github.com/dbtsai/python-mimeparse https://pypi.python.org/pypi/python-mimeparse )

minimock : The simplest possible mock library ( https://pypi.python.org/pypi/MiniMock )

mock : A Python Mocking and Patching Library for Testing ( http://www.voidspace.org.uk/python/mock/ http://pypi.python.org/pypi/mock )

mocker : Graceful platform for test doubles in Python (mocks, stubs, fakes, and dummies). ( http://labix.org/mocker https://pypi.python.org/pypi/mocker )

mongoengine : MongoEngine is a Python Object-Document Mapper for working with MongoDB. ( https://github.com/MongoEngine/mongoengine https://pypi.python.org/pypi/mongoengine )

mozcrash : Library for printing stack traces from minidumps left behind by crashed processes ( https://pypi.python.org/pypi/mozcrash )

mozdevice : Mozilla-authored device management ( https://pypi.python.org/pypi/mozdevice )

mozfile : Library of file utilities for use in Mozilla testing ( https://pypi.python.org/pypi/mozfile )

mozinfo : Library to get system information for use in Mozilla testing ( https://pypi.python.org/pypi/mozinfo )

mozlog : Robust log handling specialized for logging in the Mozilla universe ( https://pypi.python.org/pypi/mozlog )

moznetwork : Library of network utilities for use in Mozilla testing ( https://pypi.python.org/pypi/moznetwork )

mozprocess : Mozilla-authored process handling ( https://pypi.python.org/pypi/mozprocess )

mozprofile : Library to create and modify Mozilla application profiles ( https://pypi.python.org/pypi/mozprofile )

mozrunner : Reliable start/stop/configuration of Mozilla Applications (Firefox, Thunderbird, etc.) ( https://pypi.python.org/pypi/mozrunner )

mpi4py : Message Passing Interface for Python ( https://bitbucket.org/mpi4py/mpi4py http://pypi.python.org/pypi/mpi4py )

mpmath : Python library for arbitrary-precision floating-point arithmetic ( http://mpmath.org/ https://github.com/fredrik-johansson/mpmath http://code.google.com/p/mpmath/ https://pypi.python.org/pypi/mpmath )

msgpack : MessagePack (de)serializer. ( http://msgpack.org/ https://pypi.python.org/pypi/msgpack-python )

mysql-python : Python interface to MySQL ( https://github.com/farcepest/MySQLdb1 https://pypi.python.org/pypi/MySQL-python )

namespaces-backports : ( )

namespaces-paste : ( )

namespaces-peak : ( )

namespaces-repoze : ( )

namespaces-sphinxcontrib : ( )

namespaces-stsci : ( )

netaddr : Network address representation and manipulation library ( https://github.com/drkjam/netaddr https://pypi.python.org/pypi/netaddr )

networkx : Python package for creating and manipulating graphs and networks ( https://networkx.github.io/ https://github.com/networkx/networkx https://pypi.python.org/pypi/networkx )

nevow : A web templating framework that provides LivePage, an automatic AJAX toolkit. ( https://launchpad.net/nevow https://pypi.python.org/pypi/Nevow )

nltk : Natural Language Toolkit ( http://www.nltk.org/ https://github.com/nltk/nltk http://pypi.python.org/pypi/nltk )

nose : nose extends unittest to make testing easier ( https://nose.readthedocs.org/ https://github.com/nose-devs/nose https://pypi.python.org/pypi/nose )

nose-exclude : Exclude specific directories from nosetests runs. ( https://github.com/kgrandis/nose-exclude https://pypi.python.org/pypi/nose-exclude )

notify-python : Python bindings for libnotify ( http://www.galago-project.org/ )

numexpr : Fast numerical expression evaluator for NumPy ( https://github.com/pydata/numexpr https://pypi.python.org/pypi/numexpr )

numpy : NumPy: array processing for numbers, strings, records, and objects. ( http://www.numpy.org/ https://github.com/numpy/numpy https://pypi.python.org/pypi/numpy )

numpydoc : Sphinx extension to support docstrings in Numpy format ( https://github.com/numpy/numpydoc https://pypi.python.org/pypi/numpydoc )

oauthlib : A generic, spec-compliant, thorough implementation of the OAuth request-signing logic ( https://github.com/idan/oauthlib https://pypi.python.org/pypi/oauthlib )

oct2py : Python to GNU Octave bridge ( https://blink1073.github.io/oct2py/ https://github.com/blink1073/oct2py https://pypi.python.org/pypi/oct2py )

odfpy : Python API and tools to manipulate OpenDocument files ( https://joinup.ec.europa.eu/software/odfpy/home http://pypi.python.org/pypi/odfpy )

ordereddict : A drop-in substitute for Py2.7's new collections.OrderedDict that works in Python 2.4-2.6. ( http://pypi.python.org/pypi/ordereddict )

packaging : Core utilities for Python packages ( https://github.com/pypa/packaging https://pypi.python.org/pypi/packaging )

paramiko : SSH2 protocol library ( http://www.paramiko.org/ https://github.com/paramiko/paramiko https://pypi.python.org/pypi/paramiko )

paste : Tools for using a Web Server Gateway Interface stack ( http://pythonpaste.org https://pypi.python.org/pypi/Paste )

pastedeploy : Load, configure, and compose WSGI applications and servers ( http://pythonpaste.org/deploy/ https://pypi.python.org/pypi/PasteDeploy )

pastescript : A pluggable command-line frontend, including commands to setup package file layouts ( http://pythonpaste.org/script/ https://pypi.python.org/pypi/PasteScript )

paver : Easy build, distribution and deployment scripting ( https://paver.github.io/paver/ https://github.com/paver/paver https://pypi.python.org/pypi/Paver )

pbr : Python Build Reasonableness ( https://launchpad.net/pbr https://github.com/openstack-dev/pbr https://pypi.python.org/pypi/pbr )

pdfrw : Pure Python PDF file reader/writer library ( http://code.google.com/p/pdfrw/ http://pypi.python.org/pypi/pdfrw )

pep8 : Python style guide checker ( https://github.com/jcrocholl/pep8 https://pypi.python.org/pypi/pep8 )

peppercorn : A library for converting a token stream into a data structure for use in web form posts ( https://docs.pylonsproject.org/projects/peppercorn https://github.com/Pylons/peppercorn https://pypi.python.org/pypi/peppercorn )

pexpect : Python module for spawning child applications, controlling them and responding to expected patterns in their output ( https://pexpect.readthedocs.org/ https://github.com/pexpect/pexpect https://pypi.python.org/pypi/pexpect )

pillow : Wrapper package for dev-python/imaging ( HOMEPAGE="" )

pip : The PyPA recommended tool for installing Python packages. ( https://pip.pypa.io/ https://github.com/pypa/pip https://pypi.python.org/pypi/pip )

pkgconfig : Interface Python with pkg-config ( https://github.com/matze/pkgconfig https://pypi.python.org/pypi/pkgconfig )

ply : Python Lex-Yacc library ( http://www.dabeaz.com/ply/ https://github.com/dabeaz/ply https://pypi.python.org/pypi/ply )

polygon : Python package to handle polygonal shapes in 2D ( http://www.j-raedler.de/projects/polygon/ https://github.com/jraedler/Polygon3 )

pretend : A library for stubbing in Python ( https://github.com/alex/pretend https://pypi.python.org/pypi/pretend )

psutil : psutil is a cross-platform library for retrieving information on running processes and system utilization (CPU, memory, disks, network) in Python. ( https://pythonhosted.org/psutil/ https://github.com/giampaolo/psutil https://pypi.python.org/pypi/psutil )

psycopg : PostgreSQL database adapter for Python ( http://initd.org/psycopg/ https://pypi.python.org/pypi/psycopg2 )

pudb : A full-screen, console-based Python debugger ( https://pypi.python.org/pypi/pudb )

py : library with cross-python path, ini-parsing, io, code, log facilities ( https://pylib.readthedocs.org/ https://bitbucket.org/pytest-dev/py https://pypi.python.org/pypi/py )

pyPdf : PDF toolkit ( http://pybrary.net/pyPdf/ https://pypi.python.org/pypi/pyPdf )

pyalsaaudio : ALSA bindings ( http://sourceforge.net/projects/pyalsaaudio/ https://pypi.python.org/pypi/pyalsaaudio )

pyasn1 : ASN.1 types and codecs ( http://pyasn1.sourceforge.net/ https://pypi.python.org/pypi/pyasn1 )

pyasn1-modules : A collection of ASN.1-based protocols modules. ( http://pyasn1.sourceforge.net/ https://pypi.python.org/pypi/pyasn1-modules )

pyatspi : Python binding to at-spi library ( http://live.gnome.org/Accessibility )

pycairo : Python bindings for the cairo library ( http://cairographics.org/pycairo/ https://pypi.python.org/pypi/pycairo )

pyconstruct : A powerful declarative parser/builder for binary data ( https://construct.readthedocs.org/ https://github.com/construct/construct https://pypi.python.org/pypi/construct )

pycparser : C parser in Python ( https://github.com/eliben/pycparser https://pypi.python.org/pypi/pycparser )

pycrypto : Python Cryptography Toolkit ( https://www.dlitz.net/software/pycrypto/ https://github.com/dlitz/pycrypto https://pypi.python.org/pypi/pycrypto )

pycups : Python bindings for libcups ( http://cyberelk.net/tim/software/pycups/ https://pypi.python.org/pypi/pycups )

pycurl : Python bindings for cURL library ( http://pycurl.sourceforge.net/ https://github.com/pycurl/pycurl https://pypi.python.org/pypi/pycurl )

pycxx : Set of facilities to extend Python with C++ ( http://cxx.sourceforge.net/ http://sourceforge.net/projects/cxx/ )

pydispatcher : Multi-producer-multi-consumer signal dispatching mechanism ( http://pydispatcher.sourceforge.net/ http://pypi.python.org/pypi/PyDispatcher )

pydns : Python module for DNS (Domain Name Service) ( http://pydns.sourceforge.net/ https://launchpad.net/py3dns https://pypi.python.org/pypi/py3dns )

pyelftools : Library for analyzing ELF files and DWARF debugging information ( https://github.com/eliben/pyelftools https://pypi.python.org/pypi/pyelftools )

pyenchant : Python bindings for the Enchant spellchecking system ( https://pythonhosted.org/pyenchant/ https://github.com/rfk/pyenchant https://pypi.python.org/pypi/pyenchant )

pyfits : Reads FITS images and tables into numpy arrays and manipulates FITS headers ( http://www.stsci.edu/institute/software_hardware/pyfits https://pythonhosted.org/pyfits/ https://github.com/spacetelescope/PyFITS https://pypi.python.org/pypi/pyfits )

pyflakes : Passive checker of Python programs ( https://launchpad.net/pyflakes https://pypi.python.org/pypi/pyflakes )

pyfltk : Python interface to Fltk library ( http://pyfltk.sourceforge.net/ )

pyftpdlib : Python FTP server library ( https://github.com/giampaolo/pyftpdlib https://pypi.python.org/pypi/pyftpdlib )

pygame : Python bindings for SDL multimedia library ( http://www.pygame.org/ https://bitbucket.org/pygame/pygame )

pyglet : Cross-platform windowing and multimedia library ( http://www.pyglet.org/ http://code.google.com/p/pyglet/ http://pypi.python.org/pypi/pyglet )

pygments : Pygments is a syntax highlighting package written in Python. ( http://pygments.org/ https://bitbucket.org/birkenfeld/pygments-main https://pypi.python.org/pypi/Pygments )

pygobject : GLib's GObject library bindings for Python ( https://wiki.gnome.org/Projects/PyGObject )

pygraphviz : Python interface to Graphviz ( https://pygraphviz.github.io/ https://github.com/pygraphviz/pygraphviz https://pypi.python.org/pypi/pygraphviz )

pygtk : GTK+2 bindings for Python ( http://www.pygtk.org/ )

pygtkhelpers : PyGTKHelpers is a library to assist the building of PyGTK applications ( http://packages.python.org/pygtkhelpers/ http://pypi.python.org/pypi/pygtkhelpers )

pygui : A cross-platform pythonic GUI API ( http://www.cosc.canterbury.ac.nz/greg.ewing/python_gui/ )

pyinotify : Linux filesystem events monitoring ( https://github.com/seb-m/pyinotify http://pypi.python.org/pypi/pyinotify )

pyjwt : JSON Web Token implementation in Python ( https://github.com/progrium/pyjwt https://pypi.python.org/pypi/PyJWT )

pylibmc : Libmemcached wrapper written as a Python extension ( http://sendapatch.se/projects/pylibmc/ https://pypi.python.org/pypi/pylibmc )

pylibpcap : Python interface for libpcap ( http://pylibpcap.sourceforge.net/ http://sourceforge.net/projects/pylibpcap/ http://pypi.python.org/pypi/pylibpcap )

pylint : Python code static checker ( http://pylint.org/ https://bitbucket.org/logilab/pylint https://pypi.python.org/pypi/pylint )

pymongo : Python driver for MongoDB ( https://github.com/mongodb/mongo-python-driver https://pypi.python.org/pypi/pymongo )

pymssql : DB-API interface to Microsoft SQL Server for Python ( http://pymssql.org/ https://code.google.com/p/pymssql/ https://github.com/pymssql/pymssql https://pypi.python.org/pypi/pymssql )

pyodbc : Python ODBC library ( http://code.google.com/p/pyodbc https://github.com/mkleehammer/pyodbc )

pyopengl : Python OpenGL bindings ( http://pyopengl.sourceforge.net/ https://pypi.python.org/pypi/PyOpenGL )

pyopenssl : Python wrapper module around the OpenSSL library ( https://pythonhosted.org/pyOpenSSL/ https://github.com/pyca/pyopenssl https://pypi.python.org/pypi/pyOpenSSL )

pyparsing : Python parsing module ( http://pyparsing.wikispaces.com/ https://pypi.python.org/pypi/pyparsing )

pyproj : Python interface to PROJ.4 library ( http://code.google.com/p/pyproj/ http://pypi.python.org/pypi/pyproj )

pyquery : A jquery-like library for python ( https://github.com/gawel/pyquery https://pypi.python.org/pypi/pyquery )

pyramid : The Pyramid web application development framework, a Pylons project ( https://docs.pylonsproject.org/projects/pyramid https://github.com/Pylons/pyramid https://pypi.python.org/pypi/pyramid )

pyrex : A language for writing Python extension modules ( http://www.cosc.canterbury.ac.nz/greg.ewing/python/Pyrex/ )

pyro : Advanced and powerful Distributed Object Technology system written entirely in Python ( https://pythonhosted.org/Pyro4/ https://github.com/irmen/Pyro4 https://pypi.python.org/pypi/Pyro4 )

pysendfile : A Python interface to sendfile(2) syscall ( https://github.com/giampaolo/pysendfile https://pypi.python.org/pypi/pysendfile )

pyserial : Python Serial Port Extension ( http://pyserial.sourceforge.net/ http://sourceforge.net/projects/pyserial/ https://pypi.python.org/pypi/pyserial )

pyside : Python bindings for the Qt framework ( https://qt-project.org/wiki/PySide )

pyside-tools : PySide development tools (lupdate, rcc, uic) ( https://qt-project.org/wiki/PySide https://github.com/PySide/Tools )

pysnmp : A pure-Python SNMPv1/v2c/v3 library ( http://pysnmp.sourceforge.net/ https://pypi.python.org/pypi/pysnmp )

pysnmp-apps : SNMP command-line tools ( http://pysnmp.sourceforge.net/ https://pypi.python.org/pypi/pysnmp-apps )

pysnmp-mibs : PySNMP MIBs ( http://pysnmp.sourceforge.net/ http://pypi.python.org/pypi/pysnmp-mibs )

pyspf : SPF (Sender Policy Framework) implemented in Python. ( https://pypi.python.org/pypi/pyspf )

pysqlite : DB-API 2.0 interface for SQLite 3.x ( https://github.com/ghaering/pysqlite https://pysqlite.readthedocs.org/ https://pypi.python.org/pypi/pysqlite )

pystemmer : Snowball stemming algorithms, for information retrieval ( http://snowball.tartarus.org/ https://github.com/snowballstem/pystemmer https://pypi.python.org/pypi/PyStemmer )

pysvg : Python SVG Library ( http://codeboje.de/pysvg/ http://code.google.com/p/pysvg/ http://pypi.python.org/pypi/pysvg )

pysvn : Object-oriented Python bindings for Subversion ( http://pysvn.tigris.org/ http://pysvn.barrys-emacs.org/ )

pytest : pytest: simple powerful testing with Python ( http://pytest.org/ https://github.com/pytest-dev/pytest https://pypi.python.org/pypi/pytest )

python-dateutil : Extensions to the standard Python datetime module ( https://dateutil.readthedocs.org/ https://launchpad.net/dateutil https://github.com/dateutil/dateutil https://pypi.python.org/pypi/python-dateutil )

python-distutils-extra : Enhancements to Python's distutils ( https://launchpad.net/python-distutils-extra )

python-docs : HTML documentation for Python ( https://www.python.org/doc/ )

python-gettext : Python Gettext po to mo file compiler. ( http://pypi.python.org/pypi/python-gettext )

python-gflags : Command line flags module for Python ( http://code.google.com/p/python-gflags/ https://pypi.python.org/pypi/python-gflags )

python-gnupg : A wrapper for the Gnu Privacy Guard (GPG or GnuPG) ( https://pythonhosted.org/python-gnupg/ https://bitbucket.org/vinay.sajip/python-gnupg https://pypi.python.org/pypi/python-gnupg )

python-gnutls : Python bindings for GnuTLS ( https://pypi.python.org/pypi/python-gnutls )

python-ldap : Python modules for implementing LDAP clients ( http://python-ldap.org/ http://sourceforge.net/projects/python-ldap/ https://pypi.python.org/pypi/python-ldap )

python-memcached : Pure python memcached client ( http://www.tummy.com/software/python-memcached/ https://github.com/linsomniac/python-memcached https://pypi.python.org/pypi/python-memcached )

python-openid : OpenID support for servers and consumers. ( https://github.com/openid/python-openid https://pypi.python.org/pypi/python-openid )

python-slip : Miscellaneous convenience, extension and workaround code for Python ( https://fedorahosted.org/python-slip/ )

pythonmagick : Python bindings for ImageMagick ( http://www.imagemagick.org/script/api.php )

pytz : World timezone definitions for Python ( http://pytz.sourceforge.net/ https://pythonhosted.org/pytz/ https://pypi.python.org/pypi/pytz )

pyudev : Python binding to libudev ( http://pyudev.readthedocs.org/ https://github.com/lunaryorn/pyudev http://pypi.python.org/pypi/pyudev )

pyx : Python package for the generation of PostScript and PDF files ( http://pyx.sourceforge.net/ https://pypi.python.org/pypi/PyX )

pyxattr : Filesystem extended attributes for python ( http://pyxattr.k1024.org/ https://github.com/iustin/pyxattr https://pypi.python.org/pypi/pyxattr )

pyxdg : A Python module to deal with freedesktop.org specifications ( http://freedesktop.org/wiki/Software/pyxdg http://cgit.freedesktop.org/xdg/pyxdg/ https://pypi.python.org/pypi/pyxdg )

pyyaml : YAML parser and emitter for Python ( http://pyyaml.org/wiki/PyYAML https://bitbucket.org/xi/pyyaml https://pypi.python.org/pypi/PyYAML )

pyzmq : Python bindings for ZeroMQ ( http://www.zeromq.org/bindings:python https://github.com/zeromq/pyzmq https://pypi.python.org/pypi/pyzmq )

qscintilla-python : Python bindings for QScintilla ( http://www.riverbankcomputing.co.uk/software/qscintilla/intro )

qserve : job queue server ( https://github.com/pediapress/qserve http://pypi.python.org/pypi/qserve )

rdflib : RDFLib is a Python library for working with RDF, a simple yet powerful language for representing information. ( https://rdflib.readthedocs.org/ https://github.com/RDFLib/rdflib https://pypi.python.org/pypi/rdflib )

redis-py : Python client for Redis key-value store ( https://github.com/andymccurdy/redis-py https://pypi.python.org/pypi/redis )

regex : Alternative regular expression module, to replace re. ( https://code.google.com/p/mrab-regex-hg/ https://pypi.python.org/pypi/regex )

reportlab : Tools for generating printable PDF documents from any data source. ( http://www.reportlab.com/software/opensource/rl-toolkit/ https://pypi.python.org/pypi/reportlab )

repoze.lru : A tiny LRU cache implementation and decorator ( http://pypi.python.org/pypi/repoze.lru )

repoze.sphinx.autointerface : Sphinx extension: auto-generates API docs from Zope interfaces ( http://pypi.python.org/pypi/repoze.sphinx.autointerface )

requests : Python HTTP for Humans. ( http://python-requests.org/ https://github.com/kennethreitz/requests https://pypi.python.org/pypi/requests )

restkit : Python REST kit ( https://benoitc.github.io/restkit/ https://github.com/benoitc/restkit https://pypi.python.org/pypi/restkit )

restrictedpython : RestrictedPython provides a restricted execution environment for Python, e.g. for running untrusted code. ( http://pypi.python.org/pypi/RestrictedPython )

roman : Integer to Roman numerals converter ( http://pypi.python.org/pypi/roman )

rope : Python refactoring library ( http://rope.sourceforge.net/ https://github.com/python-rope/rope https://pypi.python.org/pypi/rope )

ropeide : Python refactoring IDE ( http://rope.sourceforge.net/ropeide.html http://pypi.python.org/pypi/ropeide )

ropemacs : An emacs mode for using rope python refactoring library ( http://rope.sourceforge.net/ropemacs.html http://pypi.python.org/pypi/ropemacs )

ropemode : A helper for using rope refactoring library in IDEs ( http://pypi.python.org/pypi/ropemode )

routes : Routing Recognition and Generation Tools ( https://routes.readthedocs.org/ https://github.com/bbangert/routes https://pypi.python.org/pypi/Routes )

rpyc : Remote Python Call (RPyC), a transparent and symmetric RPC library ( http://rpyc.sourceforge.net/ http://pypi.python.org/pypi/rpyc )

rsa : Pure-Python RSA implementation ( http://stuvel.eu/rsa https://pypi.python.org/pypi/rsa )

rst2pdf : Tool for transforming reStructuredText to PDF using ReportLab ( http://rst2pdf.ralsina.com.ar/ http://code.google.com/p/rst2pdf/ https://pypi.python.org/pypi/rst2pdf )

serpent : Serialization based on ast.literal_eval ( https://github.com/irmen/Serpent https://pypi.python.org/pypi/serpent )

service_identity : Service identity verification for pyOpenSSL. ( https://service-identity.readthedocs.org/ https://github.com/pyca/service_identity https://pypi.python.org/pypi/service_identity )

setproctitle : A library to allow customization of the process title. ( http://code.google.com/p/py-setproctitle/ https://pypi.python.org/pypi/setproctitle )

setuptools : Setuptools is a collection of extensions to Distutils ( https://pythonhosted.org/setuptools/ https://bitbucket.org/pypa/setuptools https://pypi.python.org/pypi/setuptools )

setuptools-git : Setuptools revision control system plugin for Git ( https://github.com/wichert/setuptools-git https://pypi.python.org/pypi/setuptools-git )

shiboken : A tool for creating Python bindings for C++ libraries ( https://qt-project.org/wiki/PySide )

shortuuid : A generator library for concise, unambiguous and URL-safe UUIDs. ( https://github.com/stochastic-technologies/shortuuid https://pypi.python.org/pypi/shortuuid )

simplegeneric : Simple generic functions for Python ( http://pypi.python.org/pypi/simplegeneric )

simplejson : Simple, fast, extensible JSON encoder/decoder for Python ( https://github.com/simplejson/simplejson https://pypi.python.org/pypi/simplejson )

simpleparse : A Parser Generator for Python (with mxTextTools derivative) ( http://simpleparse.sourceforge.net https://pypi.python.org/pypi/SimpleParse )

simpletal : SimpleTAL is a stand alone Python implementation of the TAL, TALES and METAL specifications used in Zope to power HTML and XML templates. ( http://www.owlfish.com/software/simpleTAL/ http://pypi.python.org/pypi/SimpleTAL )

sip : Python extension module generator for C and C++ libraries ( https://www.riverbankcomputing.com/software/sip/intro https://pypi.python.org/pypi/SIP )

six : Python 2 and 3 compatibility utilities ( https://bitbucket.org/gutworth/six https://pypi.python.org/pypi/six )

snowballstemmer : Snowball stemming library collection for Python ( https://github.com/shibukawa/snowball_py https://pypi.python.org/pypi/snowballstemmer )

soappy : SOAP Services for Python ( http://pywebsvcs.sourceforge.net/ https://github.com/kiorky/SOAPpy https://pypi.python.org/pypi/SOAPpy )

socketpool : Python socket pool ( https://github.com/benoitc/socketpool https://pypi.python.org/pypi/socketpool )

sourcecodegen : A Python source-code generator based on the ``compiler.ast`` abstract syntax tree. ( http://pypi.python.org/pypi/sourcecodegen )

sparql-wrapper : SPARQL Endpoint interface to Python ( https://rdflib.github.io/sparqlwrapper/ https://github.com/RDFLib/sparqlwrapper https://pypi.python.org/pypi/SPARQLWrapper )

sphinx : Python documentation generator ( http://sphinx-doc.org/ https://github.com/sphinx-doc/sphinx https://pypi.python.org/pypi/Sphinx )

sphinx-better-theme : A nice-looking, customizable Sphinx theme ( https://github.com/irskep/sphinx-better-theme https://pypi.python.org/pypi/sphinx-better-theme )

sphinx_rtd_theme : ReadTheDocs.org theme for Sphinx ( https://github.com/snide/sphinx_rtd_theme https://pypi.python.org/pypi/sphinx_rtd_theme )

sphinxcontrib-issuetracker : Sphinx integration with different issuetrackers ( http://sphinxcontrib-issuetracker.readthedocs.org/ https://github.com/lunaryorn/sphinxcontrib-issuetracker http://pypi.python.org/pypi/sphinxcontrib-issuetracker )

spyder : Scientific PYthon Development EnviRonment ( https://github.com/spyder-ide/spyder https://pypi.python.org/pypi/spyder )

sqlalchemy : Python SQL toolkit and Object Relational Mapper ( http://www.sqlalchemy.org/ https://pypi.python.org/pypi/SQLAlchemy )

sqlalchemy-migrate : Database schema migration for SQLAlchemy ( https://github.com/stackforge/sqlalchemy-migrate https://pypi.python.org/pypi/sqlalchemy-migrate )

sqlite3dbm : sqlite-backed dictionary ( https://pypi.python.org/pypi/sqlite3dbm )

sqlobject : Object-Relational Manager, aka database wrapper ( http://sqlobject.org/ https://pypi.python.org/pypi/SQLObject )

sqlparse : Non-validating SQL parser ( https://github.com/andialbrecht/sqlparse https://pypi.python.org/pypi/sqlparse )

stevedore : Manage dynamic plugins for Python applications ( https://pypi.python.org/pypi/stevedore )

stomper : Transport neutral client implementation of the STOMP protocol ( https://github.com/oisinmulvihill/stomper https://pypi.python.org/pypi/stomper )

storm : An object-relational mapper for Python developed at Canonical. ( https://storm.canonical.com/ https://pypi.python.org/pypi/storm )

stripogram : Strip-o-Gram HTML Conversion Library ( http://pypi.python.org/pypi/stripogram )

stsci-distutils : distutils/packaging-related utilities used by some of STScI's packages ( http://www.stsci.edu/institute/software_hardware/pyraf/stsci_python https://pypi.python.org/pypi/stsci.distutils )

subunit : Python implementation of subunit test streaming protocol ( https://launchpad.net/subunit https://pypi.python.org/pypi/python-subunit )

subvertpy : Alternative Python bindings for Subversion ( http://www.samba.org/~jelmer/subvertpy/ https://pypi.python.org/pypi/subvertpy )

tagpy : Python Bindings for TagLib ( http://mathema.tician.de/software/tagpy http://git.tiker.net/?p=tagpy.git https://pypi.python.org/pypi/tagpy )

tempita : A very small text templating language ( http://pythonpaste.org/tempita/ https://bitbucket.org/ianb/tempita https://pypi.python.org/pypi/Tempita )

testscenarios : Testscenarios, a pyunit extension for dependency injection ( https://launchpad.net/testscenarios https://pypi.python.org/pypi/testscenarios )

testtools : Extensions to the Python standard library unit testing framework ( https://github.com/testing-cabal/testtools https://launchpad.net/testtools https://pypi.python.org/pypi/testtools )

timelib : parse english textual date descriptions ( http://pypi.python.org/pypi/timelib )

traceback2 : Backports of the traceback module ( https://github.com/testing-cabal/traceback2 https://pypi.python.org/pypi/traceback2 )

translationstring : Utility library for i18n relied on by various Repoze and Pyramid packages ( https://docs.pylonsproject.org/projects/translationstring https://github.com/Pylons/translationstring https://pypi.python.org/pypi/translationstring )

ttfquery : Font metadata and glyph outline extraction utility library ( http://ttfquery.sourceforge.net/ https://launchpad.net/ttfquery https://pypi.python.org/pypi/TTFQuery )

twisted-conch : Twisted SSHv2 implementation ( )

twisted-core : The core parts of the Twisted networking framework ( )

twisted-lore : Twisted documentation system ( )

twisted-mail : A Twisted Mail library, server and client ( )

twisted-names : A Twisted DNS implementation ( )

twisted-news : Twisted News is an NNTP server and programming library ( )

twisted-pair : Twisted Pair contains low-level networking support ( )

twisted-runner : Twisted Runner is a process management library and inetd replacement ( )

twisted-web : Twisted web server, programmable in Python ( )

twisted-words : Twisted Words contains Instant Messaging implementations ( )

unidecode : ASCII transliterations of Unicode text ( https://pypi.python.org/pypi/Unidecode http://www.tablix.org/~avian/git/#unidecode )

unittest2 : The new features in unittest backported to Python 2.6+. ( https://code.google.com/p/unittest-ext/ https://hg.python.org/unittest2 https://pypi.python.org/pypi/unittest2 )

urllib3 : HTTP library with thread-safe connection pooling, file post, and more. ( https://urllib3.readthedocs.org/ https://github.com/shazow/urllib3 https://pypi.python.org/pypi/urllib3 )

urwid : Urwid is a curses-based user interface library for Python ( http://urwid.org/ https://github.com/wardi/urwid https://pypi.python.org/pypi/urwid )

venusian : A library for deferring decorator actions ( https://github.com/Pylons/venusian https://pypi.python.org/pypi/venusian )

virtualenv : Virtual Python Environment builder ( http://www.virtualenv.org/ https://github.com/pypa/virtualenv https://pypi.python.org/pypi/virtualenv )

virtualenv-clone : script to clone virtualenvs. ( https://github.com/edwardgeorge/virtualenv-clone https://pypi.python.org/pypi/virtualenv-clone )

virtualenvwrapper : Enhancements to virtualenv ( https://virtualenvwrapper.readthedocs.org/ https://bitbucket.org/dhellmann/virtualenvwrapper https://pypi.python.org/pypi/virtualenvwrapper )

visual : Real-time 3D graphics library for Python ( http://www.vpython.org/ https://github.com/vpython/visual )

vobject : A full featured Python package for parsing and generating vCard and vCalendar files ( http://vobject.skyhouseconsulting.com/ https://pypi.python.org/pypi/vobject )

waitress : Waitress WSGI server ( https://docs.pylonsproject.org/projects/waitress https://github.com/Pylons/waitress https://pypi.python.org/pypi/waitress )

webob : WSGI request and response object ( http://webob.org/ https://github.com/Pylons/webob https://pypi.python.org/pypi/WebOb )

webpy : A small and simple web framework for Python ( http://www.webpy.org http://pypi.python.org/pypi/web.py )

webtest : Helper to test WSGI applications ( https://webtest.pythonpaste.org/ https://docs.pylonsproject.org/projects/webtest https://github.com/Pylons/webtest https://pypi.python.org/pypi/WebTest )

werkzeug : Collection of various utilities for WSGI applications ( http://werkzeug.pocoo.org/ https://github.com/mitsuhiko/werkzeug https://pypi.python.org/pypi/Werkzeug )

which : a portable GNU which replacement implemented in Python ( http://code.google.com/p/which/ https://pypi.python.org/pypi/which )

wsgiproxy2 : A WSGI Proxy with various http client backends ( https://github.com/gawel/WSGIProxy2 https://pypi.python.org/pypi/WSGIProxy2 )

wstools : WSDL parsing services package for Web Services for Python ( http://pywebsvcs.sourceforge.net/ https://pypi.python.org/pypi/wstools )

wtforms : A flexible forms validation and rendering library for python web development. ( http://wtforms.simplecodes.com/ https://github.com/wtforms/wtforms https://pypi.python.org/pypi/WTForms )

wxpython : A blending of the wxWindows C++ class library with Python ( http://www.wxpython.org/ )

xcffib : A drop in replacement for xpyb, an XCB python binding ( https://github.com/tych0/xcffib https://pypi.python.org/pypi/xcffib )

xhtml2pdf : PDF generator using HTML and CSS ( http://www.xhtml2pdf.com/ https://pypi.python.org/pypi/xhtml2pdf )

xlrd : Library for developers to extract data from Microsoft Excel (tm) spreadsheet files ( http://www.python-excel.org/ https://github.com/python-excel/xlrd https://pypi.python.org/pypi/xlrd )

xlwt : Library to create spreadsheet files compatible with MS Excel 97/2000/XP/2003 XLS files ( http://www.python-excel.org/ https://github.com/python-excel/xlwt https://pypi.python.org/pypi/xlwt )

zope-interface : Wrapper package for net-zope/zope.interface ( HOMEPAGE="" )

Add an ebuild in portage :

The ebuild is now in the portage tree.

You can also use layman : emerge layman then layman -a progress

For Paludis use this rsync : rsync://gentoo.zugaina.org/progress-portage

If you have a problem : ycarus(-at-)zugaina.org