Packages — P (Page 24 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-alembic 1.4.2

Alembic is a lightweight database migration tool for usage with the SQLAlchemy Database Toolkit for Python. …

python2-amqp 2.3.2

This is a fork of amqplib which was originally written by Barry Pederson. It is maintained by the Celery project, and used by kombu as a pure python alternative when librabbitmq…

python2-anaconda-client 1.6.3

Anaconda Cloud command line client library provides an interface to Anaconda Cloud. Anaconda Cloud is useful for sharing packages, notebooks and environments. …

python2-aniso8601 1.3.0

This package contains a library for parsing ISO 8601 datetime strings. …

python2-ansi2html 1.2.0

`ansi2html' is a Python library and command line utility for convering text with ANSI color codes to HTML or LaTeX. …

python2-anyjson 0.3.3

Anyjson loads whichever is the fastest JSON module installed and provides a uniform API regardless of which JSON implementation is used. …

python2-apache-libcloud 2.4.0

`libcloud' is a Python library for interacting with many of the popular cloud service providers using a unified API. …

python2-apispec 0.25.3

`python-apispec' is a pluggable API specification generator. Currently supports the OpenAPI specification (f.k.a. Swagger 2.0). …

python2-appdirs 1.4.3

This module provides a portable way of finding out where user data should be stored on various operating systems. …

python2-apsw 3.31.1-r1

APSW is a Python wrapper for the SQLite embedded relational database engine. In contrast to other wrappers such as pysqlite it focuses on being a minimal layer over SQLite attempting just…

python2-argcomplete 1.11.1

argcomplete provides extensible command line tab completion of arguments and options for Python scripts using `argparse'. It's particularly useful for programs with many options or sub-parsers that can dynamically suggest completions; for…

python2-argparse 1.4.0

This package is mostly for people who want to have `argparse' on older Pythons because it was not part of the standard library back then. …

python2-args 0.1.0

This library provides a Python module to parse command-line arguments. …

python2-arrow 0.10.0

Arrow is a Python library to creating, manipulating, formatting and converting dates, times, and timestamps. It implements and updates the datetime type. …

python2-asn1crypto 0.24.0

asn1crypto is an ASN.1 parser and serializer with definitions for private keys, public keys, certificates, CRL, OCSP, CMS, PKCS#3, PKCS#7, PKCS#8, PKCS#12, PKCS#5, X.509 and TSP. …

python2-astor 0.7.1

Astor is designed to allow easy manipulation of Python source via the Abstract Syntax Tree. …

python2-astroid 1.6.5

`python-astroid' provides a common base representation of python source code for projects such as pychecker, pyreverse, pylint, etc. It provides a compatible representation which comes from the _ast module. It rebuilds the…

python2-atomicwrites 1.3.0

Library for atomic file writes using platform dependent tools for atomic file system operations. …

python2-attrs 19.3.0

`attrs' is a Python package with class decorators that ease the chores of implementing the most common attribute-related object protocols. …

python2-attrs-bootstrap 19.3.0

`attrs' is a Python package with class decorators that ease the chores of implementing the most common attribute-related object protocols. …

python2-autograd 0.0.0-0.442205d

Autograd can automatically differentiate native Python and NumPy code. It can handle a large subset of Python's features, including loops, ifs, recursion and closures, and it can even take derivatives of…

python2-automat 20.2.0

Automat is a library for concise, idiomatic Python expression of finite-state automata (particularly deterministic finite-state transducers). …

python2-autopep8 1.5.3

`autopep8' automatically formats Python code to conform to the PEP 8 style guide. It uses the pycodestyle utility to determine what parts of the code needs to be formatted. `autopep8'…

python2-axolotl 0.2.3

This is a python port of libaxolotl-android. This is a ratcheting forward secrecy protocol that works in synchronous and asynchronous messaging environments. …

python2-axolotl-curve25519 0.4.1.post2

This is a python wrapper for the curve25519 library with ed25519 signatures. The C code was pulled from libaxolotl-android. At the moment this wrapper is meant for use by python-axolotl. …

python2-babel 2.6.0

Babel is composed of two major parts: - tools to build and work with gettext message catalogs - a Python interface to the CLDR (Common Locale Data Repository), providing access to various…

python2-babel 2.8.0

Babel is composed of two major parts: - tools to build and work with gettext message catalogs - a Python interface to the CLDR (Common Locale Data Repository), providing access to various…

python2-backpack 0.1

Backpack provides some useful utilities for working with collections of data. …

python2-backport-ssl-match-hostname 3.5.0.1

This backport brings the ssl.match_hostname() function to users of earlier versions of Python. The function checks the hostname in the certificate returned by the server to which a connection has been…

python2-backports-abc 0.5

Python-backports-abc provides a backport of additions to the `collections.abc' module in Python-3.5. …

python2-backports-csv 1.0.7

Provides a backport of Python 3's `csv' module for parsing comma separated values. The API of the `csv' module in Python 2 is drastically different from the `csv' module in Python…

python2-backports-functools-lru-cache 1.6.1

`python2-backports-functools-lru-cache' is a backport of `functools.lru_cache' from python 3.3. …

python2-backports-shutil-get-terminal-size 1.0.0

This package provides a backport of the `get_terminal_size function' from Python 3.3's `shutil'. Unlike the original version it is written in pure Python rather than C, so it might be a…

python2-bcrypt 3.1.7

Bcrypt is a Python module which provides a password hashing method based on the Blowfish password hashing algorithm, as described in "A Future-Adaptable Password Scheme" (http://static.usenix.org/events/usenix99/provos.html) by Niels Provos and David Mazieres. …

python2-beautifulsoup4 4.9.1

Beautiful Soup is a Python library designed for rapidly setting up screen-scraping projects. It offers Pythonic idioms for navigating, searching, and modifying a parse tree, providing a toolkit for dissecting a…

python2-behave-web-api 1.0.6

This package provides testing utility modules for testing JSON APIs with Behave. …

python2-betamax 0.8.1

Betamax will record your test suite's HTTP interactions and replay them during future tests. It is designed to work with python-requests. …

python2-betamax-matchers 0.4.0

`betamax-matchers' provides a set of Matchers for Betamax. …

python2-bigfloat 0.3.0

This package provides a Python interface to the MPFR library for multiprecision arithmetic. …

python2-billiard 3.5.0.5

Billiard is a fork of the Python 2.7 multiprocessing package. The multiprocessing package itself is a renamed and updated version of R Oudkerk's pyprocessing package. This standalone variant is intended…

python2-binaryornot 0.4.4

Ultra-lightweight pure Python package to check if a file is binary or text. …

python2-biom-format 2.1.7

The BIOM file format is designed to be a general-use format for representing counts of observations e.g. operational taxonomic units, KEGG orthology groups or lipid types, in one or more biological…

python2-biopython 1.70

Biopython is a set of tools for biological computation including parsers for bioinformatics files into Python data structures; interfaces to common bioinformatics programs; a standard sequence class and tools for performing common operations…

python2-bleach 3.1.5

Bleach is an easy whitelist-based HTML-sanitizing tool. …

python2-blessings 1.7

Blessings is a pythonic API to manipulate terminal color, styling, and positioning. It provides similar features to curses but avoids some of curses’s limitations: it does not require clearing the whole…

python2-blinker 1.4

Blinker provides a fast dispatching system that allows any number of interested parties to subscribe to events, or "signals". …

python2-blosc 1.5.1

Blosc is a high performance compressor optimized for binary data. It has been designed to transmit data to the processor cache faster than the traditional, non-compressed, direct memory fetch approach via…

python2-booleanoperations 0.7.1

BooleanOperations provides a Python library that enables boolean operations on paths. …

python2-botocore 1.15.26

Botocore is a Python library that provides a low-level interface to the Amazon Web Services (AWS) API. …

python2-bottle 0.12.18

`python-bottle' is a WSGI framework for small web-applications. …

python2-bx-python 0.8.2

bx-python provides tools for manipulating biological data, particularly multiple sequence alignments. …

python2-bz2file 0.98

Bz2file is a Python library for reading and writing bzip2-compressed files. It contains a drop-in replacement for the I/O interface in the standard library's `bz2' module, including features from the latest…

python2-cachecontrol 0.12.5

CacheControl is a port of the caching algorithms in `httplib2' for use with `requests' session objects. …

python2-cairocffi 0.9.0

Cairocffi is a CFFI-based drop-in replacement for Pycairo, a set of Python bindings and object-oriented API for cairo. Cairo is a 2D vector graphics library with support for multiple backends including…

python2-capstone 3.0.5

Capstone is a lightweight multi-platform, multi-architecture disassembly framework. Capstone can disassemble machine code for many supported architectures such as x86, x86_64, arm, arm64, mips, ppc, sparc, sysz and xcore. It provides bindings…

python2-capturer 2.4

The capturer package makes it easy to capture the stdout and stderr streams of the current process and subprocesses. Output can be relayed to the terminal in real time but is…

python2-carbon 1.0.2

Carbon is a backend data caching and persistence daemon for Graphite. Carbon is responsible for receiving metrics over the network, caching them in memory for "hot queries" from the Graphite-Web application,…

python2-ccm 2.1.6

Cassandra Cluster Manager is a development tool for testing local Cassandra clusters. It creates, launches and removes Cassandra clusters on localhost. …

python2-celery 4.2.1

Celery is an asynchronous task queue/job queue based on distributed message passing. It is focused on real-time operation, but supports scheduling as well. The execution units, called tasks, are executed concurrently…

python2-certifi 2020.4.5.1

Certifi is a Python library that contains a CA certificate bundle, which is used by the Requests library to verify HTTPS requests. …

python2-cffi 1.14.0

Foreign Function Interface for Python calling C code. …

python2-chai 1.1.2

Chai provides an api for mocking, stubbing and spying your python objects, patterned after the Mocha library for Ruby. …

python2-chardet 3.0.4

This package provides `chardet', a Python module that can automatically detect a wide range of file encodings. …

python2-checkm-genome 1.0.13

CheckM provides a set of tools for assessing the quality of genomes recovered from isolates, single cells, or metagenomes. It provides robust estimates of genome completeness and contamination by using collocated…

python2-cheetah 3.2.4

Cheetah is a text-based template engine and Python code generator. Cheetah can be used as a standalone templating utility or referenced as a library from other Python applications. It has many…

python2-cleo 0.8.1

Cleo allows you to create command-line commands with signature in docstring and colored output. …

python2-clf 0.5.7

`clf' is a command line tool for searching code snippets on `https://commandlinefu.com'. …

python2-cliapp 1.20180812.1

`python2-cliapp' is a python framework for command line programs. It contains the typical stuff such programs need to do, such as parsing the command line for options, and iterating over input…

python2-click 7.1.2

Click is a Python package for creating command line interfaces in a composable way with as little code as necessary. Its name stands for "Command Line Interface Creation Kit". It's…

python2-clikit 0.6.2

CliKit is a group of utilities to build testable command line interfaces. …

python2-clint 0.5.1

Clint is a Python module filled with a set of tools for developing command-line applications, including tools for colored and indented output, progress bar display, and pipes. …

python2-cloudpickle 1.3.0

Cloudpickle makes it possible to serialize Python constructs not supported by the default pickle module from the Python standard library. It is especially useful for cluster computing where Python expressions are…

python2-clyent 1.2.1

Clyent is a Python command line utility library. It is used by `binstar', `binstar-build', and `chalmers'. …

python2-colorama 0.4.3

Colorama is a Python library for rendering colored terminal text. …

python2-coloredlogs 10.0

The `coloredlogs' package enables colored terminal output for Python's logging module. The `ColoredFormatter' class inherits from `logging.Formatter' and uses ANSI escape sequences to render your logging messages in color. …

python2-colormath 3.0.0

This is a Python library for color math and conversions. …

python2-colorspacious 1.1.2

`colorspacious' is a Python library that lets you convert between colorspaces like sRGB, XYZ, CIEL*a*b*, CIECAM02, CAM02-UCS, etc. …

python2-configargparse 0.14.0

A drop-in replacement for argparse that allows options to also be set via config files and/or environment variables. …

python2-configobj 5.0.6

ConfigObj is a simple but powerful config file reader and writer: an ini file round tripper. Its main feature is that it is very easy to use, with a straightforward programmer’s…

python2-configparser 4.0.2

`python-configparser' is a backport of `configparser' from Python 3.5 so that it can be used directly in other versions. …

python2-constantly 15.1.0

Constantly is a Python library that provides symbolic constant support. It includes collections and constants with text, numeric, and bit flag values. …

python2-consul 0.6.1

Python client for Consul (http://www.consul.io/), a tool for service discovery, monitoring and configuration. …

python2-contextlib2 0.6.0.post1

This module is primarily a backport of the Python 3.2 contextlib to earlier Python versions. Like contextlib, it provides utilities for common tasks involving decorators and context managers. It also…

python2-cookies 2.2.1

A RFC 6265-compliant HTTP cookie parser and renderer in Python. …

python2-couleur 0.6.2

`Couleur' provides python programs a way to use the ANSI features in a unix terminal such as coloured output in the shell, overwriting output, indentation, etc. …

python2-cov-core 1.15.0

This is a library package for use by `pytest-cov', `nose-cov' and `nose2-cov'. It is useful for developing coverage plugins for these testing frameworks. …

python2-coverage 5.0.3

Coverage measures code coverage, typically during test execution. It uses the code analysis tools and tracing hooks provided in the Python standard library to determine which lines are executable, and which…

python2-coverage-test-runner 1.15

`CoverageTestRunner' is a python module for running unit tests and failing them if the unit test module does not exercise all statements in the module it tests. …

python2-cram 0.7

Cram is a functional testing framework for command line applications. Cram tests look like snippets of interactive shell sessions. Cram runs each command and compares the command output in the…

python2-cryptography 2.9.2

cryptography is a package which provides cryptographic recipes and primitives to Python developers. It aims to be the “cryptographic standard library” for Python. The package includes both high level recipes,…

python2-cryptography-vectors 2.9.2

This package contains test vectors for the cryptography package. …

python2-css-parser 1.0.4

Css-parser is a fork of cssutils 1.0.2, updated and modified for parsing ebooks, due to cssutils not receiving updates as of 1.0.2. …

python2-cssmin 0.2.0

Python port of the YUI CSS Compressor. …

python2-cssselect 1.1.0

Cssselect ia a Python module that parses CSS3 Selectors and translates them to XPath 1.0 expressions. Such expressions can be used in lxml or another XPath engine to find the matching…

python2-cssutils 1.0.2

Cssutils is a Python package for parsing and building CSS Cascading Style Sheets. Currently it provides a DOM only and no rendering options. …

python2-curtsies 0.2.11

Curtsies is a Python library for interacting with the terminal. It features string-like objects which carry formatting information, per-line fullscreen terminal rendering, and keyboard input event reporting. …

python2-cvxopt 1.2.3

CVXOPT is a package for convex optimization based on the Python programming language. Its main purpose is to make the development of software for convex optimization applications straightforward by building on…

python2-cycler 0.10.0

When using `matplotlib' and plotting more than one line, it is common to want to be able to want to be able to cycle over one or more artist styles; but…

python2-cypari2 2.1.1

Cypari2 provides a Python interface to the number theory library PARI/GP. It has been spun off from the SageMath mathematics software system, but it can be used independently. …

python2-cysignals 1.9.0

The cysignals package provides mechanisms to handle interrupts (and other signals and errors) in Cython code, using two related approaches, for mixed Cython/Python code or external C libraries and pure Cython code,…

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