Packages — P (Page 30 of 31)

Packages menu:

Browse alphabetically

0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z

python2-setuptools 41.0.1

Setuptools is a fully-featured, stable library designed to facilitate packaging Python projects, where packaging includes: Python package and module definitions, distribution package metadata, test hooks, project installation, platform-specific details, Python 3 support. …

python2-setuptools-scm 3.4.3

Setuptools_scm handles managing your Python package versions in "software configuration management" (SCM) metadata instead of declaring them as the version argument or in a SCM managed file. …

python2-setuptools-scm-git-archive 1.0

The setuptools_scm_git_archive package is a plugin to setuptools_scm, which supports obtaining versions from git archives that belong to tagged versions. …

python2-sge-pygame 1.5.1

The SGE Game Engine ("SGE", pronounced like "Sage") is a general-purpose 2D game engine. It takes care of several details for you so you can focus on the game itself. …

python2-sh 1.12.14

This package provides a replacement for Python's `subprocess' feature. …

python2-shapely 1.6.4.post2

Shapely is a Python package for manipulation and analysis of planar geometric objects. It is based on the `GEOS' library. …

python2-shedskin 0.9.4

This is an experimental compiler for a subset of Python. It generates C++ code and a Makefile. …

python2-simplegeneric 0.8.1

The simplegeneric module lets you define simple single-dispatch generic functions, akin to Python’s built-in generic functions like `len()', `iter()' and so on. However, instead of using specially-named methods, these generic functions use…

python2-simplejson 3.17.0

JSON (JavaScript Object Notation) is a subset of JavaScript syntax (ECMA-262 3rd edition) used as a lightweight data interchange format. Simplejson exposes an API familiar to users of the standard library marshal…

python2-singledispatch 3.4.0.3

This library brings functools.singledispatch from Python 3.4 to Python 2.6-3.3. …

python2-sip 4.19.22

SIP is a tool to create Python bindings for C and C++ libraries. It was originally developed to create PyQt, the Python bindings for the Qt toolkit, but can be used…

python2-six 1.14.0

Six is a Python 2 and 3 compatibility library. It provides utility functions for smoothing over the differences between the Python versions with the goal of writing Python code that is…

python2-six-bootstrap 1.14.0

Six is a Python 2 and 3 compatibility library. It provides utility functions for smoothing over the differences between the Python versions with the goal of writing Python code that is…

python2-slowaes 0.1a1

This package contains an implementation of AES in Python. This implementation is slow (hence the project name) but still useful when faster ones are not available. …

python2-smmap 3.0.1

`smmap' is a pure Python implementation of a sliding window memory map manager. …

python2-snowballstemmer 2.0.0

This package provides 16 word stemmer algorithms generated from Snowball algorithms. It includes the 15 original ones plus the Poerter English stemmer. …

python2-sockjs-tornado 1.0.6

SockJS-tornado provides the server-side counterpart to a SockJS client library, through the Tornado framework. SockJS provides a low-latency, full-duplex, cross-domain communication channel between a web browser and web server. …

python2-socksipy-branch 1.01

SocksiPy - A Python SOCKS client module. It provides a socket-like interface that supports connections to any TCP service through the use of a SOCKS4, SOCKS5 or HTTP proxy. The…

python2-sortedcontainers 2.1.0

This package provides a sorted collections library, written in pure-Python. …

python2-soupsieve 1.9.6

Soup Sieve is a CSS selector library designed to be used with Beautiful Soup 4. It aims to provide selecting, matching, and filtering using modern CSS selectors. Soup Sieve currently provides…

python2-spectra 0.0.11

This package provides a Python library intended to make color math, color scales, and color space conversion easy. It has support for: 1. Color scales 2. Color ranges …

python2-sphinx 1.7.7

Sphinx is a tool that makes it easy to create documentation for Python projects or other documents consisting of multiple reStructuredText sources. …

python2-sphinx-alabaster-theme 0.7.12

Alabaster is a visually (c)lean, responsive, configurable theme for the Sphinx documentation system. It's the default theme of Sphinx. …

python2-sphinx-cloud-sptheme 1.8.0

This package contains the "Cloud" theme for Sphinx and some related extensions. …

python2-sphinx-gallery 0.1.13

`sphinx_gallery' is a Sphinx extension that builds an HTML version from any set of Python scripts and puts it into an examples gallery. …

