Ycarus Gentoo ebuild

funtoo

These ebuilds come from .

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

dev-python

3to2 : Refactors valid 3.x syntax into valid 2.x syntax, if a syntactical conversion is possible ( https://pypi.python.org/pypi/3to2 )

APScheduler : In-process task scheduler with Cron-like capabilities ( https://bitbucket.org/agronholm/apscheduler )

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 )

CacheControl : The httplib2 caching algorithms packaged up for use with requests ( https://github.com/ionrock/cachecontrol https://pypi.python.org/pypi/cachecontrol/ )

Coffin : Jinja2 adapter for Django ( https://github.com/coffin/coffin )

CoverageTestRunner : fail Python program unit tests unless they test everything ( http://liw.fi/coverage-test-runner/ )

Djblets : A collection of useful extensions for Django ( https://github.com/djblets/djblets )

Flask-KVSession : Transparent server-side session support for flask ( https://pypi.python.org/pypi/Flask-KVSession https://github.com/mbr/flask-kvsession )

GridDataFormats : Reading and writing of data on regular grids in Python ( https://pypi.python.org/pypi/GridDataFormats https://github.com/MDAnalysis/GridDataFormats )

Kivy : A software library for rapid development of hardware-accelerated multitouch applications ( http://kivy.org/ )

Numdifftools : Solves automatic numerical differentiation problems in one or more variables ( https://pypi.python.org/pypi/Numdifftools https://github.com/pbrod/numdifftools )

PyECLib : Messaging API for RPC and notifications over a number of different messaging transports ( https://pypi.python.org/pypi/PyECLib )

PyFoam : Tool to analyze and plot the residual files of OpenFOAM computations ( http://openfoamwiki.net/index.php/Contrib_PyFoam )

PyGithub : Python library to access the Github API v3 ( https://github.com/jacquev6/PyGithub/ )

PyPDF2 : Python library to work with pdf files ( https://pypi.python.org/pypi/PyPDF2/ https://github.com/mstamy2/PyPDF2 )

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

PyQt5 : Python bindings for the Qt framework ( http://www.riverbankcomputing.com/software/pyqt/intr )

PyQtMobility : Python bindings for Nokia's QtMobility libraries ( http://sourceforge.net/projects/pyqt/files/PyQtMobility/ )

PyRSS2Gen : RSS feed generator written in Python ( http://www.dalkescientific.com/Python/PyRSS2Gen.html https://pypi.python.org/pypi/PyRSS2Gen )

PyZilla : Python wrapper for the BugZilla XML-RPC API ( https://pypi.python.org/pypi/PyZilla )

RecSQL : Simple SQL analysis of python records ( https://orbeckst.github.com/RecSQL/ )

SaltTesting : Required testing tools needed in the several Salt Stack projects ( http://saltstack.org/ )

SchemaObject : A simple Python object interface to a MySQL database schema ( http://matuson.com/code/schemaobject/ )

WSME : Simplify the writing of REST APIs, and extend them with additional protocols. ( http://pythonhosted.org//WSME )

XenAPI : Xen API SDK, for communication with Citrix XenServer and Xen Cloud Platform ( http://community.citrix.com/display/xs/Download+SDKs )

addons : Dynamically extend other objects (formerly ObjectRoles) ( https://pypi.python.org/pypi/AddOns/ )

adns-python : Python bindings for ADNS ( https://code.google.com/p/adns-python/ https://pypi.python.org/pypi/adns-python )

adodb-py : Active Data Objects Data Base library for Python ( http://adodb.sourceforge.net/ )

aioeventlet : asyncio event loop scheduling callbacks in eventlet ( https://pypi.python.org/pypi/aioeventlet https://bitbucket.org/haypo/aioeventlet )

aiohttp : HTTP client/server for asyncio ( https://github.com/KeepSafe/aiohttp https://pypi.python.org/pypi/aiohttp )

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

alembic : database migrations tool, written by the author of SQLAlchemy ( https://bitbucket.org/zzzeek/alembic )

algopy : Taylor Arithmetic Computation and Algorithmic Differentiation ( https://pypi.python.org/pypi/algopy http://packages.python.org/algopy )

amodem : Transmit data between two computers using audio ( https://github.com/romanz/amodem )

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

aniso8601 : A library for parsing ISO 8601 strings ( https://bitbucket.org/nielsenb/aniso8601/ https://pypi.python.org/pypi/aniso8601/ )

ansi2html : Convert text with ANSI color codes to HTML ( https://pypi.python.org/pypi/ansi2html https://github.com/ralphbean/ansi2html )

ansicolor : Produce ansi color output and colored highlighting and diffing ( https://github.com/numerodix/ansicolor )

anyjson : Wraps the best available JSON implementation available in a common interface ( https://bitbucket.org/runeh/anyjson )

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 )

aplpy : Astronomical Plotting Library in Python ( https://aplpy.github.com/ )

appdirs : Module for determining appropriate platform-specific dirs ( https://github.com/ActiveState/appdirs )

apptools : Enthought Tool Suite: Application tools ( http://code.enthought.com/projects/app_tools/ https://pypi.python.org/pypi/apptools )

apse : Approximate String Matching in Python ( http://www.personal.psu.edu/staff/i/u/iua1/python/apse/ )

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

aquarium : Aquarium web application framework ( http://aquarium.sourceforge.net/ https://pypi.python.org/pypi/aquarium )

argcomplete : Bash tab completion for argparse ( https://pypi.python.org/pypi/argcomplete )

argh : A simple argparse wrapper ( http://packages.python.org/argh/ )

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

args : Command Arguments for Humans ( https://github.com/kennethreitz/args )

arrayterator : A buffered iterator for reading big arrays in small contiguous blocks ( https://pypi.python.org/pypi/arrayterator )

asciitable : An extensible ASCII table reader ( http://cxc.harvard.edu/contrib/asciitable )

asset : A package resource and symbol loading helper library ( https://pypi.python.org/pypi/asset https://github.com/metagriffin/asset )

assets : Cache-friendly asset management via content-hash-naming ( https://launchpad.net/web-assets )

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

astor : Read/rewrite/write Python ASTs ( https://pypi.python.org/pypi/astor )

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

astropy : Core functionality for performing astrophysics with Python ( http://astropy.org/ )

astropy-helpers : Helpers for Astropy and Affiliated packages ( https://github.com/astropy/astropy-helpers )

async : Async Framework ( HOMEPAGE=" )

asyncio : reference implementation of PEP 3156 ( https://pypi.python.org/pypi/asyncio https://github.com/python/asyncio )

atom : Memory efficient Python objects ( https://github.com/nucleic/atom )

atpy : Astronomical tables support for Python ( http://atpy.readthedocs.org/ )

attrdict : A dict with attribute-style access ( https://github.com/bcj/AttrDict )

audioread : Module for decoding audio files using whichever backend is available ( https://pypi.python.org/pypi/audioread )

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

autobahn : WebSocket and WAMP for Twisted and Asyncio ( https://pypi.python.org/pypi/autobahn http://autobahn.ws/python/ )

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 )

axiom : Object database implemented on top of SQLite ( http://divmod.org/trac/wiki/DivmodAxiom https://pypi.python.org/pypi/Axiom )

babelfish : Python library to work with countries and languages ( https://github.com/Diaoul/babelfish https://pypi.python.org/pypi/babelfish )

backports : Namespace for backported Python features ( https://bitbucket.org/brandon/backports https://pypi.python.org/pypi/backports/ )

backports-lzma : Backport of Python 3.3's lzma module for XZ/LZMA compressed files ( https://github.com/peterjc/backports.lzma/ https://pypi.python.org/pypi/backports.lzma/ )

backports-shutil_get_terminal_size : A backport of the get_terminal_size function from Python 3.3's shutil ( https://pypi.python.org/pypi/backports.shutil_get_terminal_size/ https://github.com/chrippa/backports.shutil_get_terminal_size )

backports-ssl-match-hostname : Backport of the ssl.match_hostname function ( https://pypi.python.org/pypi/backports.ssl_match_hostname/ )

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 )

bandit : A security linter from OpenStack Security ( https://openstack.org )

basemap : matplotlib toolkit to plot map projections ( http://matplotlib.sourceforge.net/basemap/doc/html/ https://pypi.python.org/pypi/basemap )

bashate : A pep8 equivalent for bash scripts ( https://pypi.python.org/pypi/bashate )

bcolz : Provides columnar and compressed data containers ( https://github.com/Blosc/bcolz )

bcrypt : Modern password hashing for software and servers ( https://github.com/pyca/bcrypt/ https://pypi.python.org/pypi/bcrypt/ )

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

beanstalkc : A simple beanstalkd client library ( https://github.com/earl/beanstalkc https://pypi.python.org/pypi/beanstalkc )

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 )

behave : behaviour-driven development, Python style ( https://github.com/behave/behave )

bicyclerepair : Bicycle Repair Man is the Python Refactoring Browser ( http://bicyclerepair.sourceforge.net/ )

billiard : Python multiprocessing fork ( https://pypi.python.org/pypi/billiard https://github.com/celery/billiard )

biplist : A binary plist parser/generator for Python ( https://pypi.python.org/pypi/biplist/ https://github.com/wooster/biplist )

bitarray : efficient arrays of booleans -- C extension ( https://github.com/ilanschnell/bitarray https://pypi.python.org/pypi/bitarray )

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

bjoern : A screamingly fast Python WSGI server written in C ( https://github.com/jonashaag/bjoern https://pypi.python.org/pypi/bjoern/ )

blaze : Next generation Python numpy ( http://blaze.pydata.org/ )

bleach : an easy whitelist-based HTML-sanitizing tool ( https://github.com/jsocol/bleach https://pypi.python.org/pypi/bleach )

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 )

blockcanvas : Enthought Tool Suite: Numerical modeling ( http://code.enthought.com/projects/block_canvas/ https://pypi.python.org/pypi/blockcanvas )

blosc : High performance compressor optimized for binary data ( http://blosc.pydata.org/ )

bluelet : Module for pure Python asynchronous I/O using coroutines ( https://pypi.python.org/pypi/bluelet )

blz : Chunked, compressed, Python data container for memory and disk ( http://blz.pydata.org/ )

bokeh : Statistical and interactive HTML plots for Python ( http://bokeh.pydata.org/ )

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

boto3 : The AWS SDK for Python ( https://github.com/boto/boto3 )

botocore : Low-level, data-driven core of boto 3. ( https://github.com/boto/botocore )

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

bottleneck : Fast NumPy array functions written in Cython ( http://berkeleyanalytics.com/bottleneck )

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 )

buildutils : Extensions for developing Python libraries and applications ( http://buildutils.lesscode.org https://pypi.python.org/pypi/buildutils )

buzhug : Fast, pure-Python database engine, using a syntax that Python programmers should find very intuitive ( http://buzhug.sourceforge.net/ https://pypi.python.org/pypi/buzhug )

bytecodeassembler : Generate Python code objects by "assembling" bytecode ( https://pypi.python.org/pypi//BytecodeAssembler )

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

cached-property : A cached-property for decorating methods in classes ( https://github.com/pydanny/cached-property )

cachetools : Extensible memoizing collections and decorators ( https://pypi.python.org/pypi/cachetools )

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

cangjie : The Python bindings to libcangjie ( http://cangjians.github.io )

carbon : Backend data caching and persistence daemon for Graphite ( http://graphite.wikidot.com/ )

carrot : AMQP Messaging Framework for Python ( https://github.com/ask/carrot/ )

casuarius : Cython wrapper for the Cassowary incremental constraint solver ( https://github.com/enthought/casuarius )

catkin_pkg : Standalone Python library for the catkin package system ( http://wiki.ros.org/catkin_pkg )

cddb-py : CDDB Module for Python ( http://sourceforge.net/projects/cddb-py/ )

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

celery : Open source asynchronous task queue/job queue based on distributed message passing ( http://celeryproject.org/ https://pypi.python.org/pypi/celery )

cement : CLI Application Framework for Python ( http://builtoncement.com/ )

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 )

cfgio : Python library for reading and writing configuration file formats found on a *nix systems ( https://github.com/ercpe/cfgio )

cfgparse : Config File parser for Python ( http://cfgparse.sourceforge.net https://pypi.python.org/pypi/cfgparse )

cgkit : Python library for creating 3D images ( http://cgkit.sourceforge.net )

cgroup-utils : Tools and libraries for control groups of Linux ( https://github.com/peo3/cgroup-utils )

chaco : Enthought Tool Suite: Interactive plotting toolkit ( http://code.enthought.com/projects/chaco/ )

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 )

cheetah-docs : Documentation for Cheetah templates ( http://www.cheetahtemplate.org/ )

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

cherrytemplate : Easy and powerful templating module for Python ( http://cherrytemplate.python-hosting.com/ )

cliapp : Framework for Unix-like command line programs ( http://liw.fi/cliapp/ )

click : A Python package for creating beautiful command line interfaces ( http://click.pocoo.org/ https://pypi.python.org/pypi/click )

clientcookie : Python module for handling HTTP cookies on the client side ( http://wwwsearch.sourceforge.net/ClientCookie/ https://pypi.python.org/pypi/ClientCookie )

cliff : Command Line Interface Formulation Framework ( https://github.com/dreamhost/cliff )

cliff-tablib : Formatter extensions of JSON, YAML, and HTML output in programs created by the cliff framework ( https://github.com/dreamhost/cliff-tablib )

clint : Python Command-line Application Tools ( https://github.com/kennethreitz/clint )

cloudlib : Cloud middleware for in application use. ( https://github.com/cloudnull/cloudlib )

cmd2 : Extra features for standard library's cmd module ( https://bitbucket.org/catherinedevlin/cmd2 )

codetools : Enthought Tool Suite: Code analysis and execution tools ( http://code.enthought.com/projects/code_tools/ )

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 )

colorama : Makes ANSI escape character sequences for producing colored terminal text and cursor positioning ( https://code.google.com/p/colorama/ https://pypi.python.org/pypi/colorama https://github.com/tartley/colorama )

coloredlogs : Colored stream handler for the logging module ( https://pypi.python.org/pypi/coloredlogs https://github.com/xolox/python-coloredlogs http://coloredlogs.readthedocs.org )

colorlog : Log formatting with colors ( https://pypi.python.org/pypi/colorlog https://github.com/borntyping/python-colorlog )

colout : Adds color to arbitrary command output ( https://nojhan.github.com/colout/ )

columnize : Format a simple (i.e. not nested) list into aligned columns ( https://github.com/rocky/pycolumnize https://pypi.python.org/pypi/columnize )

common : Common tools and data structures implemented in pure python ( https://pypi.python.org/pypi/common )

compizconfig-python : Compizconfig Python Bindings ( http://www.compiz.org/ )

configargparse : A drop-in replacement for argparse that adds support for config files and/or environment variables ( https://github.com/zorro3/ConfigArgParse https://pypi.python.org/pypi/ConfigArgParse )

configclass : A Python to class to hold configuration values ( https://github.com/schettino72/configclass/ )

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

configparser : Backport of Python-3 built-in configparser ( https://pypi.python.org/pypi/configparser/ )

configshell : ConfigShell Community Edition for target_core_mod/ConfigFS ( http://linux-iscsi.org/ )

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

cookies : Friendlier RFC 6265-compliant cookie parser/renderer ( https://gitlab.com/sashahart/cookies )

cosmolopy : Cosmology routines built on NumPy/SciPy ( https://roban.github.com/CosmoloPy/ https://pypi.python.org/pypi/CosmoloPy )

couchdb-python : Python library for working with CouchDB ( https://github.com/djc/couchdb-python https://pypi.python.org/pypi/CouchDB )

cov-core : plugin core for use by pytest-cov, nose-cov and nose2-cov ( https://bitbucket.org/memedough/cov-core/overview )

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

crcmod : Python CRC Generator module ( http://crcmod.sourceforge.net/ )

crumbs : Generalized all-in-one parameters module ( https://github.com/alunduil/crumbs )

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 )

cvxopt : Python package for convex optimization ( http://cvxopt.org/ )

cx-oracle : Python interface to Oracle ( http://www.cxtools.net/default.aspx?nav=cxorlb )

cx_Freeze : Create standalone executables from Python scripts ( http://cx-freeze.sourceforge.net )

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 )

cytoolz : Cython implementation of Toolz: High performance functional utilities ( https://pypi.python.org/pypi/cytoolz )

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 )

dap : Data Access Protocol client and server ( http://pydap.org https://pypi.python.org/pypi/dap https://pypi.python.org/pypi/Pydap )

datashape : Language defining a data description protocol ( https://github.com/ContinuumIO/datashape )

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

dbutils : Database connections for multi-threaded environments ( http://www.webwareforpython.org/DBUtils https://pypi.python.org/pypi/DBUtils )

ddt : A library to multiply test cases ( https://pypi.python.org/pypi/ddt https://github.com/txels/ddt )

debtcollector : ... Python deprecation patterns and strategies that help you collect your technical debt .... ( http://www.openstack.org/ )

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 )

demjson : encoder, decoder, and lint/validator for JSON (JavaScript Object Notation) compliant with RFC 4627 ( http://deron.meranda.us/python/demjson/ https://pypi.python.org/pypi/demjson )

dicttoxml : Converts a Python dictionary or other ata type to a valid XML string ( https://github.com/quandyfactory/dicttoxml )

diff-match-patch : Diff, match and patch algorithms for plain text ( https://code.google.com/p/google-diff-match-patch/ )

dingus : A record-then-assert mocking library ( https://pypi.python.org/pypi/dingus/ )

discogs-client : Official Python API client for Discogs ( https://github.com/discogs/discogs_client https://pypi.python.org/pypi/discogs-client )

disqus-python : Python client library for accessing the disqus.com API ( https://github.com/disqus/disqus-python )

distlib : Distribution utilities ( https://pypi.python.org/pypi/distlib https://bitbucket.org/vinay.sajip/distlib https://github.com/vsajip/distlib )

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

django-annoying : This is django application that try to eliminate annoying things in Django framework ( https://bitbucket.org/offline/django-annoying/wiki/Home )

django-appconf : A helper class for handling configuration defaults of packaged apps gracefully ( https://github.com/jezdez/django-appconf http://django-appconf.readthedocs.org/ https://pypi.python.org/pypi/django-appconf )

django-auth-ldap : Django LDAP authentication backend ( https://pypi.python.org/pypi/django-auth-ldap https://bitbucket.org/psagers/django-auth-ldap/ )

django-baker : Management command that generates views, forms, urls, admin, and templates for models ( https://pypi.python.org/pypi/django-baker https://github.com/krisfields/django-baker )

django-celery : Celery Integration for Django ( http://celeryproject.org/ )

django-compressor : Compresses linked and inline javascript or CSS into a single cached file ( https://github.com/django-compressor/django-compressor )

django-crispy-forms : Best way to have Django DRY forms ( HOMEPAGE=" )

django-debug-toolbar : A configurable set of panels that display debug information ( HOMEPAGE=" )

django-discover-runner : A Django test runner based on unittest2's test discovery ( https://github.com/jezdez/django-discover-runne )

django-endless-pagination : Tools supporting ajax, multiple and lazy pagination, Twitter-style and Digg-style pagination ( https://github.com/frankban/django-endless-pagination )

django-evolution : A Django application that will run cron jobs for other django apps ( https://code.google.com/p/django-evolution/ https://pypi.python.org/pypi/django_evolution/ )

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

django-formtools : High-level abstractions for Django forms ( http://django-formtools.readthedocs.org/ )

django-grappelli : A jazzy skin for the Django Admin-Interface ( HOMEPAGE=" )

django-haystack : Pluggable search for Django ( http://haystacksearch.org/ )

django-international : Country and currency data for Django projects ( https://pypi.python.org/pypi/django-international https://bitbucket.org/monwara/django-international )

django-ldap-groups : A reusable application for the Django web framework ( https://code.google.com/p/django-ldap-groups )

django-ldapdb : An LDAP database backend for Django ( https://github.com/jlaine/django-ldapdb )

django-nose : Django test runner that uses nose ( https://github.com/jbalogh/django-nose )

django-oauth-plus : Support of OAuth 1.0a in Django using python-oauth2 ( https://pypi.python.org/pypi/django-oauth-plus http://code.welldev.org/django-oauth-plus/ )

django-openid-auth : A library that can be used to add OpenID support to Django applications ( https://launchpad.net/django-openid-auth )

django-opensearch : A django reusable application to handle opensearch.xml ( https://github.com/vint21h/django-opensearch )

django-openstack-auth : Django authentication backend for use with OpenStack Keystone Identity backend ( http://django_openstack_auth.readthedocs.org/ )

django-otp : A pluggable framework for adding two-factor authentication to Django using one-time passwords ( https://bitbucket.org/psagers/django-otp )

django-otp-yubikey : django-otp plugin that verifies YubiKey OTP tokens ( https://bitbucket.org/psagers/django-otp )

django-picklefield : Implementation of a pickled object field for django ( https://github.com/shrubberysoft/django-picklefield )

django-pipeline : An asset packaging library for Django ( https://pypi.python.org/pypi/django-pipeline/ https://github.com/cyberdelia/django-pipeline )

django-piston : A mini-framework for Django for creating RESTful APIs ( https://bitbucket.org/jespern/django-piston/wiki/Home )

django-recaptcha : Django recaptcha form field/widget app ( https://github.com/praekelt/django-recaptcha https://pypi.python.org/pypi/django-recaptcha )

django-registration : An extensible user-registration application for Django ( https://www.bitbucket.org/ubernostrum/django-registration/wiki/ https://pypi.python.org/pypi/django-registration )

django-select2 : A Django integration of Select2 ( https://pypi.python.org/pypi/Django-Select2 )

django-setuptest : Simple test suite enabling Django app testing via setup.py ( https://github.com/praekelt/django-setuptest )

django-social-auth : An easy to setup social authentication/authorization mechanism for Django projects ( https://pypi.python.org/pypi/django-social-auth/ )

django-tables2 : Table/data-grid framework for Django ( https://pypi.python.org/pypi/django-tables2/ https://github.com/bradleyayers/django-tables2/ )

django-tagging : Generic tagging application for Django ( https://code.google.com/p/django-tagging/ )

django-tastypie : A flexible and capable API layer for django utilising serialisers ( https://pypi.python.org/pypi/django-tastypie/ https://github.com/toastdriven/django-tastypie )

django-tinymce : TinyMCE integration for Django ( https://github.com/aljosa/django-tinymce )

django-two-factor-auth : User-friendly Two-Factor Authentication for Django ( https://github.com/Bouke/django-two-factor-auth )

django-xslt : an XSLT template system for Django ( https://pypi.python.org/pypi/django-xslt/ )

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 )

docker-py : Python client for Docker ( https://github.com/docker/docker-py )

dockerpty : Python library to use the pseudo-tty of a docker container ( https://github.com/d11wtq/dockerpty )

docopt : Pythonic argument parser, that will make you smile ( https://pypi.python.org/pypi/docopt https://github.com/docopt/docopt )

doctest-ignore-unicode : Add flag to ignore unicode literal prefixes in doctests ( https://pypi.python.org/pypi/doctest-ignore-unicode http://github.com/gnublade/doctest-ignore-unicode )

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

docutils-glep : Gentoo GLEP support for docutils ( https://www.gentoo.org/proj/en/glep/ )

dogpile-cache : API built on a lock allowing access to expiring values while a single thread generates a new value. ( https://bitbucket.org/zzzeek/dogpile.cache )

dogpile-core : A lock which allows a thread to generate an expensive resource while other threads use the old value ( https://bitbucket.org/zzzeek/dogpile.core )

doit : Automation tool ( http://python-doit.sourceforge.net/ https://pypi.python.org/pypi/doit )

doit-py : doit tasks for python stuff ( http://pythonhosted.org/doit-py )

doublex : Python test doubles ( https://bitbucket.org/DavidVilla/python-doublex )

doublex-expects : Expects matchers for Doublex test doubles assertions ( https://github.com/jaimegildesagredo/doublex-expects )

dpkt : Fast, simple packet creation / parsing, with definitions for the basic TCP/IP protocols ( https://github.com/kbandla/dpkt )

dreampie : pygtk-based python shell ( http://dreampie.org/ )

drpython : A powerful cross-platform IDE for Python ( http://drpython.sourceforge.net/ )

dugong : Python library for communicating with HTTP 1.1 servers ( https://bitbucket.org/nikratio/python-dugong/ )

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

dynd-python : Python exposure of multidimensionnal array library libdynd ( https://github.com/ContinuumIO/dynd-python )

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

editobj : EditObj can create a dialog box to edit ANY Python object ( http://home.gna.org/oomadness/en/editobj/index.html )

edpwd : Encrypt/Decrypt Password Library that wraps up Blowfish ( https://pypi.python.org/pypi/edpwd/ )

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 )

egg-python : EggTrayIcon bindings for Python ( )

elasticsearch-curator : Tending time-series indices in Elasticsearch ( https://github.com/elasticsearch/curator )

elasticsearch-py : official Python low-level client for Elasticsearch ( http://elasticsearch-py.rtfd.org/ )

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

elib-intl : Enhanced internationalization (I18N) services for your Python modules and applications ( https://github.com/dieterv/elib.intl/ )

eliot : Logging as Storytelling ( https://github.com/hybridcluster/eliot )

embedly : Python Library for Embedly ( https://github.com/embedly/embedly-python/ https://pypi.python.org/pypi/Embedly )

empy : A powerful and robust templating system for Python ( http://www.alcyone.com/software/empy/ )

enable : Enthought Tool Suite: Drawing and interaction packages ( http://code.enthought.com/projects/enable/ https://pypi.python.org/pypi/enable https://github.com/enthought/enable )

enaml : Enthought Tool Suite: framework for writing declarative interfaces ( http://code.enthought.com/projects/enaml/ https://pypi.python.org/pypi/enaml )

encore : Enthought Tool Suite: collection of core-level utility modules ( https://github.com/enthought/encore )

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 )

envisage : Enthought Tool Suite: Extensible application framework ( http://code.enthought.com/projects/envisage )

envoy : Simple API for running external processes ( https://github.com/kennethreitz/envoy https://pypi.python.org/pypi/envoy )

enzyme : Python video metadata parser ( https://github.com/Diaoul/enzyme https://pypi.python.org/pypi/enzyme )

epsilon : Epsilon is a Python utilities package, most famous for its Time class ( http://divmod.org/trac/wiki/DivmodEpsilon https://pypi.python.org/pypi/Epsilon )

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

errorhandler : Logging framework handler that tracks when messages above a certain level have been logged ( https://pypi.python.org/pypi/errorhandler )

ets : Meta package for the Enthought Tool Suite ( http://code.enthought.com/projects/ )

etsdevtools : Enthought Tool Suite: Tools to support Python development ( http://code.enthought.com/projects/dev_tools.php https://pypi.python.org/pypi/etsdevtools )

etsproxy : Enthought Tool Suite: Proxy modules for backwards compatibility ( https://pypi.python.org/pypi/etsproxy )

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 )

expects : Expressive and extensible TDD/BDD assertion library for Python ( https://github.com/jaimegildesagredo/expects )

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

extremes : Production-quality 'Min' and 'Max' objects ( https://pypi.python.org/pypi/Extremes )

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 )

falcon : A supersonic micro-framework for building cloud APIs ( http://falconframework.org/ https://pypi.python.org/pypi/falcon )

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

fasteners : A python package that provides useful locks ( https://github.com/harlowja/fasteners )

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

feedgenerator : Standalone version of django.utils.feedgenerator ( https://pypi.python.org/pypi/feedgenerator )

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 )

fexpect : Extension for fabric to handle prompts through pexpect ( https://github.com/ilogue/fexpect )

figleaf : Code coverage tool ( http://darcs.idyll.org/~t/projects/figleaf/doc/ https://pypi.python.org/pypi/figleaf )

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

flake8 : A wrapper around PyFlakes, pep8 and mccabe ( https://bitbucket.org/tarek/flake8 https://pypi.python.org/pypi/flake8 )

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-admin : Simple and extensible admin interface framework for Flask ( https://pypi.python.org/pypi/Flask-Admin )

flask-babel : i18n and l10n support for Flask based on Babel and pytz ( http://packages.python.org/Flask-Babel/ )

flask-cors : A Flask extension for Cross Origin Resource Sharing (CORS) ( https://github.com/wcdolphin/flask-cors https://pypi.python.org/pypi/Flask-Cors )

flask-dashed : Admin app framework for flask ( http://pythonhosted.org/${MY_PN}/ https://pypi.python.org/pypi/${MY_PN} )

flask-evolution : Simple migrations for Flask/SQLAlchemy projects ( https://pypi.python.org/pypi/Flask-Evolution )

flask-login : Login session support for Flask ( https://pypi.python.org/pypi/Flask-Login )

flask-mail : Flask extension for sending email ( http://pythonhosted.org/Flask-Mail/ https://pypi.python.org/pypi/Flask-Mail )

flask-migrate : SQLAlchemy database migrations for Flask applications using Alembic ( https://pypi.python.org/pypi/Flask-Admin )

flask-mongoengine : Flask support for MongoDB and with WTF model forms ( https://pypi.python.org/pypi/flask-mongoengine/ )

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

flask-peewee : Flask integration layer for the Peewee ORM ( https://pypi.python.org/pypi/Flask-Admin )

flask-principal : Identity management for flask ( http://pythonhosted.org/${MY_PN}/ https://pypi.python.org/pypi/${MY_PN} )

flask-pymongo : PyMongo support for Flask ( https://pypi.python.org/pypi/Flask-PyMongo )

flask-restful : Simple framework for creating REST APIs ( http://flask-restful.readthedocs.org/ https://github.com/twilio/flask-restful/ )

flask-restless : Flask extension for easy ReSTful API generation ( http://packages.python.org/Flask-Restless/ )

flask-script : Flask support for writing external scripts ( http://packages.python.org/Flask-Script/ https://pypi.python.org/pypi/Flask-Script )

flask-security : Simple security for Flask apps ( http://pythonhosted.org/${MY_PN}/ https://pypi.python.org/pypi/${MY_PN} )

flask-socketio : Socket.IO integration for Flask applications. ( https://flask-socketio.readthedocs.org/ https://github.com/miguelgrinberg/${MY_PN}/ https://pypi.python.org/pypi/${MY_PN} )

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

flask-testing : Unit testing for Flask ( http://pythonhosted.org/Flask-Testing/ https://pypi.python.org/pypi/Flask-Testing/ )

flask-themes : Infrastructure for theming support in Flask applications ( http://packages.python.org/Flask-Themes/ https://pypi.python.org/pypi/Flask-Themes )

flask-uploads : Flexible and efficient upload handling for Flask ( http://pythonhosted.org/Flask-Testing )

flask-whooshalchemy : Whoosh extension to Flask/SQLAlchemy ( https://github.com/gyllstromk/Flask-WhooshAlchemy https://pypi.python.org/pypi/${MY_PN} )

flask-wtf : Simple integration of Flask and WTForms, including CSRF, file upload and Recaptcha integration ( http://pythonhosted.org/Flask-WTF/ https://pypi.python.org/pypi/Flask-WTF )

flask-xml-rpc : XML-RPC support for Flask applications ( http://packages.python.org/Flask-XML-RPC/ https://pypi.python.org/pypi/Flask-XML-RPC )

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/ )

freezegun : Let your Python tests travel through time ( https://github.com/spulec/freezegun )

frozen-flask : Freezes a Flask application into a set of static files ( https://github.com/SimonSapin/Frozen-Flask https://pypi.python.org/pypi/Frozen-Flask )

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 )

funcparserlib : Recursive descent parsing library based on functional combinators ( https://code.google.com/p/funcparserlib/ https://pypi.python.org/pypi/funcparserlib )

funcsigs : Python function signatures from PEP362 for Python 2.7 ( https://pypi.python.org/pypi/funcsigs )

functest : Functest is a test tool/framework for testing in Python ( https://code.google.com/p/functest/ https://pypi.python.org/pypi/functest )

functools32 : Backport of the functools module from Python 3 ( https://pypi.python.org/pypi/functools32 https://github.com/MiCHiLU/python-functools32 )

fuse-python : Python FUSE bindings ( http://fuse.sourceforge.net/wiki/index.php/FusePython )

fusil : Fusil the fuzzer is a Python library used to write fuzzing programs ( https://bitbucket.org/haypo/fusil/wiki/Home https://pypi.python.org/pypi/fusil )

futures : Backport of the concurrent.futures package from Python 3.2 ( https://code.google.com/p/pythonfutures https://pypi.python.org/pypi/futures )

futurist : Useful additions to futures, from the future ( https://pypi.python.org/pypi/futurist http://docs.openstack.org/developer/futurist )

gconf-python : Python bindings for the GConf library ( )

gcs-oauth2-boto-plugin : OAuth 2.0 plugin for Google Cloud Storage credentials in the Boto library ( https://pypi.python.org/pypi/gcs-oauth2-boto-plugin )

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

gdmodule : Python extensions for gd ( https://github.com/Solomoriah/gdmodule )

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

geoip-python : Python bindings for GeoIP ( https://github.com/maxmind/geoip-api-python )

geopy : A Geocoding Toolbox for Python ( http://www.geopy.org/ https://github.com/geopy/geopy )

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

gevent-socketio : SocketIO server based on the Gevent pywsgi server ( https://pypi.python.org/pypi/gevent-socketio/ )

gevent-websocket : Websocket handler for the gevent pywsgi server ( https://pypi.python.org/pypi/gevent-websocket/ )

ghp-import : Copy your docs directly to the gh-pages branch ( https://github.com/davisp/ghp-import )

git-python : Library used to interact with Git repositories ( http://gitorious.org/git-python https://pypi.python.org/pypi/GitPython )

git-review : Tool to submit code to Gerrit ( https://git.openstack.org/cgit/openstack-infra/git-review )

gitdb : GitDB is a pure-Python git object database ( HOMEPAGE=" )

glance_store : A connection pool for python-ldap ( https://launchpad.net/oslo )

globre : A glob matching library, providing an interface similar to the 're' module ( https://pypi.python.org/pypi/globre https://github.com/metagriffin/globre )

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

gnome-keyring-python : Python bindings for the interfacing with the GNOME keyring ( )

gnome-python-base : Provides the base files for the gnome-python bindings ( http://pygtk.org/ )

gnome-python-desktop-base : Provides python the base files for the Gnome Python Desktop bindings ( http://pygtk.org/ )

gnome-python-extras-base : Provides python the base files for the Gnome Python Desktop bindings ( http://pygtk.org/ )

gnome-vfs-python : Python bindings for the GnomeVFS library ( )

gntp : Python library for working with the Growl Notification Transport Protocol ( https://github.com/kfdm/gntp https://pypi.python.org/pypi/gntp )

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

google-api-python-client : Google API Client for Python ( https://code.google.com/p/google-api-python-client/ https://github.com/google/google-api-python-client )

google-apitools : utilities to make it easier to build client-side tools, especially ones that use Google APIs ( https://github.com/google/apitools )

google-apputils : Collection of utilities for building Python applications ( https://github.com/google/google-apputils )

graph-tool : An efficient python module for manipulation and statistical analysis of graphs ( http://graph-tool.skewed.de/ )

graphcanvas : Enthought Tool Suite: Interactive Graph (network) Visualization ( https://pypi.python.org/pypi/graphcanvas )

graphy : Simple Chart Library for Python ( https://code.google.com/p/graphy/ )

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 )

gst-python : A Python Interface to GStreamer ( http://gstreamer.freedesktop.org/ )

gtkspell-python : GtkSpell bindings for Python ( )

guessit : library for guessing information from video files ( http://guessit.readthedocs.org https://github.com/wackou/guessit https://pypi.python.org/pypi/guessit )

guppy : Guppy-PE -- A Python Programming Environment ( http://guppy-pe.sourceforge.net/ https://pypi.python.org/pypi/guppy )

guzzle_sphinx_theme : Sphinx theme used by Guzzle. ( https://github.com/guzzle/guzzle_sphinx_theme )

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

hachoir-core : Core of Hachoir framework: parse and edit binary files ( https://bitbucket.org/haypo/hachoir/wiki/hachoir-core https://pypi.python.org/pypi/hachoir-core )

hachoir-parser : Package of Hachoir parsers used to open binary files ( https://bitbucket.org/haypo/hachoir/wiki/hachoir-parser https://pypi.python.org/pypi/hachoir-parser )

hachoir-regex : Manipulation of regular expressions (regex) ( https://bitbucket.org/haypo/hachoir/wiki/hachoir-regex https://pypi.python.org/pypi/hachoir-regex )

hacking : A client for the OpenStack Nova API ( https://github.com/openstack-dev/hacking )

happydoc : Tool for extracting documentation from Python source code ( http://happydoc.sourceforge.net/ )

hcluster : Python hierarchical clustering package for Scipy ( https://code.google.com/p/scipy-cluster/ https://pypi.python.org/pypi/hcluster )

hcs-utils : A library containing some useful snippets ( https://pypi.python.org/pypi/hcs_utils )

hgdistver : utility lib to generate python package version infos from mercurial tags ( https://bitbucket.org/RonnyPfannschmidt/hgdistver/ )

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

hgtools : Classes and setuptools plugin for Mercurial repositories ( https://bitbucket.org/jaraco/hgtools/ )

hiredis : Python extension that wraps hiredis ( https://github.com/pietern/hiredis-py )

hp3parclient : A python interface to sendfile(2) system call ( http://packages.python.org/hp3parclient )

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 )

htmlgen : HTMLgen - Python modules for the generation of HTML documents ( http://starship.python.net/crew/friedrich/HTMLgen/html/main.html )

httmock : A mocking library for requests ( https://github.com/patrys/httmock )

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 )

httpretty : HTTP client mock for Python ( https://github.com/gabrielfalcao/httpretty )

humanfriendly : Human friendly output for text interfaces using Python ( https://pypi.python.org/pypi/humanfriendly https://humanfriendly.readthedocs.org )

hypothesis : A library for property based testing ( https://github.com/DRMacIver/hypothesis )

icalendar : Package used for parsing and generating iCalendar files (RFC 2445) ( https://github.com/collective/icalendar )

iconvcodec : Python Codecs for Iconv Encodings ( http://cjkpython.i18n.org/ )

id3-py : Module for manipulating ID3 tags in Python ( http://id3-py.sourceforge.net/ )

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

ijson : Iterative JSON parser with a Pythonic interface ( https://github.com/isagalaev/ijson https://pypi.python.org/pypi/ijson/ )

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

imapclient : easy-to-use, pythonic, and complete IMAP client library ( http://imapclient.freshfoo.com/ )

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

importing : Import objects dynamically, lazily, "weakly", and more ( http://peak.telecommunity.com/DevCenter/Importing )

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

iniparse : Better INI parser for Python ( https://code.google.com/p/iniparse https://pypi.python.org/pypi/iniparse )

inotifyx : Python bindings to the Linux inotify file system event monitoring API ( http://www.alittletooquiet.net/software/inotifyx/ )

into : Data migration utilities ( https://pypi.python.org/pypi/into )

ioflo : Automated Reasoning Engine and Flow Based Programming Framework ( https://github.com/ioflo/ioflo/ )

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 )

ipcalc : IP subnet calculator ( https://pypi.python.org/pypi/ipcalc/ )

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

ipdbplugin : Nose plugin to use iPdb instead of Pdb when tests fail ( https://pypi.python.org/pypi/ipdbplugin )

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 : Advanced interactive shell for Python ( http://ipython.org/ )

irc : IRC client framework written in Python ( https://bitbucket.org/jaraco/irc https://pypi.python.org/pypi/irc )

irman-python : A minimal set of Python bindings for libirman ( http://bluweb.com/chouser/proj/irman-python/ )

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 )

jaraco-utils : General utility modules that supply commonly-used functionality ( https://pypi.python.org/pypi/jaraco.util )

jaxml : XML generator written in Python ( http://www.librelogiciel.com/software/jaxml/action_Presentation https://pypi.python.org/pypi/jaxml )

jdcal : Julian dates from proleptic Gregorian and Julian calendars ( https://github.com/phn/jdcal )

jedi : Awesome autocompletion library for python ( https://github.com/davidhalter/jedi )

jellyfish : Python module for doing approximate and phonetic matching of strings ( https://github.com/jamesturk/jellyfish https://pypi.python.org/pypi/jellyfish )

jenkins-autojobs : Scripts for automatically creating Jenkins jobs from scm branches ( https://github.com/gvalkov/jenkins-autojobs )

jenkins-webapi : Module for interacting with the Jenkins CI server ( https://github.com/gvalkov/jenkins-webapi )

jenkinsapi : API to access resources on a Jenkins continuous-integration server ( https://github.com/salimfadhley/jenkinsapi )

jingo : An adapter for using Jinja2 templates with Django ( https://github.com/jbalogh/jingo/ )

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 )

jmespath : JSON Matching Expressions ( https://github.com/boto/jmespath https://pypi.python.org/pypi/jmespath )

joblib : Tools to provide lightweight pipelining in Python ( http://pythonhosted.org/joblib/ )

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

jsmin : JavaScript minifier ( https://bitbucket.org/dcs/jsmin/ )

json-rpc : JSON-RPC transport implementation for python ( https://github.com/pavlov99/json-rpc )

json-tools : A set of tools to manipulate JSON: diff, patch, and pretty-printing ( https://pypi.python.org/pypi/json_tools https://bitbucket.org/vadim_semenov/json_tools )

jsonfield : Reusable Django field that allows you to store validated JSON in your model ( https://pypi.python.org/pypi/jsonfield https://github.com/bradjasper/django-jsonfield )

jsonmerge : Merge a series of JSON documents. ( https://github.com/omergertel/jsonmerge/ https://pypi.python.org/pypi/jsonmerge/ )

jsonpatch : Apply JSON-Patches according t ( https://github.com/stefankoegl/python-json-patch )

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 )

jsonpointer : Identify specific nodes in a JSON document (according to draft 08) ( https://github.com/stefankoegl/python-json-pointer https://pypi.python.org/pypi/jsonpointer/ )

jsonrpclib : python implementation of the JSON-RPC spec (1.0 and 2.0) ( https://github.com/joshmarshall/jsonrpclib )

jsonschema : An implementation of JSON-Schema validation for Python ( https://pypi.python.org/pypi/jsonschema http://github.com/Julian/jsonschema )

kaa-base : Basic Framework for all Kaa Python Modules ( http://freevo.sourceforge.net/kaa/ )

kaa-display : Python API providing Low level support for various displays, such as X11 or framebuffer ( http://freevo.sourceforge.net/kaa/ )

kaa-imlib2 : Imlib2 wrapper for Python ( http://freevo.sourceforge.net/kaa/ )

kaa-metadata : Powerful media metadata parser for media files in Python, successor of MMPython ( http://freevo.sourceforge.net/kaa/ )

kazoo : A high-level Python library that makes it easier to use Apache Zookeeper ( https://kazoo.readthedocs.org/ https://github.com/python-zk/kazoo/ https://pypi.python.org/pypi/kazoo/ )

keepassx : Python API and CLI for KeePassX ( https://github.com/jamesls/python-keepassx https://pypi.python.org/pypi/keepassx )

keyczar : Toolkit for safe and simple cryptography ( http://www.keyczar.org https://pypi.python.org/pypi/python-keyczar/ )

keyring : Provides access to the system keyring service ( https://bitbucket.org/kang/python-keyring-lib )

keystonemiddleware : A middleware for the OpenStack Keystone API ( https://github.com/openstack/keystonemiddleware )

kid : A simple and Pythonic XML template language ( http://www.kid-templating.org/ https://pypi.python.org/pypi/kid )

kivy-garden : Kivys Garden tool to manage flowers ( http://kivy-garden.github.io/ )

kiwi : Kiwi is a pure Python framework and set of enhanced PyGTK widgets ( http://www.async.com.br/projects/kiwi )

kiwisolver : An efficient C++ implementation of the Cassowary constraint solving algorithm ( https://github.com/nucleic/kiwi )

kombu : AMQP Messaging Framework for Python ( https://pypi.python.org/pypi/kombu https://github.com/celery/kombu )

larch : Copy-on-write B-tree data structure ( http://liw.fi/larch/ )

ldap3 : A strictly RFC 4511 conforming LDAP V3 pure Python client ( https://github.com/cannatag/ldap3 https://pypi.python.org/pypi/ldap3 )

ldappool : A connection pool for python-ldap ( https://launchpad.net/oslo )

lesscpy : A compiler written in Python for the LESS language ( https://pypi.python.org/pypi/lesscpy )

libasyncns-python : Python bindings for libasyncns ( https://launchpad.net/libasyncns-python/ )

libbonobo-python : Python bindings for the Bonobo framework ( )

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 )

libextractor-python : A library used to extract metadata from files of arbitrary type ( https://www.gnu.org/software/libextractor/ )

libgnome-python : Python bindings for essential GNOME libraries ( )

libgnomecanvas-python : Python bindings for the Gnome Canvas library ( )

liblarch : Library to handle directed acyclic graphs ( https://live.gnome.org/liblarch )

libnacl : Python ctypes wrapper for libsodium ( https://libnacl.readthedocs.org/ )

libnatpmp : Python module for libnatpmp, an alternative protocol to UPnP IGD ( http://miniupnp.free.fr/libnatpmp.html )

librharris : Python Internet Programming Library ( https://pypi.python.org/pypi/lib_rharris )

librsvg-python : Python bindings for the librsvg library ( )

libvirt-python : libvirt Python bindings ( http://www.libvirt.org )

libwnck-python : Python bindings for the libwnck library ( )

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

livereload : Python LiveReload is an awesome tool for web developers ( https://github.com/lepture/python-livereload )

llfuse : Python bindings for the low-level FUSE API ( https://python-llfuse.googlecode.com/ https://pypi.python.org/pypi/llfuse )

llvmlite : Python wrapper around the llvm C++ library ( https://pypi.python.org/pypi/llvmlite )

llvmmath : LLVM math library for Python ( https://github.com/ContinuumIO/llvmmath )

llvmpy : Python wrapper around the llvm C++ library ( http://llvmpy.org/ )

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

locustio : A python utility for doing easy, distributed load testing of a web site ( http://locust.io/ )

log4py : A python logging module similar to log4j ( http://www.its4you.at/english/log4py.html )

logbook : A logging replacement for Python ( http://packages.python.org/Logbook/ https://pypi.python.org/pypi/Logbook )

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 )

louie : Signal dispatching mechanism for Python ( https://pypi.python.org/pypi/Louie )

lp_solve : Python wrappers for lpsolve linear programming library ( http://lpsolve.sourceforge.net/5.5/Python.htm )

lupy : Lupy is a is a full-text indexer and search engine written in Python ( http://divmod.org/projects/lupy https://pypi.python.org/pypi/Lupy )

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

lz4 : LZ4 Bindings for Python ( https://pypi.python.org/pypi/lz4 https://github.com/steeve/python-lz4 )

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

m2secret : Encryption and decryption module and CLI utility ( http://www.heikkitoivonen.net/m2secret https://pypi.python.org/pypi/m2secret )

maintboot : Run maintenance tasks outside the OS ( https://pypi.python.org/pypi/maintboot )

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

mamba : The definitive testing tool for Python. Born under the banner of Behavior Driven Development ( http://nestorsalceda.github.io/mamba )

mando : Create Python CLI apps with little to no effort at all! ( https://mando.readthedocs.org/ )

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

mantissa : An extensible, multi-protocol, multi-user, interactive application server ( https://github.com/twisted/mantissa )

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 )

markups : A wrapper around various text markups ( https://pypi.python.org/pypi/Markups )

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 )

mccabe : a plugin for flake8 ( https://github.com/flintwork/mccabe )

mecab-python : Python binding for MeCab ( http://mecab.sourceforge.net/ )

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 )

mergedict : A Python 'dict' with a merge() method ( https://github.com/schettino72/mergedict/ )

micawber : A small library for extracting rich content from urls ( https://github.com/coleifer/micawber/ )

milk : Machine learning toolkit in Python ( http://luispedro.org/software/milk )

milksets : Datasets in a common Pythonic interface to use with milk ( http://luispedro.org/software/milksets )

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 )

mimerender : RESTful HTTP Content Negotiation for Flask, Bottle, web.py and webapp2 ( https://pypi.python.org/pypi/mimerender )

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

miniupnpc : Python bindings for UPnP client library ( http://miniupnp.free.fr/ )

misaka : The Python binding for Sundown, a markdown parsing library ( http://misaka.61924.nl/ )

mistune : The fastest markdown parser in pure Python ( https://pypi.python.org/pypi/mistune https://github.com/lepture/mistune )

mkdocs : Project documentation with Markdown. ( http://www.mkdocs.org )

mkpythonproj : Creates the framework for a new Python project or script ( http://www.seanet.com/~hgg9140/comp/mkpythonproj/doc/index.html )

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 )

mockldap : A simple mock implementation of python-ldap ( https://bitbucket.org/psagers/mockldap/ https://pypi.python.org/pypi/mockldap )

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

monotonic : An implementation of time.monotonic() for Python 2 and 3.3 ( https://github.com/atdt/monotonic )

morbid : A Twisted-based publish/subscribe messaging server that uses the STOMP protocol ( https://pypi.python.org/pypi/morbid )

more-itertools : More routines for operating on iterables, beyond itertools ( https://pypi.python.org/pypi/more-itertools )

moto : Mock library for boto ( https://github.com/spulec/moto )

mox : A mock object framework for Python, loosely based on EasyMock for Java ( https://code.google.com/p/pymox/ )

mox3 : Mock object framework for Python ( http://www.openstack.org/ )

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 )

multipledispatch : RESTful HTTP Content Negotiation for Flask, Bottle, web.py and webapp2 ( https://pypi.python.org/pypi/mimerender )

munkres : Module implementing munkres algorithm for the Assignment Problem ( https://pypi.python.org/pypi/munkres/ )

mwlib : mediawiki parser and utility library ( http://pediapress.com/code/ https://github.com/pediapress/mwlib https://pypi.python.org/pypi/mwlib )

mwlib-ext : reportlab support for mwlib ( http://pediapress.com/code/ https://github.com/pediapress/mwlib.ext https://pypi.python.org/pypi/mwlib.ext )

mwlib-rl : Generate pdfs from mediawiki markup ( http://code.pediapress.com/code/ https://pypi.python.org/pypi/mwlib.rl https://github.com/pediapress/mwlib.rl/ )

myghty : Template and view-controller framework derived from HTML::Mason ( http://www.myghty.org/ https://pypi.python.org/pypi/Myghty )

myghtyutils : Set of utility classes used by Myghty templating ( http://www.myghty.org https://pypi.python.org/pypi/MyghtyUtils )

mygpoclient : A gpodder.net client library ( http://thp.io/2010/mygpoclient/ )

mypy : Optional static typing for Python ( http://www.mypy-lang.org/ )

mysql-connector-python : Python client library for MariaDB/MySQL ( https://dev.mysql.com/downloads/connector/python/ )

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

mysqlclient : Fork of MySQL-python ( https://pypi.python.org/pypi/mysqlclient/ https://github.com/PyMySQL/mysqlclient-python )

namespaces-backports : ( )

namespaces-paste : ( )

namespaces-peak : ( )

namespaces-repoze : ( )

namespaces-sphinxcontrib : ( )

namespaces-stsci : ( )

natgrid : Matplotlib toolkit for gridding irreguraly spaced data ( http://matplotlib.sourceforge.net/users/toolkits.html )

natsort : Natural sorting for Python ( https://pypi.python.org/pypi/natsort )

nautilus-python : Python bindings for the Nautilus file manager ( https://projects.gnome.org/nautilus-python/ )

ndg-httpsclient : Provides enhanced HTTPS support for httplib and urllib2 using PyOpenSSL ( https://github.com/cedadev/ndg_httpsclient )

neovim-python-client : Python client to connect to Neovim thru its msgpack-rpc API ( https://github.com/neovim/python-client )

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

netcdf4-python : Python/numpy interface to netCDF ( https://github.com/Unidata/netcdf4-python )

netifaces : Portable network interface information ( http://alastairs-place.net/netifaces/ https://pypi.python.org/pypi/netifaces/ )

netlib : Collection of network utility classes used by pathod and mitmproxy ( https://github.com/cortesi/netlib/ )

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 )

newt_syrup : A Python framework for creating text-based applications ( http://fedorahosted.org/newt-syrup/ )

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-cover3 : Coverage 3.x support for Nose ( https://github.com/ask/nosecover3 https://pypi.python.org/pypi/nose-cover3 )

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

nose-testconfig : Test Configuration plugin for nosetests ( https://bitbucket.org/jnoller/nose-testconfig )

nose_fixes : A plugin to make nose behave better ( https://pythonhosted.org/nose_fixes/ https://pypi.python.org/pypi/nose_fixes/ )

nosehtmloutput : Nose plugin to produce test results in html ( https://github.com/cboylan/nose-html-output )

nosexcover : Extends nose.plugins.cover to add Cobertura-style XML reports ( https://github.com/cmheisel/nose-xcover/ )

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

numba : NumPy aware dynamic Python compiler using LLVM ( http://numba.pydata.org/ )

numdisplay : Python package for interactively displaying FITS arrays ( http://stsdas.stsci.edu/numdisplay/ )

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 )

oauth : Python OAuth module ( https://pypi.python.org/pypi/oauth )

oauth2 : Library for OAuth version 1.0 ( https://pypi.python.org/pypi/oauth2 )

oauth2client : Library for accessing resources protected by OAuth 2.0 ( https://github.com/google/oauth2client )

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

objgraph : Draws Python object reference graphs with graphviz ( http://mg.pov.lt/objgraph/ )

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 )

odo : Data migration in python ( https://github.com/ContinuumIO/odo )

oosuite : OpenOpt suite of Python modules for numerical optimization ( http://openopt.org/ )

openpyxl : Pure python reader and writer of Excel OpenXML files ( http://openpyxl.readthedocs.org )

openstack-nose-plugin : openstack run_tests.py style output for nosetests ( https://github.com/openstack-dev/openstack-nose )

optcomplete : Shell completion self-generator for Python ( http://furius.ca/optcomplete/ https://pypi.python.org/pypi/optcomplete )

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 )

os-client-config : OpenStack Client Configuation Library ( http://www.openstack.org/ )

os-diskconfig-python-novaclient-ext : Disk Config extension for python-novaclient ( https://github.com/rackspace/os_diskconfig_python_novaclient_ext )

os-networksv2-python-novaclient-ext : Adds network extension support to python-novaclient ( https://github.com/rackspace/os_networksv2_python_novaclient_ext )

os-testr : OpenStack logging config library provides standardized configuration for all openstack projects. ( https://pypi.python.org/pypi/oslo.log https://github.com/openstack/oslo.log )

os-virtual-interfacesv2-python-novaclient-ext : Adds Virtual Interfaces support to python-novaclient ( https://github.com/cerberus98/os_virtual_interfacesv2_ext )

oslo-concurrency : library for running multi-thread, multi-process applications ( https://pypi.python.org/pypi/oslo.concurrency )

oslo-config : Oslo Configuration API ( https://launchpad.net/oslo )

oslo-context : Helpers to maintain useful information about a request context ( https://pypi.python.org/pypi/oslo.context )

oslo-db : OpenStack Common DB Code ( https://launchpad.net/oslo )

oslo-i18n : oslo.i18n library ( https://launchpad.net/oslo )

oslo-log : OpenStack logging config library provides standardized configuration for all openstack projects. ( https://pypi.python.org/pypi/oslo.log https://github.com/openstack/oslo.log )

oslo-messaging : Messaging API for RPC and notifications over a number of different messaging transports ( https://pypi.python.org/pypi/oslo.messaging )

oslo-middleware : Library includes components to be injected into wsgi pipelines to intercept request/response flows. ( https://pypi.python.org/pypi/oslo.middleware )

oslo-policy : The Oslo Policy library provides support for RBAC policy enforcement across all OpenStack services. ( https://pypi.python.org/pypi/oslo.policy )

oslo-rootwrap : The Oslo Rootwrap allows fine filtering of shell commands to run as root from OpenStack services ( https://pypi.python.org/pypi/oslo.config )

oslo-serialization : oslo.serialization library ( https://launchpad.net/oslo )

oslo-service : Library for running OpenStack services ( https://pypi.python.org/pypi/oslo.service )

oslo-sphinx : OpenStack Sphinx Extensions and Theme ( http://www.openstack.org/ )

oslo-utils : Oslo Utility library ( http://launchpad.net/oslo )

oslo-vmware : Oslo VMware library for OpenStack projects ( https://pypi.python.org/pypi/oslo.vmware )

oslotest : Oslo test framework ( http://launchpad.net/oslo )

osprofiler : OpenStack Profiler Library ( https://launchpad.net/osprofiler )

pSQL : MySQL abstraction layer for python ( http://software.fionet.com/pSQL/ )

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

paisley : Paisley is a CouchDB client written in Python to be used within a Twisted application ( https://launchpad.net/paisley https://pypi.python.org/pypi/paisley )

pandas : Powerful data structures for data analysis and statistics ( http://pandas.pydata.org/ )

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

paramunittest : Simple extension to have parametrized unit tests. ( https://github.com/rik0/ParamUnittest )

parse : parse() is the opposite of format() ( https://github.com/r1chardj0n3s/parse )

parse-type : Simplifies to build parse types based on the parse module ( https://github.com/jenisys/parse_type )

parsedatetime : Parse human-readable date/time strings ( https://github.com/bear/parsedatetime )

parsley : A Pattern-Matching Language Based on OMeta and Python ( https://github.com/python-parsley/parsley )

passlib : Password hashing framework supporting over 20 schemes ( https://bitbucket.org/ecollins/passlib/wiki/Home/ )

passwordmeter : A password strength measuring library ( https://pypi.python.org/pypi/passwordmeter/ https://github.com/cadithealth/passwordmeter )

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 )

path-py : A module wrapper for os.path ( http://pythonhosted.org/path.py https://pypi.python.org/pypi/path.py https://github.com/jaraco/path.py )

pathlib : Object-oriented filesystem paths ( https://pathlib.readthedocs.org/ )

pathtools : Pattern matching and various utilities for file systems paths ( https://pypi.python.org/pypi/pathtools/ )

patsy : Python module to describe statistical models and design matrices ( http://patsy.readthedocs.org/en/latest/index.html )

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

pbkdf2 : Implementation of the password-based key derivation function, PBKDF2, specified in RSA PKCS#5 v2.0 ( http://www.dlitz.net/software/python-pbkdf2/ )

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 )

pdoc : A simple program and library to auto generate API documentation for Python modules ( https://pypi.python.org/pypi/pdoc https://github.com/BurntSushi/pdoc )

peak-rules : Generic functions and business rules support systems ( http://peak.telecommunity.com/ https://pypi.python.org/pypi/PEAK-Rules/ )

peewee : Small python ORM ( https://github.com/coleifer/peewee/ )

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 )

pgasync : An asynchronous API to PostgreSQL for twisted ( http://www.jamwt.com/pgasync/ )

pgmagick : Yet another boost.python based wrapper for GraphicsMagick ( https://pypi.python.org/pypi/pgmagick/ https://bitbucket.org/hhatto/pgmagick/ )

pgpdump : PGP packet parser library ( https://pypi.python.org/pypi/pgpdump https://github.com/toofishes/python-pgpdump )

piddle : Cross-media, cross-platform 2D graphics package ( http://piddle.sourceforge.net/ )

pika : Pure-Python implementation of the AMQP ( https://pika.readthedocs.org/ https://github.com/pika/pika )

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 )

pivy : Coin3d binding for Python ( http://pivy.coin3d.org/ )

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

pkginfo : Provides an API for querying the distutils metadata written in a PKG-INFO file ( https://pypi.python.org/pypi/pkginfo )

pkipplib : Pkipplib is a Python module which parses IPP requests ( http://www.pykota.com/software/pkipplib/ )

placefinder : Yahoo! BOSS PlaceFinder Python Client ( https://github.com/adampresley/placefinder-py )

platinfo : Determines and returns consistent names for platforms ( https://github.com/trentm/platinfo )

plumbum : A library for shell script-like programs in python ( http://plumbum.readthedocs.org/ )

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

plyr : A python wrapper for Glyr ( https://sahib.github.com/python-glyr/intro.htm )

pmw : Toolkit for building high-level compound widgets in Python using the Tkinter module ( http://pmw.sourceforge.net/ )

polib : A library to manipulate gettext files (.po and .mo files) ( https://bitbucket.org/izi/polib/wiki/Home )

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

posix_ipc : POSIX IPC primitives (semaphores, shared memory and message queues) for Python ( http://semanchuk.com/philip/posix_ipc/ )

potr : Pure Python OTR implementation ( https://github.com/python-otr/pure-python-otr )

pp : Parallel and distributed programming for Python ( http://www.parallelpython.com/ )

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

pretty-yaml : PyYAML-based module to produce pretty and readable YAML-serialized data ( https://github.com/mk-fg/pretty-yaml )

prettytable : Easily displaying tabular data in a visually appealing ASCII table format ( https://code.google.com/p/prettytable/ )

process-tests : Tools for testing processes ( https://github.com/ionelmc/python-process-tests https://pypi.python.org/pypi/process-tests )

processing : Package for using processes, which mimics the threading module API ( https://pypi.python.org/pypi/processing )

progress : Easy to use progress bars ( https://pypi.python.org/pypi/progress https://github.com/verigak/progress/ )

progressbar : Text progressbar library for python ( https://code.google.com/p/python-progressbar/ https://pypi.python.org/pypi/progressbar )

promise : Bytecode optimisation using staticness assertions ( https://github.com/rfk/promise/ https://pypi.python.org/pypi/promise )

prompt_toolkit : Building powerful interactive command lines in Python ( https://pypi.python.org/pypi/prompt_toolkit/ https://github.com/jonathanslenders/python-prompt-toolkit )

protorpc : Google Protocol RPC ( https://github.com/google/protorpc )

pssi : Python Simple Smartcard Interpreter ( https://github.com/Eric-Bourry/pssi )

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 )

ptpython : Python REPL build on top of prompt_toolkit ( https://pypi.python.org/pypi/ptpython/ https://github.com/jonathanslenders/ptpython )

ptyprocess : Run a subprocess in a pseudo terminal ( https://github.com/pexpect/ptyprocess )

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

pudge : A documentation generator for Python projects, using Restructured Text ( http://pudge.lesscode.org https://pypi.python.org/pypi/pudge )

pupynere : Pupynere is a PUre PYthon NEtcdf REader ( https://pypi.python.org/pypi/pupynere/ )

pxml : A python library and command-line tool to "prettify" and colorize XML ( https://pypi.python.org/pypi/pxml https://github.com/metagriffin/pxml )

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 )

py-amqp : Low-level AMQP client for Python (fork of amqplib) ( https://github.com/celery/py-amqp https://pypi.python.org/pypi/amqp/ )

py-bcrypt : py-bcrypt is an implementation of the OpenBSD Blowfish password hashing algorithm ( https://code.google.com/p/py-bcrypt/ )

py-notify : Tools for implementing the Observer programming pattern in Python ( http://home.gna.org/py-notify )

py-smbpasswd : This module can generate both LANMAN and NT password hashes, suitable for use with Samba ( http://barryp.org/software/py-smbpasswd/ )

py-xmlrpc : Fast XML-RPC implementation for Python ( http://sourceforge.net/projects/py-xmlrpc/ )

py2neo : A simple and pragmatic library which accesses the Neo4j graph database ( http://py2neo.org )

py2play : A Peer To Peer network game engine ( http://home.gna.org/oomadness/en/slune )

pyClamd : python interface to Clamd (Clamav daemon) ( http://xael.org/norman/python/pyclamd/ )

pyGPG : A python interface wrapper for gnupg's gpg command ( https://github.com/dol-sen/pyGPG )

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

pyacoustid : Python module for Chromaprint acoustic fingerprinting and the Acoustid API ( https://pypi.python.org/pypi/pyacoustid )

pyalsa : Python bindings for ALSA library ( http://alsa-project.org/ )

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

pyamazon : A Python wrapper for the Amazon web API ( http://www.josephson.org/projects/pyamazon )

pyamf : Action Message Format (AMF) support for Python ( https://github.com/hydralabs/pyamf https://pypi.python.org/pypi/PyAMF )

pyamg : Algebraic multigrid solvers in Python ( http://pyamg.github.io/ )

pyao : Python bindings for the libao library ( http://www.andrewchatham.com/pyogg/ )

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 )

pyaudio : Python bindings for PortAudio ( http://people.csail.mit.edu/hubert/pyaudio/ )

pyavm : Python module for Astronomy Visualization Metadata i/o ( http://astrofrog.github.io/pyavm/ )

pybloomfiltermmap : A Bloom filter (bloomfilter) for Python built on mmap ( https://pypi.python.org/pypi/pybloomfiltermmap )

pybluez : Python bindings for Bluez Bluetooth Stack ( https://github.com/karulis/pybluez )

pycadf : python implementation of DMTF Cloud Audit (CADF) data model ( https://pypi.python.org/pypi/pycadf )

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

pycallgraph : library and command line tool to visualise the flow of Python applications ( http://pycallgraph.slowchop.com/ )

pycanberra : Basic Python wrapper for libcanberra ( https://github.com/psykoyiko/pycanberra/ )

pycdf : Python interface to scientific netCDF library ( http://pysclint.sourceforge.net/pycdf/ )

pycdio : Python OO interface to libcdio (CD Input and Control library) ( http://savannah.gnu.org/projects/libcdio/ https://pypi.python.org/pypi/pycdio )

pychart : Python library for creating charts ( http://home.gna.org/pychart/ )

pychecker : Python source code checking tool ( http://pychecker.sourceforge.net/ https://pypi.python.org/pypi/PyChecker )

pychef : A Python API for interacting with a Chef server ( https://github.com/coderanger/pychef )

pychm : Python bindings for the chmlib library ( http://gnochm.sourceforge.net/pychm.html )

pychroot : a python library and cli tool that simplify chroot handling ( https://github.com/pkgcore/pychroot )

pycipher : A Python module that implements several well-known classical cipher algorithms ( http://pycipher.sourceforge.net )

pyclamav : Python binding for libclamav ( http://xael.org/norman/python/pyclamav/ https://pypi.python.org/pypi/pyclamav )

pyclimate : Climate Data Analysis Module for Python ( http://www.pyclimate.org/ )

pycmd : pycmd: tools for managing/searching Python related files ( https://pypi.python.org/pypi/pycmd )

pycollada : python library for reading and writing collada documents ( https://pycollada.github.com/ )

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

pycountry : ISO country, subdivision, language, currency and script definitions and their translations ( https://pypi.python.org/pypi/pycountry )

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 )

pycryptopp : Python wrappers for a few algorithms from the Crypto++ library ( http://tahoe-lafs.org/trac/pycryptopp https://pypi.python.org/pypi/pycryptopp )

pycuda : Python wrapper for NVIDIA CUDA ( http://mathema.tician.de/software/pycuda/ https://pypi.python.org/pypi/pycuda )

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/ )

pydb : Extended python debugger ( http://bashdb.sourceforge.net/pydb/ )

pydecomp : A python interface library for common compression, decompression and contents handling ( https://github.com/dol-sen/pyDeComp )

pydiff : Diffs two Python files at the bytecode level ( https://github.com/myint/pydiff )

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 )

pyds : Python Desktop Server ( http://pyds.muensterland.org/ )

pyds9 : Python interface to XPA to communicate with DS9 ( http://hea-www.harvard.edu/RD/ds9/pyds9/ )

pydvdread : A set of Python bindings for the libdvdread library ( http://pydvdread.sourceforge.net/ )

pyechonest : Python interface to The Echo Nest APIs ( https://echonest.github.com/pyechonest/ )

pyelemental : Python bindings for libelemental (sci-chemistry/gelemental) ( http://freecode.com/projects/gelemental/ )

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

pyemf : Pure Python Enhanced Metafile Library ( http://pyemf.sf.net/ )

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

pyev : Python libev interface, an event loop ( https://code.google.com/p/pyev )

pyface : Enthought Tool Suite: Traits-capable windowing framework ( https://github.com/enthought/pyface )

pyfeyn : Python package for drawing Feynman diagrams ( http://pyfeyn.hepforge.org/ https://pypi.python.org/pypi/pyfeyn/ )

pyfire : A python implementation of the Campfire API ( http://www.pyfire.org/ )

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 )

pyflann : Python bindings for FLANN artificial neural network library ( http://www.cs.ubc.ca/~mariusm/index.php/FLANN/FLANN/ )

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

pyformance : Performance metrics, based on Coda Hale's Yammer metrics ( https://pyformance.readthedocs.org/ https://github.com/omergertel/pyformance/ https://pypi.python.org/pypi/pyformance/ )

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

pygal : A python SVG charts generator ( http://pygal.org/ )

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

pygame_sdl2 : Reimplementation of portions of the pygame API using SDL2 ( https://github.com/renpy/pygame_sdl2 )

pygccxml : Generate an XML description of a C++ program from GCC's internal representation ( http://www.language-binding.net/ )

pygene : Simple python genetic algorithms programming library ( http://www.freenet.org.nz/python/pygene/ )

pygeocoder : Python wrapper for Google Geocoding API V3 ( http://code.xster.net/pygeocoder/overview )

pygit2 : Python bindings for libgit2 ( https://github.com/libgit2/pygit2 https://pypi.python.org/pypi/pygit2 )

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 )

pygoocanvas : GooCanvas python bindings ( https://live.gnome.org/PyGoocanvas )

pygooglevoice : Python Bindings for the Google Voice API ( https://code.google.com/p/pygooglevoice/ )

pygpgme : A Python wrapper for the GPGME library ( https://launchpad.net/pygpgme )

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

pygresql : A Python interface for the PostgreSQL database ( http://www.pygresql.org/ )

pygsl : Python interface for the GNU scientific library (gsl) ( http://pygsl.sourceforge.net/ )

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

pygtkglext : Python bindings to GtkGLExt ( http://gtkglext.sourceforge.net/ )

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

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

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

pyh2o : Library of routines for IF97 water and steam properties ( https://bitbucket.org/mgorny/libh2o/ )

pyhamcrest : Hamcrest framework for matcher objects ( https://github.com/hamcrest/PyHamcrest )

pyid3lib : Module for manipulating ID3 tags in Python ( http://pyid3lib.sourceforge.net/ )

pyifp : Python bindings for libifp library for accessing iRiver iFP devices ( http://ifp-gnome.sourceforge.net )

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

pyinsane : Python implementation of the Sane API and abstration layer ( https://github.com/jflesch/pyinsane )

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

pykerberos : A high-level Python wrapper for Kerberos/GSSAPI operations ( http://trac.calendarserver.org/ )

pykit : Backend compiler for high-level typed code ( http://pykit.github.io/pykit/ )

pykka : A Python implementation of the actor model ( http://pykka.org https://github.com/jodal/pykka )

pykwalify : Python lib/cli for JSON/YAML schema validation ( https://pypi.python.org/pypi/pykwalify https://github.com/Grokzen/pykwalify )

pylast : Python interface to last.fm and other api-compatible websites ( https://github.com/pylast/pylast )

pyldap : Various LDAP-related Python modules ( https://pypi.python.org/pypi/pyldap https://github.com/pyldap/pyldap/ )

pylibacl : POSIX ACLs (Access Control Lists) for Python ( http://sourceforge.net/projects/pylibacl/ https://pypi.python.org/pypi/pylibacl )

pyliblzma : Python bindings for liblzma ( https://launchpad.net/pyliblzma https://pypi.python.org/pypi/pyliblzma )

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 )

pylirc : lirc module for Python ( http://sourceforge.net/projects/pylirc/ https://pypi.python.org/pypi/pylirc )

pylons : Pylons Web Framework ( http://pylonshq.com/ https://pypi.python.org/pypi/Pylons )

pyltxml : Bindings for LTXML libraries ( http://www.ltg.ed.ac.uk/software/xml/ )

pylzma : Python bindings for the LZMA compression library ( http://www.joachim-bauch.de/projects/python/pylzma/ https://pypi.python.org/pypi/pylzma )

pymad : Python wrapper for libmad MP3 decoding in python ( http://www.spacepants.org/src/pymad/ )

pymetar : Downloads, decodes and provides access to the weather report for a given station ID ( http://www.schwarzvogel.de/software-pymetar.shtml )

pyminuit : Minuit numerical function minimization in Python ( https://github.com/jpivarski/pyminuit )

pyml : Python machine learning package ( http://pyml.sourceforge.net )

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

pymountboot : Python extension module to (re)mount /boot ( https://bitbucket.org/mgorny/pymountboot/ )

pympler : Memory profiling for Python applications ( https://code.google.com/p/pympler/ https://pypi.python.org/pypi/Pympler https://github.com/pympler/pympler )

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 )

pymtp : LibMTP bindings for Python ( http://packages.debian.org/libmtp http://libmtp.sourceforge.net/ https://pypi.python.org/pypi/PyMTP )

pymysql : Pure-Python MySQL Driver ( http://www.pymysql.org/ )

pyndex : Simple and fast Python full-text indexer (aka search engine) using Metakit as its back-end ( http://www.divmod.org/Pyndex/index.html )

pynotifier : pyNotifier provides an implementation of a notifier/event scheduler ( http://www.bitkipper.net/ )

pynut : An abstraction class written in Python to access NUT (Network UPS Tools) server ( http://www.lestat.st/informatique/projets/pynut-en/ )

pynzb : Unified API for parsing NZB files ( https://pypi.python.org/pypi/pynzb/ )

pyocr : an optical character recognition (OCR) tool wrapper for python ( https://github.com/jflesch/pyocr )

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

pyode : Python bindings to the ODE physics engine ( http://pyode.sourceforge.net/ )

pyoembed : Python library for oEmbed with auto-discovered and manually added providers ( https://github.com/rafaelmartins/pyoembed )

pyogg : Python bindings for the ogg library ( http://www.andrewchatham.com/pyogg/ )

pyopenal : OpenAL library port for Python ( http://home.gna.org/oomadness/en/pyopenal/ )

pyopencl : Python wrapper for OpenCL ( http://mathema.tician.de/software/pyopencl https://pypi.python.org/pypi/pyopencl )

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 )

pyorbit : ORBit2 bindings for Python ( http://www.pygtk.org/ )

pyosd : Python module for displaying text on your X display, like the 'On Screen Displays' used on TVs ( http://ichi2.net/pyosd/ )

pypam : Python Bindings for PAM (Pluggable Authentication Modules) ( http://www.pangalactic.org/PyPAM )

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

pyparted : Python bindings for sys-block/parted ( https://github.com/rhinstaller/pyparted/" SRC_URI="${HOMEPAGE}archive/v${PV}.tar.gz -> ${P}.tar.gz )

pypax : Python module to get or set either PT_PAX and/or XATTR_PAX flags ( https://dev.gentoo.org/~blueness/elfix )

pypcap : Simplified object-oriented Python extension module for libpcap ( https://code.google.com/p/pypcap/ https://pypi.python.org/pypi/pypcap )

pypeg2 : An intrinsic PEG Parser-Interpreter for Python ( http://fdik.org/pyPEG/ https://bitbucket.org/fdik/pypeg/ https://pypi.python.org/pypi/pyPEG2 )

pypgsql : Python Interface to PostgreSQL ( http://pypgsql.sourceforge.net/ https://pypi.python.org/pypi/pyPgSQL )

pyphen : Python module for hyphenation using hunspell dictionaries ( https://github.com/Kozea/Pyphen )

pyplusplus : Object-oriented framework for creating a code generator for Boost.Python library ( http://www.language-binding.net/ )

pyprof2calltree : convert python profile data to kcachegrind calltree form ( https://pypi.python.org/pypi/pyprof2calltree/ )

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

pyprotocols : Extends the PEP 246 adapt function with a new 'declaration API' ( http://peak.telecommunity.com/PyProtocols.html https://pypi.python.org/pypi/PyProtocols )

pyptlib : Python library for tor's pluggable transport managed-proxy protocol ( https://gitweb.torproject.org/pluggable-transports/pyptlib.git )

pypy : A fast, compliant alternative implementation of the Python language ( http://pypy.org/ )

pypy-bin : A fast, compliant alternative implementation of the Python language (binary package) ( http://pypy.org/ )

pypy3 : A fast, compliant alternative implementation of Python 3 ( http://pypy.org/ )

pypy3-bin : A fast, compliant alternative implementation of Python 3 (binary package) ( http://pypy.org/ )

pyqtgraph : a pure-python scientific graphics and GUI library built on PyQt4/PySide and numpy ( http://www.pyqtgraph.org/ https://github.com/pyqtgraph/pyqtgraph )

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

pyqwt : Python bindings for the Qwt library ( http://pyqwt.sourceforge.net/ )

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 )

pyrax : Python language bindings for OpenStack Clouds ( https://github.com/rackspace/pyrax )

pyregion : Python module to parse ds9 region file ( https://leejjoon.github.com/pyregion/ )

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

pyrfc3339 : Generates and parses RFC 3339 timestamps ( https://github.com/kurtraschke/pyRFC3339 )

pyringe : Debugger capable of attaching and injecting code ( https://github.com/google/pyringe https://pypi.python.org/pypi/pyringe/ )

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 )

pyroma : Test project's packaging friendliness ( https://bitbucket.org/regebro/pyroma https://pypi.python.org/pypi/pyroma )

pyrtf : A set of Python classes that make it possible to produce RTF documents from Python programs ( http://pyrtf.sourceforge.net https://pypi.python.org/pypi/PyRTF )

pysaml2 : Python implementation of SAML Version 2 to be used in a WSGI environment ( https://github.com/rohe/pysaml2 )

pyscard : pyscard is a python module adding smart cards support to python ( http://pyscard.sourceforge.net/ https://pypi.python.org/pypi/pyscard )

pysctp : PySCTP gives access to the SCTP transport protocol from Python ( https://github.com/philpraxis/pysctp )

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 )

pysfml : Python library for the Simple and Fast Multimedia Library (SFML) ( http://sfml.sourceforge.net/ )

pyshark : A Python wrapper for tshark output parsing ( https://pypi.python.org/pypi/pyshark https://github.com/KimiNewt/pyshark )

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 )

pysolr : Lightweight python wrapper for Apache Solr ( https://pypi.python.org/pypi/pysolr/ https://github.com/toastdriven/pysolr/ )

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 )

pysrt : Python library used to edit or create SubRip files ( https://github.com/byroot/pysrt https://pypi.python.org/pypi/pysrt )

pystache : Mustache for Python ( https://github.com/defunkt/pystache )

pystatgrab : pystatgrab is a set of Python bindings for the libstatgrab library ( http://www.i-scream.org/pystatgrab/ )

pystdf : Python module that makes it easy to work with STDF ( https://github.com/cmars/pystdf )

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/ )

pysyck : Python bindings for the Syck YAML parser and emitter ( http://pyyaml.org/wiki/PySyck )

pytables : Hierarchical datasets for Python ( http://www.pytables.org/ )

pyte : Simple VTXXX-compatible terminal emulator ( https://pypi.python.org/pypi/pyte/ https://github.com/selectel/pyte )

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

pytest-cache : mechanisms for caching across test runs ( https://pypi.python.org/pypi/pytest-cache http://bitbucket.org/hpk42/pytest-cache/ http://pythonhosted.org/pytest-cache/ )

pytest-capturelog : py.test plugin to capture log messages ( https://bitbucket.org/memedough/pytest-capturelog/overview )

pytest-catchlog : py.test plugin to catch log messages, fork of pytest-capturelog ( https://pypi.python.org/pypi/pytest-catchlog https://github.com/eisensheng/pytest-catchlog )

pytest-cov : py.test plugin for coverage reporting ( https://github.com/pytest-dev/pytest-cov https://pypi.python.org/pypi/pytest-cov )

pytest-django : A Django plugin for py.test ( https://pypi.python.org/pypi/pytest-django https://pytest-django.readthedocs.org https://github.com/pytest-dev/pytest-django )

pytest-localserver : Py.test plugin to test server connections locally ( https://pypi.python.org/pypi/pytest-localserver )

pytest-pythonpath : pytest plugin for adding to the PYTHONPATH from command line or configs ( https://pypi.python.org/pypi/pytest-pythonpath https://github.com/bigsassy/pytest-pythonpath )

pytest-runner : Adds support for tests durring installation of setup.py files ( https://pypi.python.org/pypi/pytest-runner https://bitbucket.org/pytest-dev/pytest-runner )

pytest-timeout : py.test plugin to abort hanging tests ( https://pypi.python.org/pypi/pytest-timeout )

pytest-xdist : Distributed testing and loop-on-failing modes ( https://pypi.python.org/pypi/pytest-xdist https://bitbucket.org/pytest-dev/pytest-xdist )

python-application : Basic building blocks for python applications ( http://ag-projects.com/ )

python-augeas : Python bindings for Augeas ( http://augeas.net/ )

python-barbicanclient : Client library for Barbican API. ( https://github.com/openstack/barbican )

python-bibtex : A Python extension to parse BibTeX files ( http://pybliographer.org/ )

python-biggles : A Python module for creating publication-quality 2D scientific plots ( http://biggles.sourceforge.net/ )

python-bugzilla : A python module for interacting with Bugzilla over XMLRPC ( https://fedorahosted.org/python-bugzilla/ )

python-caja : Python bindings for the Caja file manager ( http://www.mate-desktop.org )

python-catcher : Beautiful stack traces for Python ( https://pypi.python.org/pypi/python-catcher/ http://ajenti.org/ )

python-cdb : A Python extension module for cdb ( http://pilcrow.madison.wi.us/#pycdb )

python-ceilometerclient : This is a client library for Ceilometer built on the Ceilometer API ( https://github.com/openstack/python-ceilometerclient )

python-cinderclient : A client for the OpenStack Cinder API ( https://launchpad.net/python-cinderclient )

python-cjson : Fast JSON encoder/decoder for Python ( http://ag-projects.com/ )

python-cluster : Allows grouping a list of arbitrary objects into related groups (clusters) ( https://github.com/exhuma/python-cluster )

python-daap : PyDaap is a DAAP client implemented in Python, based on PyTunes ( http://jerakeen.org/code/pythondaap )

python-daemon : Library to implement a well-behaved Unix daemon process ( https://pypi.python.org/pypi/python-daemon )

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-debian : Python modules to work with Debian-related data formats ( http://packages.debian.org/sid/python-debian )

python-digest : A Python library to aid in implementing HTTP Digest Authentication ( https://pypi.python.org/pypi/python-digest/ https://bitbucket.org/akoha/python-digest/ )

python-discid : Python bindings for libdiscid ( https://github.com/JonnyJD/python-discid )

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

python-djvulibre : Set of Python bindings for the DjVuLibre library ( http://jwilk.net/software/python-djvulibre )

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

python-dsv : Python module for importing and exporting DSV files ( http://python-dsv.sourceforge.net/ )

python-etcd : A python client for etcd ( https://github.com/jplana/python-etcd )

python-evdev : Python library for evdev bindings ( http://python-evdev.readthedocs.org/ )

python-eventlib : Coroutine-based networking library ( http://sipsimpleclient.org )

python-exconsole : Emergency/postmortem Python console ( https://github.com/Eugeny/exconsole https://pypi.python.org/pypi/python-exconsole )

python-fastcgi : Interface to OpenMarket's FastCGI C Library/SDK ( https://pypi.python.org/pypi/python-fastcgi )

python-fastimport : Library for parsing the fastimport VCS serialization format ( https://launchpad.net/python-fastimport )

python-fchksum : Python module to find the checksum of files ( http://code.fluffytapeworm.com/projects )

python-geoclue : Geoclue python module ( https://live.gnome.org/gtg/soc/python_geoclue/ )

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-glanceclient : A client for the OpenStack Glance API ( https://github.com/openstack/python-glanceclient )

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-gtkmvc : model-view-controller (MVC) implementation for pygtk ( http://pygtkmvc.sourceforge.net/ )

python-gudev : Python binding to the GUDev udev helper library ( https://github.com/nzjrs/python-gudev )

python-heatclient : OpenStack Orchestration API Client Library ( http://www.openstack.org/ )

python-iptables : Python bindings for iptables ( https://github.com/ldx/python-iptables )

python-ironicclient : Python bindings for the Ironic API ( http://www.openstack.org/ )

python-iwscan : A Python extension for iwscan access ( http://projects.otaku42.de/browser/python-iwscan )

python-keystoneclient : Client Library for OpenStack Identity ( http://www.openstack.org/ )

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-levenshtein : Functions for fast computation of Levenshtein (edit) distance, and edit operations ( https://github.com/miohtama/python-Levenshtein/tree )

python-linux-procfs : Python classes to extract information from the Linux kernel /proc files ( https://www.kernel.org/pub/scm/libs/python/python-linux-procfs )

python-lzo : Python interface to lzo ( http://www.oberhumer.com/opensource/lzo/ )

python-magic : Access the libmagic file type identification library ( https://github.com/ahupp/python-magic )

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-mhash : Python interface to libmhash ( http://mhash.sourceforge.net/ )

python-mpd : Python MPD client library ( https://github.com/Mic92/python-mpd2 )

python-msrplib : Client library for MSRP protocol and its relay extension ( http://sipsimpleclient.org )

python-musicbrainz : Python Bindings for the MusicBrainz XML Web Service ( http://musicbrainz.org )

python-musicbrainz-ngs : This library implements webservice bindings for the Musicbrainz NGS site ( https://github.com/alastair/python-musicbrainz-ngs )

python-nbxmpp : Python library to use Jabber/XMPP networks in a non-blocking way ( http://python-nbxmpp.gajim.org/ )

python-neutronclient : A client for the OpenStack Quantum API ( https://launchpad.net/neutron )

python-novaclient : A client for the OpenStack Nova API ( https://github.com/openstack/python-novaclient )

python-nss : Python bindings for Network Security Services (NSS) ( http://www.mozilla.org/projects/security/pki/python-nss/ )

python-oembed : A Python library that implements an OEmbed consumer ( https://pypi.python.org/pypi/python-oembed )

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

python-openstackclient : A client for the OpenStack APIs ( https://github.com/openstack/python-openstackclient )

python-pam : A python interface to the PAM library on linux using ctypes ( http://atlee.ca/software/pam )

python-poppler : Python bindings to the Poppler PDF library ( https://launchpad.net/poppler-python )

python-poppler-qt4 : A python binding for libpoppler-qt4 ( https://github.com/wbsoft/python-poppler-qt4 )

python-prctl : Control process attributes through prctl ( https://github.com/seveas/python-prctl )

python-ptrace : python-ptrace is a debugger using ptrace (Linux, BSD and Darwin system call to trace processes) ( https://bitbucket.org/haypo/python-ptrace/ https://pypi.python.org/pypi/python-ptrace )

python-saharaclient : This is a client for the OpenStack Sahara API, aka HADOOP ( https://github.com/openstack/python-saharaclient )

python-scw : Python binding for Scw ( http://scwwidgets.googlepages.com/ )

python-sipsimple : SIP SIMPLE client SDK is a Software Development Kit ( http://sipsimpleclient.org )

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

python-social-auth : Easy to setup social auth mechanism with support for several frameworks and auth providers ( http://psa.matiasaguirre.net/ )

python-sqlparse : A non-validating SQL parser module for Python ( https://code.google.com/p/python-sqlparse/ https://github.com/andialbrecht/sqlparse )

python-stdnum : A module to handle standardized numbers and codes ( http://arthurdejong.org/python-stdnum/ )

python-swiftclient : Python bindings to the OpenStack Object Storage API ( https://launchpad.net/python-swiftclient )

python-systemd : Python module for native access to the systemd facilities ( https://github.com/systemd/python-systemd )

python-termstyle : console colouring for python ( http://gfxmonk.net/dist/0install/python-termstyle.xml )

python-troveclient : This is a client for the OpenStack Trove API, a scalable relational database service ( https://github.com/openstack/python-troveclient )

python-tvrage : Python client for the tvrage.com XML API ( https://github.com/ckreutzer/python-tvrage )

python-twitter : This library provides a pure python interface for the Twitter API ( https://github.com/bear/python-twitter )

python-uinput : Pythonic API to the Linux uinput kernel module ( http://tjjr.fi/sw/python-uinput/ )

python-urljr : JanRain's URL Utilities ( http://www.openidenabled.com/openid/libraries/python/ )

python-virtkey : Python module to simulate keypresses and get current keyboard layout ( https://launchpad.net/virtkey )

python-wpactrl : A Python extension for wpa_supplicant/hostapd control interface access ( http://projects.otaku42.de/wiki/PythonWpaCtrl )

python-xcaplib : Python library for managing XML documents on XCAP server ( http://sipsimpleclient.org )

python-xlib : A fully functional X client library for Python, written in Python ( http://python-xlib.sourceforge.net/ )

python-yadis : Yadis service discovery library ( http://www.openidenabled.com/yadis/libraries/python/ )

python3-openid : Python 3 port of the python-openid library ( https://github.com/necaris/python3-openid https://pypi.python.org/pypi/python3-openid )

python_orocos_kdl : Python bindings for KDL ( http://www.orocos.org/kdl )

pythondialog : A Python module for making simple text/console-mode user interfaces ( http://pythondialog.sourceforge.net/ )

pythong : Nice and powerful spanish development environment for Python ( http://www3.uji.es/~dllorens/PythonG/principal.html )

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

pythonutils : Voidspace Python modules ( http://www.voidspace.org.uk/python/pythonutils.html )

pytools : A collection of tools missing from the Python standard library ( http://mathema.tician.de/software/pytools )

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 )

pyusb : USB support for Python ( http://pyusb.sourceforge.net/ )

pyutil : A collection of utilities for Python programmers ( https://tahoe-lafs.org/trac/pyutil https://pypi.python.org/pypi/pyutil )

pyutmp : Python UTMP wrapper for Un*x systems ( https://pypi.python.org/pypi/pyutmp https://bmc.github.com/pyutmp/ )

pyvorbis : Python bindings for the ogg.vorbis library ( http://ekyo.nerim.net/software/pyogg/ )

pyvtk : Tools for manipulating VTK files in Python ( http://cens.ioc.ee/projects/pyvtk/ )

pywavelets : Python module for discrete, stationary, and packet wavelet transforms ( http://www.pybytes.com/pywavelets https://github.com/PyWavelets/pywt )

pywcs : Python routines for handling the FITS World Coordinate System ( https://trac6.assembla.com/astrolib/wiki )

pywebdav : WebDAV server written in Python ( https://code.google.com/p/pywebdav/ https://pypi.python.org/pypi/PyWebDAV )

pywebkitgtk : Python bindings for the WebKit GTK+ port ( http://code.google.com/p/pywebkitgtk/ )

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 )

pyxenstore : Provides Python interfaces for Xen's XenStore ( https://launchpad.net/pyxenstore )

pyxml : A collection of libraries to process XML with Python ( http://pyxml.sourceforge.net/ )

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 )

pyzor : A distributed, collaborative spam detection and filtering network ( https://github.com/SpamExperts/pyzor/ )

qpid-python : A high-speed platform independent enterprise messaging system for Apache ( http://qpid.apache.org/ )

qrcode : QR Code generator on top of PIL ( https://pypi.python.org/pypi/qrcode )

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 )

queuelib : Collection of persistent (disk-based) queues ( https://github.com/scrapy/queuelib )

quixote : Python HTML templating framework for developing web applications ( http://quixote.ca )

rackspace-auth-openstack : Rackspace Auth Plugin for OpenStack Clients ( https://github.com/emonty/rackspace-auth-openstack )

rackspace-monitoring : Client library for Rackspace Cloud Monitoring ( https://github.com/racker/rackspace-monitoring )

rackspace-monitoring-cli : Command Line Utility for Rackspace Cloud Monitoring (MaaS) ( https://github.com/racker/rackspace-monitoring-cli )

rackspace-novaclient : A client for the OpenStack Nova API ( https://github.com/rackerlabs/rackspace-novaclient )

radon : Code Metrics in Python ( https://radon.readthedocs.org/ )

raet : Reliable Asynchronous Event Transport Protocol ( https://github.com/saltstack/raet )

rarfile : Module for RAR archive reading ( https://github.com/markokr/rarfile )

raven : Raven is a client for Sentry ( https://github.com/getsentry/raven-python )

rax-default-network-flags-python-novaclient-ext : Disk Config extension for python-novaclient ( https://github.com/rackspace/rax_default_network_flags_python_novaclient_ext )

rax-scheduled-images-python-novaclient-ext : Adds backup-schedule extension support to python-novaclient ( https://github.com/rackspace/rax_backup_schedule_python_novaclient_ext )

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 )

readme : a library for rendering \"readme\" descriptions for Warehouse ( https://github.com/pypa/readme https://pypi.python.org/pypi/readme )

recaptcha-client : A plugin for reCAPTCHA and reCAPTCHA Mailhide ( https://pypi.python.org/pypi/recaptcha-client/ )

reconfigure : An ORM for config files ( https://pypi.python.org/pypi/reconfigure/ )

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

rednose : coloured output for nosetests ( http://gfxmonk.net/dist/0install/rednose.xml )

regendoc : Check/update simple file/shell examples in documentation ( https://pypi.python.org/pypi/RegenDoc http://bitbucket.org/pytest-dev/regendoc/ )

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

remoteobjects : subclassable Python objects for working with JSON REST APIs ( https://github.com/LegNeato/remoteobjects )

rencode : similar to bencode from the BitTorrent project ( https://github.com/aresch/rencode )

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://www.repoze.org )

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

repoze-who : repoze.who is an identification and authentication framework for WSGI. ( http://www.repoze.org )

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 )

requests-cache : Persistent cache for requests library ( https://pypi.python.org/pypi/requests-cache )

requests-mock : Mock out responses from the requests package ( https://github.com/jamielennox/requests-mock )

requests-oauthlib : This project provides first-class OAuth library support for Requests ( https://github.com/requests/requests-oauthlib )

responses : A utility for mocking out the Python Requests library ( https://github.com/getsentry/responses )

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 )

retry-decorator : Decorator for retrying when exceptions occur ( https://github.com/pnpnpn/retry-decorator )

retrying : Retrying is a general-purpose retrying library. ( https://github.com/rholder/retrying )

reverend : Reverend - Simple Bayesian classifier ( http://divmod.org/trac/wiki/DivmodReverend https://pypi.python.org/pypi/Reverend )

rfc3986 : Validating URI References per RFC 3986 ( http://tools.ietf.org/html/rfc3986 https://github.com/sigmavirus24/rfc3986 https://rfc3986.rtfd.org )

rlcompleter2 : Python command line completion ( http://codespeak.net/rlcompleter2/ https://pypi.python.org/pypi/rlcompleter2 )

robotframework : test automation framework for acceptance testing and test-driven development ( http://robotframework.org/ https://pypi.python.org/pypi/robotframework/ )

robotframework-selenium2library : Web testing library for Robot Framework ( https://github.com/rtomac/robotframework-selenium2library )

robotframework-sshlibrary : A test library for Robot Framework that enables SSH and SFTP ( https://code.google.com/p/robotframework-sshlibrary/ https://pypi.python.org/pypi/robotframework-sshlibrary/ )

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

root_numpy : Interface between ROOT and numpy ( https://github.com/rootpy/root_numpy )

rootpy : Pythonic layer on top of the ROOT framework's PyROOT bindings ( http://rootpy.org )

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 )

rosdistro : Tools to work with catkinized rosdistro files ( http://wiki.ros.org/rosdistro )

rospkg : Standalone Python library for the ROS package system ( http://wiki.ros.org/rospkg )

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

rply : Pure python parser generator that also works with RPython ( https://github.com/alex/rply )

rpy : Python interface to the R Programming Language ( http://rpy.sourceforge.net/ https://pypi.python.org/pypi/rpy2 )

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 )

rtf2xml : Converts a Microsoft RTF file to structured XML ( http://rtf2xml.sourceforge.net/ )

rtgraph : Widgets for graphing data in real-time using PyGTK, and UI components for controlling the graphs ( http://navi.cx/svn/misc/trunk/rtgraph/web/index.html )

rtslib : RTSLib Community Edition for target_core_mod/ConfigFS ( http://linux-iscsi.org/ )

rtslib-fb : A Python object API for managing the Linux LIO kernel target ( https://github.com/agrover/rtslib-fb )

ruledispatch : Rule-based Dispatching and Generic Functions ( http://peak.telecommunity.com/ )

runsnakerun : GUI Viewer for Python profiling runs ( http://www.vrplumber.com/programming/runsnakerun/ )

sampy : Simple Application Messaging Protocol messaging system implementation in Python ( http://packages.python.org/sampy/ )

sancho : Sancho is a unit testing framework ( http://www.mems-exchange.org/software/sancho/ )

scientificpython : Scientific Module for Python ( http://sourcesup.cru.fr/projects/scientific-py/ )

scimath : Enthought Tool Suite: Scientific and mathematical tools ( http://code.enthought.com/projects/sci_math/ https://pypi.python.org/pypi/scimath )

sclapp : Framework for writing simple command-line applications ( http://forestbond.com/media/docs/${P}.html )

scoop : Distributed Evolutionary Algorithms in Python ( https://code.google.com/p/scoop/ https://pypi.python.org/pypi/scoop )

scrapy : A high-level Python Screen Scraping framework ( https://github.com/scrapy/scrapy/ http://pypi.python.org/pypi/Scrapy/ )

scripttest : A very small text templating language ( http://pythonpaste.org/scripttest/ https://pypi.python.org/pypi/ScriptTest )

seaborn : Statistical data visualization ( http://stanford.edu/~mwaskom/software/seaborn/ https://github.com/mwaskom/seaborn )

selenium : Python language binding for Selenium Remote Control ( https://github.com/SeleniumHQ/selenium http://www.seleniumhq.or )

semantic_version : Python library providing a few tools handling SemVer in Python. ( https://pypi.python.org/pypi/semantic_version )

send2trash : Sends files to the Trash (or Recycle Bin) ( http://hg.hardcoded.net/send2trash https://pypi.python.org/pypi/Send2Trash https://github.com/hsoft/send2trash )

sepolgen : SELinux policy generation library ( https://github.com/SELinuxProject/selinux/wiki )

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 )

setuptools_hg : Setuptools/distribute plugin for finding files under Mercurial version control ( https://pypi.python.org/pypi/setuptools_hg https://bitbucket.org/jezdez/setuptools_hg/ )

setuptools_scm : package to manage versions by scm tags via setuptools ( https://github.com/pypa/setuptools_scm https://pypi.python.org/pypi/setuptools_scm )

sexpdata : a simple S-expression parser/serializer ( https://github.com/tkf/sexpdata )

sgmllib : Port of sgmllib to python-3 (already part of python-2) - python2 versions will not install any files ( http://feedparser.googlecode.com )

sh : Python subprocess interface ( https://github.com/amoffat/sh )

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

shm : Python modules to access System V shared memory and semaphores ( http://nikitathespider.com/python/shm/ )

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

simplecv : Python interface to several powerful open source computer vision libraries ( http://simplecv.org/ )

simpleeval : A simple, safe single expression evaluator library ( https://github.com/danthedeckie/simpleeval )

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

simplegui : Simplified GUI generation using Tkinter ( http://florian-berger.de/en/software/simplegui )

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

simplekv : A key-value storage for binary data, support many backends. ( https://pypi.python.org/pypi/simplekv/ https://github.com/mbr/simplekv )

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

simples3 : A fairly simple, decently quick python interface to Amazon's S3 storage service ( http://sendapatch.se/projects/simples3/ https://pypi.python.org/pypi/simples3/ )

simplesettings : Simple settings initialization ( https://pypi.python.org/pypi/simplesettings )

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 )

simpy : Simulation in Python is an object-oriented, process-based discrete-event simulation language ( http://simpy.readthedocs.org/en/latest/ )

singledispatch : A library to bring functools.singledispatch from Python 3.4 to Python 2.6-3.3 ( http://docs.python.org/3/library/functools.html#functools.singledispatch )

sip : Python extension module generator for C and C++ libraries ( http://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 )

skype4py : Python wrapper for the Skype API ( https://github.com/awahlig/skype4py https://pypi.python.org/pypi/Skype4Py/ )

sleekxmpp : Python library for XMPP ( http://sleekxmpp.com/ https://github.com/fritzy/SleekXMPP/ )

slowaes : AES implementation in pure Python ( https://code.google.com/p/slowaes/ )

smmap : A pure git implementation of a sliding window memory map manager ( HOMEPAGE=" )

snakefood : Generate dependency graphs from Python code ( http://furius.ca/snakefood/ )

snakeoil : Miscellaneous python utility code ( https://github.com/pkgcore/snakeoil )

snappy : Python library for the snappy compression library from Google ( https://pypi.python.org/pypi/python-snappy )

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 )

socketio-client : A socket.io client library for Python ( https://github.com/invisibleroads/${MY_PN}/ https://pypi.python.org/pypi/${MY_PN} )

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

socksipy : SOCKS proxy implementation for python ( http://socksipy.sourceforge.net/ https://code.google.com/p/socksipy-branch/ )

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

south : Intelligent schema migrations for Django apps ( http://south.aeracode.org/ )

soya : A high-level 3D engine for Python, designed with games in mind ( http://oomadness.nekeme.net/Soya/FrontPage )

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

speaklater : Lazy strings for Python ( https://github.com/mitsuhiko/speaklater )

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-bootstrap-theme : Sphinx theme integrates the Bootstrap CSS / JavaScript framework ( https://ryan-roemer.github.com/sphinx-bootstrap-theme/README.html )

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

sphinxcontrib-cheeseshop : Sphinx extension cheeseshop ( https://bitbucket.org/birkenfeld/sphinx-contrib )

sphinxcontrib-doxylink : Extension to link to external Doxygen API documentation ( https://pypi.python.org/pypi/sphinxcontrib-doxylink https://pythonhosted.org/sphinxcontrib-doxylink/ https://bitbucket.org/birkenfeld/sphinx-contrib )

sphinxcontrib-googleanalytics : Sphinx extension googleanalytics ( https://bitbucket.org/birkenfeld/sphinx-contrib )

sphinxcontrib-httpdomain : Extension providing a Sphinx domain for describing RESTful HTTP APIs ( https://bitbucket.org/birkenfeld/sphinx-contrib/ )

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 )

sphinxcontrib-newsfeed : News Feed extension for Sphinx ( https://bitbucket.org/prometheus/sphinxcontrib-newsfeed )

sphinxcontrib-plantuml : Extension to embed UML diagram by using PlantUML ( https://bitbucket.org/birkenfeld/sphinx-contrib )

sphinxcontrib-programoutput : Extension to sphinx to include program output ( http://sphinxcontrib-programoutput.readthedocs.org/ )

sphinxcontrib-spelling : Sphinx spelling extension ( https://bitbucket.org/dhellmann/sphinxcontrib-spelling )

sphinxtogithub : A python script for preparing the html output of Sphinx documentation for github pages ( https://github.com/michaeljones/sphinx-to-github/ )

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 )

sqlitecachec : sqlite cacher for python applications ( http://yum.baseurl.org/ )

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 )

squaremap : Hierarchic data-visualisation control for wxPython ( https://pypi.python.org/pypi/SquareMap )

ssh : SSH2 protocol library ( https://pypi.python.org/pypi/ssh )

ssl-fetch : A small convenience library for fetching files securely ( https://github.com/dol-sen/ssl-fetch )

starcluster : Utility for creating / managing general purpose computing clusters ( http://web.mit.edu/star/cluster )

statsmodels : Statistical computations and models for use with SciPy ( http://statsmodels.sourceforge.net/ )

steadymark : Markdown-based test runner for python ( https://github.com/gabrielfalcao/steadymark )

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 )

stormpath : Official Stormpath SDK, used to interact with the Stormpath REST API. ( https://github.com/stormpath/stormpath-sdk-python )

strict-rfc3339 : Strict, simple, lightweight RFC3339 functions ( https://pypi.python.org/pypi/strict-rfc3339 https://github.com/danielrichman/strict-rfc3339 )

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 )

stsci-sphinxext : Tools and templates to customize Sphinx for STScI projects ( http://www.stsci.edu/resources/software_hardware/stsci_python )

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 )

suds : Lightweight SOAP client (Jurko's fork) (py3 support) (active development) ( https://bitbucket.org/jurko/suds )

sudsds : Lightweight SOAP client - Czech NIC labs fork ( https://labs.nic.cz/page/969/ )

sure : utility belt for automated testing in python for python ( https://github.com/gabrielfalcao/sure )

symboltype : Gives access to the peak.util.symbols module ( http://peak.telecommunity.com/DevCenter/SymbolType https://pypi.python.org/pypi/SymbolType )

sympy : Computer Algebra System in pure Python ( http://sympy.org )

tablib : A format-agnostic tabular dataset library written in Python ( http://python-tablib.org/ )

tabulate : Pretty-print tabular data ( https://pypi.python.org/pypi/tabulate )

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

taskflow : A library to do [jobs, tasks, flows] in a HA manner using different backends ( https://github.com/openstack/taskflow )

tdaemon : Test Daemon ( https://github.com/brunobord/tdaemon )

tempest-lib : A library to assist in creating functional or integrated test suites for OpenStack projects. ( https://pypi.python.org/pypi/tempest-lib https://github.com/openstack/tempest-lib )

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

termcolor : ANSII Color formatting for output in terminal ( https://pypi.python.org/pypi/termcolor )

terminado : Terminals served to term.js using Tornado websockets ( https://pypi.python.org/pypi/terminado https://github.com/takluyver/terminado )

testfixtures : A collection of helpers and mock objects for unit tests and doc tests ( https://pypi.python.org/pypi/testfixtures/ https://github.com/Simplistix/testfixtures )

testify : A more pythonic replacement for the unittest module and nose ( https://github.com/Yelp/testify https://pypi.python.org/pypi/testify/ )

testrepository : A repository of test results ( https://launchpad.net/testscenarios )

testresources : Testresources, a pyunit extension for managing expensive test resources ( https://launchpad.net/testresources )

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 )

texttable : module for creating simple ASCII tables ( http://foutaise.org/code/ )

tgmochikit : MochiKit packaged as TurboGears widgets ( https://pypi.python.org/pypi/tgMochiKit )

theano : Python library to define and optimize multi-dimensional arrays mathematical expressions ( https://github.com/Theano/Theano )

thunarx-python : Python bindings for the Thunar file manager ( http://goodies.xfce.org/projects/bindings/thunarx-python )

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

tinycss : A complete yet simple CSS parser for Python ( https://github.com/SimonSapin/tinycss/ http://packages.python.org/tinycss/ )

tlslite : TLS Lite is a free python library that implements SSL 3.0 and TLS 1.0/1.1 ( http://trevp.net/tlslite/ https://pypi.python.org/pypi/tlslite https://github.com/trevp/tlslite )

tmdb3 : TheMovieDB.org APIv3 interface ( https://github.com/wagnerrp/pytmdb3 https://pypi.python.org/pypi/tmdb3 )

toolz : List processing tools and functional utilities ( https://pypi.python.org/pypi/toolz )

torment : A Study in Fixture Based Testing Frameworking ( https://github.com/kumoru/torment )

tox : virtualenv-based automation of test activities ( http://tox.testrun.org https://pypi.python.org/pypi/tox )

tpg : Toy Parser Generator for Python ( http://christophe.delord.free.fr/tpg/index.html )

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

tracing : Debug log/trace messages ( http://liw.fi/tracing/ )

traits : Enthought Tool Suite: Explicitly typed attributes for Python ( http://code.enthought.com/projects/traits/ )

traitsui : Enthought Tool Suite: Traits-capable user interfaces ( https://github.com/enthought/traitsui )

translate-toolkit : Toolkit to convert between many translation formats ( http://translate.sourceforge.net )

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 )

transmissionrpc : Python module that implements the Transmission bittorrent client RPC protocol ( https://bitbucket.org/blueluna/transmissionrpc )

treq : Python requests like API built on top of Twisted's HTTP client. ( https://github.com/dreid/treq )

trollius : A port of the Tulip project (asyncio module, PEP3156) ( https://github.com/haypo/trollius https://pypi.python.org/pypi/trollius/ )

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

ttystatus : Terminal progress bar and status output for command line ( http://liw.fi/ttystatus/ )

turbocheetah : TurboGears plugin to support use of Cheetah templates ( http://docs.turbogears.org/TurboCheetah https://pypi.python.org/pypi/TurboCheetah )

turbojson : TurboGears JSON file format support plugin ( https://pypi.python.org/pypi/TurboJson )

turbokid : Python template plugin that supports Kid templates ( https://pypi.python.org/pypi/TurboKid )

turbolift : Openstack Swift sync/backup utility ( https://github.com/cloudnull/turbolift/wiki )

tvdb_api : Python interface to thetvdb.com API ( https://github.com/dbr/tvdb_api )

tweepy : A Python library for accessing the Twitter API ( https://tweepy.github.com/ )

twilio : Helper library for the Twilio API ( https://github.com/twilio/twilio-python http://www.twilio.com/docs/python/install )

twill : Simple scripting language for web browsing with Python API ( http://twill.idyll.org/ )

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 ( )

twistedsnmp : SNMP protocols and APIs for use with the Twisted networking framework ( http://twistedsnmp.sourceforge.net/ )

twitter : An API and command-line toolset for Twitter (twitter.com) ( http://mike.verdone.ca/twitter/ )

twython : An easy (and up to date) way to access Twitter data with Python ( https://github.com/ryanmcgrath/twython )

txAMQP : Python library for communicating with AMQP peers using Twisted ( https://launchpad.net/txamqp )

txaio : a helper library for writing code unmodified on both Twisted and asyncio ( https://github.com/tavendo/txaio )

txsocksx : Twisted client endpoints for SOCKS{4,4a,5} ( https://github.com/habnabit/txsocksx )

tzlocal : tzinfo object for the local timezone ( https://github.com/regebro/tzlocal )

ujson : Ultra fast JSON encoder and decoder for Python ( https://pypi.python.org/pypi/ujson/ )

unicodecsv : Drop-in replacement for python stdlib csv module supporting unicode ( https://pypi.python.org/pypi/unicodecsv https://github.com/jdunck/python-unicodecsv )

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 )

uritemplate : Python implementation of RFC6570, URI Template ( https://pypi.python.org/pypi/uritemplate )

urlgrabber : Python module for downloading files ( http://urlgrabber.baseurl.org )

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 )

utidylib : TidyLib Python wrapper ( http://sourceforge.net/projects/utidylib/ )

utmp : utmp/wtmp reader ( https://pypi.python.org/pypi/utmp http://srcco.de/ )

vatnumber : Module to validate VAT numbers ( https://code.google.com/p/vatnumber/ )

vcrpy : Automatically mock your HTTP interactions to simplify and speed up testing ( https://github.com/kevin1024/vcrpy )

vcstools : Python library for interacting with various VCS systems ( http://wiki.ros.org/vcstools )

vcversioner : Use version control tags to discover version numbers ( https://github.com/habnabit/vcversioner https://pypi.python.org/pypi/vcversioner )

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

verboselogs : Verbose logging for Python's logging module ( https://pypi.python.org/pypi/verboselogs )

versiontools : Smart replacement for plain tuple used in __version__ ( https://pypi.python.org/pypi/versiontools/ https://launchpad.net/versiontools )

vertex : An implementation of the Q2Q protocol ( http://divmod.org/trac/wiki/DivmodVertex https://pypi.python.org/pypi/Vertex )

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 )

vo : Python module to read VO tables into a numpy array ( https://trac6.assembla.com/astrolib/wiki )

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

w3lib : Python library of web-related functions ( https://github.com/scrapy/w3lib )

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

warlock : Python object model built on JSON schema and JSON patch ( https://github.com/bcwaldon/warlock )

watchdog : Python API and shell utilities to monitor file system events ( https://github.com/gorakhargosh/watchdog )

wcsaxes : Framework for plotting astronomical and geospatial data ( http://wcsaxes.readthedocs.org https://pypi.python.org/pypi/wcsaxes )

wcwidth : Measures number of Terminal column cells of wide-character codes ( https://pypi.python.org/pypi/wcwidth/ https://github.com/jquast/wcwidth )

weasyprint : Visual rendering engine for HTML and CSS that can export to PDF ( http://weasyprint.org https://github.com/Kozea/WeasyPrint )

webassets : Asset management for Python web development ( https://github.com/miracle2k/webassets )

webcolors : Color names and value formats defined by the HTML and CSS specifications ( https://pypi.python.org/pypi/webcolors https://github.com/ubernostrum/webcolors )

weberror : Web Error handling and exception catching ( https://pypi.python.org/pypi/WebError )

webhelpers : Web Helpers ( http://webhelpers.groovie.org/ https://pypi.python.org/pypi/WebHelpers )

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 )

websocket-client : WebSocket client for python. hybi13 is supported ( https://github.com/liris/websocket-client )

websockify : WebSockets support for any application/server ( https://github.com/kanaka/websockify )

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 )

webut : Miscellaneous utilities for nevow and twisted.web programming ( http://www.inoi.fi/open/trac/webut )

wehjit : A Python web-widget library ( http://jderose.fedorapeople.org/wehjit )

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

wheel : A built-package format for Python ( https://pypi.python.org/pypi/wheel )

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

whirlpool : Bindings for whirlpool hash reference implementation ( https://pypi.python.org/pypi/Whirlpool https://github.com/radiosilence/python-whirlpool )

whisper : Fixed size round-robin style database ( http://graphite.wikidot.com/ )

whoosh : Fast, pure-Python full text indexing, search and spell checking library ( https://bitbucket.org/mchaput/whoosh/wiki/Home/ https://pypi.python.org/pypi/Whoosh/ )

winpdb : Graphical Python debugger ( http://winpdb.org/ https://code.google.com/p/winpdb/ https://pypi.python.org/pypi/winpdb )

workerpool : Module for distributing jobs to a pool of worker threads ( https://github.com/shazow/workerpool )

wrapt : Module for decorators, wrappers and monkey patching ( https://github.com/GrahamDumpleton/wrapt )

ws4py : WebSocket client and server library for Python 2 and 3 as well as PyPy ( https://github.com/Lawouach/WebSocket-for-Python )

wsaccel : Accelerator for ws4py, AutobahnPython and tornado ( https://pypi.python.org/pypi/wsaccel https://github.com/methane/wsaccel )

wsgiintercept : WSGI application in place of a real URI for testing ( https://github.com/cdent/python3-wsgi-intercept )

wsgilog : Class for logging in WSGI-applications ( https://pypi.python.org/pypi/wsgilog/ )

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 )

wtf-peewee : Small python ORM ( https://github.com/coleifer/peewee/ )

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 )

xlsxwriter : Python module for creating Excel XLSX files ( https://pypi.python.org/pypi/XlsxWriter https://github.com/jmcnamara/XlsxWriter )

xlutils : provides a collection of utilities for working with Excel files ( https://pypi.python.org/pypi/xlutils )

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 )

xmltodict : Makes working with XML feel like you are working with JSON ( https://github.com/martinblech/xmltodict/ https://pypi.python.org/pypi/xmltodict/ )

xmpppy : Python library providing easy scripting with Jabber ( http://xmpppy.sourceforge.net/ )

xvfbwrapper : Python wrapper for running a display inside X virtual framebuffer ( https://github.com/cgoldberg/xvfbwrappe )

yappi : Yet Another Python Profiler ( https://bitbucket.org/sumerc/yappi/ )

yapps : An easy to use parser generator ( https://github.com/smurfix/yapps )

yapsy : A fat-free DIY Python plugin management toolkit ( http://yapsy.sourceforge.net/ )

yenc : Module providing raw yEnc encoding/decoding ( http://www.golug.it/yenc.html )

yolk : Tool and library for querying PyPI and locally installed Python packages ( https://pypi.python.org/pypi/yolk )

yolk-portage : Gentoo Portage plugin for yolk ( https://pypi.python.org/pypi/yolk-portage )

yubiotp : Python library for verifying YubiKey OTP tokens, both locally and through a Yubico web service ( https://bitbucket.org/psagers/yubiotp )

zake : A python package that works to provide a nice set of testing utilities for the kazoo library. ( https://github.com/yahoo/Zake )

zbase32 : base32 encoder/decoder (not RFC 3548 compliant) ( https://pypi.python.org/pypi/zbase32 )

zc-buildout : System for managing development buildouts ( https://pypi.python.org/pypi/zc.buildout )

zfec : Fast erasure codec which can be used with the command-line, C, Python, or Haskell ( https://pypi.python.org/pypi/zfec )

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

zsi : Web Services for Python ( http://pywebsvcs.sourceforge.net/zsi.html )

Add an ebuild in portage :

The ebuild is now in the portage tree.

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

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

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