python2-sphinx-me 0.3

Create a Sphinx documentation shell for your project and include the README file as the documentation index. It handles extracting the required meta data such as the project name, author and…

python2-sphinx-repoze-autointerface 0.8

This package defines an extension for the Sphinx documentation system. The extension allows generation of API documentation by introspection of `zope.interface' instances in code. …

python2-sphinx-rtd-theme 0.2.4

A theme for Sphinx used by ReadTheDocs.org. …

python2-sphinxcontrib-programoutput 0.15

A Sphinx extension to literally insert the output of arbitrary commands into documents, helping you to keep your command examples up to date. …

python2-sphinxcontrib-websupport 1.2.0

This package provides a Python API to easily integrate Sphinx documentation into your web application. It provides tools to integrate Sphinx documents in web templates and to handle searches. …

python2-sql 1.0.0

`python-sql' is a library to write SQL queries, that transforms idiomatic python function calls to well-formed SQL queries. …

python2-sqlalchemy 1.3.18

SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL. It provides a full suite of well known enterprise-level persistence…

python2-sqlalchemy-utils 0.32.21

SQLAlchemy-utils provides various utility functions and custom data types for SQLAlchemy. SQLAlchemy is an SQL database abstraction library for Python. You might also want to install the following optional dependencies: …

python2-sqlparse 0.3.1

Sqlparse is a non-validating SQL parser for Python. It provides support for parsing, splitting and formatting SQL statements. …

python2-statsmodels 0.11.1

Statsmodels is a Python package that provides a complement to scipy for statistical computations including descriptive statistics and estimation and inference for statistical models. …

python2-stdnum 1.13

This is a Python library that aims to provide functions to handle, parse and validate standard numbers. The module supports more than 100 different number formats amongst which a great number…

python2-steadymark 0.7.3

`Steadymark' allows documentation to be written in github-flavoured markdown. The documentation may contain snippets of code surrounded by python code blocks and `Steadymark' will find these snippets and run them, making sure…

python2-stem 1.8.0

Stem is a Python controller library for Tor. With it you can use Tor's control protocol to script against the Tor process and read descriptor data relays publish about themselves. …

python2-stemming 1.0.1

Python implementations of the Porter, Porter2, Paice-Husk, and Lovins stemming algorithms for English. These implementations are straightforward and efficient, unlike some Python versions of the same algorithms available on the Web. …

python2-stevedore 1.28.0

Python makes loading code dynamically easy, allowing you to configure and extend your application by discovering and loading extensions ("plugins") at runtime. Many applications implement their own library for doing this, using…

python2-straight-plugin 1.4.1

Straight Plugin provides a type of plugin you can create from almost any existing Python modules, and an easy way for outside developers to add functionality and customization to your projects with…

python2-subprocess32 3.2.7

This is a backport of the `subprocess' standard library module from Python 3.2 and 3.3 for use on Python 2. It includes bugfixes and some new features. On POSIX systems…

python2-subunit 1.3.0

Python-subunit is a Python implementation of the subunit test streaming protocol. …

python2-subunit-bootstrap 1.3.0

This package is here for bootstrapping purposes only. Use the regular python-subunit package instead. …

python2-sure 1.4.11

Sure is a python library that leverages a DSL for writing assertions. Sure is heavily inspired by `RSpec Expectations' and `should.js'. …

python2-swagger-spec-validator 2.4.3

`swagger_spec_validator' provides a library for validating Swagger API specifications. …

python2-sympy 1.1.1

SymPy is a Python library for symbolic mathematics. It aims to become a full-featured computer algebra system (CAS) while keeping the code as simple as possible in order to be comprehensible…

python2-tables 3.6.1

PyTables is a package for managing hierarchical datasets and designed to efficiently cope with extremely large amounts of data. …

python2-tabulate 0.8.7

Tabulate is a library and command-line utility to pretty-print tabular data in Python. …

python2-tblib 1.6.0

Traceback serialization allows you to: 1. Pickle tracebacks and raise exceptions with pickled tracebacks in different processes. This allows better error handling when running…

python2-tegaki-pygtk 0.3.1

Tegaki is an ongoing project which aims to develop a free and open-source modern implementation of handwriting recognition software, specifically designed for Chinese (simplified and traditional) and Japanese, and that is suitable…

python2-tegaki-python 0.3.1

Tegaki is an ongoing project which aims to develop a free and open-source modern implementation of handwriting recognition software, specifically designed for Chinese (simplified and traditional) and Japanese, and that is suitable…

python2-tegaki-recognize 0.3.1-1.eceec69

Tegaki is an ongoing project which aims to develop a free and open-source modern implementation of handwriting recognition software, specifically designed for Chinese (simplified and traditional) and Japanese, and that is suitable…

python2-tegaki-tools 0.3.1

Tegaki is an ongoing project which aims to develop a free and open-source modern implementation of handwriting recognition software, specifically designed for Chinese (simplified and traditional) and Japanese, and that is suitable…

python2-tegaki-wagomu 0.3.1

Tegaki is an ongoing project which aims to develop a free and open-source modern implementation of handwriting recognition software, specifically designed for Chinese (simplified and traditional) and Japanese, and that is suitable…

python2-tempdir 0.7.1

This library manages temporary directories that are automatically deleted with all their contents when they are no longer needed. It is particularly convenient for use in tests. …

python2-termcolor 1.1.0

This package provides ANSII Color formatting for output in terminals. …

python2-terminado 0.8.1

This package provides a Tornado websocket backend for the term.js Javascript terminal emulator library. …

python2-testlib 0.6.5

A micro unittest suite harness for Python. …

python2-testpath 0.2

Testpath is a collection of utilities for Python code working with files and commands. It contains functions to check things on the file system, and tools for mocking system commands and…

python2-testrepository 0.0.20

Testrepository provides a database of test results which can be used as part of a developer's workflow to check things such as what tests have failed since the last commit or what…

python2-testrepository-bootstrap 0.0.20

Bootstrap package for python-testrepository. Don't use this. …

python2-testresources 2.0.1

Testresources is an extension to Python's unittest to allow declarative use of resources by test cases. …

python2-testresources-bootstrap 2.0.1

This package is only here for bootstrapping purposes. Use the regular testresources package instead. …

python2-testscenarios 0.5.0

Testscenarios provides clean dependency injection for Python unittest style tests. …

python2-testscenarios-bootstrap 0.5.0

This package is only for bootstrapping. Don't use this. …

python2-testtools 2.3.0

Testtools extends the Python standard library unit testing framework to provide matchers, more debugging information, and cross-Python compatibility. …

python2-testtools-bootstrap 2.3.0

This package is only for bootstrapping. Do not use this. …

python2-text-unidecode 1.3

`text-unidecode' is a basic Python port of the `Text::Unidecode' Perl library. It can create ASCII representations of Unicode data. In general users should prefer the `python-unidecode' package which offers better memory…

python2-texttable 1.6.2

Texttable is a Python module for creating simple ASCII tables. …

python2-tldextract 2.2.0

TLDExtract accurately separates the TLD from the registered domain and subdomains of a URL, using the Public Suffix List. By default, this includes the public ICANN TLDs and their exceptions. …

python2-tlsh 3.4.5

Trend Micro Locality Sensitive Hash (TLSH) is a fuzzy matching library. Given a byte stream with a minimum length of 256 bytes, TLSH generates a hash value which can be used…

python2-tmx 1.10

Python TMX reads and writes the `Tiled' TMX format in a simple way. This is useful for map editors or generic level editors, and it's also useful for using a map…

python2-toolz 0.9.0

This package provides a set of utility functions for iterators, functions, and dictionaries. …

python2-tornado 5.1.1

Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed. By using non-blocking network I/O, Tornado can scale to tens of thousands of open connections, making it…

python2-tox 2.8.1

Tox is a generic virtualenv management and test command line tool. It can be used to check that a package installs correctly with different Python versions and interpreters, or run tests…

python2-tqdm 4.43.0

Make loops show a progress bar on the console by just wrapping any iterable with `|tqdm(iterable)|'. Offers many options to define design and layout. …

python2-traceback2 1.4.0

This module provides a standard interface to extract, format and print stack traces of Python programs. It exactly mimics the behavior of the Python interpreter when it prints a stack trace. …

python2-tracing 0.10

`python2-tracing' is a python library for logging debug messages. It provides a way to turn debugging messages on and off, based on the filename they occur in. It is much faster…

python2-traitlets 4.3.3

Traitlets is a framework that lets Python classes have attributes with type checking, dynamically calculated default values, and ‘on change’ callbacks. The package also includes a mechanism to use traitlets for…

python2-translate-toolkit 2.1.0

Tools and API for translation and localization engineering. It contains several utilities, as well as an API for building localization tools. …

python2-translitcodec 0.4.0

This package contains codecs for transliterating ISO 10646 texts into best-effort representations using smaller coded character sets (ASCII, ISO 8859, etc.). …

python2-trollius-redis 0.1.4

`trollius-redis' is a Redis client for Python trollius. It is an asynchronous IO (PEP 3156) implementation of the Redis protocol. …

python2-ttystatus 0.38

`python2-ttystatus' is a python library for showing progress reporting and status updates on terminals, for command line programs. Output is automatically adapted to the width of the terminal: truncated if it…

python2-twine 1.15.0

`twine' currently supports registering projects and uploading distributions. It authenticates the user over HTTPS, allows them to pre-sign their files and supports any packaging format (including wheels). …

python2-twisted 19.7.0

Twisted is an extensible framework for Python programming, with special focus on event-based network programming and multiprotocol integration. …

python2-twobitreader 3.1.6

twobitreader is a Python library for reading .2bit files as used by the UCSC genome browser. …

python2-txamqp 0.8.2

This package provides a Python library for communicating with AMQP peers and brokers using the asynchronous networking framework Twisted. It contains all the necessary code to connect, send and receive messages…

python2-typing 3.7.4.3

This is a backport of the standard library `typing' module to Python versions older than 3.5. Typing defines a standard notation for Python function and variable type annotations. The notation…

python2-ua-parser 0.8.0

`ua-parser' is a Python port of Browserscope's user agent parser. …

python2-ufolib 2.1.1

UfoLib reads and writes Unified Font Object (UFO) files. UFO is a file format that stores fonts source files. …

python2-ujson 1.35

UltraJSON is an ultra fast JSON encoder and decoder written in pure C with bindings for Python 2.5+ and 3. …

python2-ukpostcodeparser 1.0.3

This library provides the `parse_uk_postcode' function for parsing UK postcodes. …

python2-unicodecsv 0.14.1

Unicodecsv is a drop-in replacement for Python 2.7's CSV module, adding support for Unicode strings. …

python2-unidecode 1.1.1

Unidecode provides ASCII transliterations of Unicode text. Unidecode is useful when integrating with legacy code that doesn't support Unicode, or for ease of entry of non-Roman names on a US keyboard,…

python2-uniseg 0.7.1

Uniseg is a Python package used to determine Unicode text segmentations. Supported segmentations include: 1. "Code point" (any value in the Unicode codespace) 2. "Grapheme cluster" (user-perceived character made…

python2-unittest2 1.1.0

Unittest2 is a replacement for the unittest module in the Python standard library. …

python2-uritemplate 3.0.0

`uritemplate' provides Python library to deal with URI Templates. …

python2-url 0.2.0

Library for parsing urls. …

python2-urlgrabber 3.10.2

`urlgrabber' is Python2 library that unifies access to files available on web, FTP or locally. It supports HTTP, FTP and file:// protocols, it supports features like HTTP keep-alive, reget, throttling and…

Packages menu:

Browse alphabetically

0-9 A B C D E F G H I J K L M N O P Q R S T U V W X Y Z