Packages — P (Page 28 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-pastel 0.2.0

Pastel is a simple library to help you colorize strings in your terminal. …

python2-pastescript 2.0.2

PasteScript is a plugin-friendly command line tool which provides a variety of features, from launching web applications to bootstrapping project layouts. …

python2-pathlib 1.0.1

Pathlib offers a set of classes to handle file system paths. It offers the following advantages over using string objects: 1. No more cumbersome use of os and os.path…

python2-pathlib2 2.3.5

The goal of pathlib2 is to provide a backport of standard pathlib module which tracks the standard library module, so all the newest features of the standard pathlib can be used also…

python2-pathpy 11.5.1

`path.py' implements path objects as first-class entities, allowing common operations on files to be invoked on those path objects directly. …

python2-patsy 0.5.1

Patsy is a Python package for describing statistical models and for building design matrices. …

python2-pbcore 1.2.10

The pbcore package provides Python APIs for interacting with PacBio data files and writing bioinformatics applications. …

python2-pbkdf2 1.3

This module implements the password-based key derivation function, PBKDF2, specified in RSA PKCS#5 v2.0. PKCS#5 v2.0 Password-Based Key Derivation is a key derivation function which is part of the RSA Public Key Cryptography…

python2-pbr 3.0.1

Python Build Reasonableness (PBR) is a library that injects some useful and sensible default behaviors into your setuptools run. It will set versions, process requirements files and generate AUTHORS and ChangeLog…

python2-pbr-minimal 3.0.1

Used only for bootstrapping python2-pbr, you should not need this. …

python2-peewee 3.9.6

Peewee is a simple and small ORM (object-relation mapping) tool. Peewee handles converting between pythonic values and those used by databases, so you can use Python types in your code without…

python2-pendulum 2.1.1

Pendulum is a drop-in replacement for the standard {datetime …

python2-pep517 0.8.2

Wrappers to build Python packages using PEP 517 hooks. …

python2-pep8 1.7.0

This tools checks Python code against some of the style conventions in PEP 8. …

python2-pep8 1.5.7

This tools checks Python code against some of the style conventions in PEP 8. …

python2-pexpect 4.8.0

Pexpect is a pure Python module for spawning child applications; controlling them; and responding to expected patterns in their output. Pexpect works like Don Libes’ Expect. Pexpect allows your script…

python2-pgpdump 1.5

Python-pgpdump is an OpenPGP packet parser based on pgpdump (http://www.mew.org/~kazu/proj/pgpdump/). It notably supports: * signature packets; * public key packets; * secret key packets; …

python2-phonenumbers 8.9.1

This package provides a Python port of Google's libphonenumber library. …

python2-pickleshare 0.7.5

PickleShare is a small ‘shelve’-like datastore with concurrency support. Like shelve, a PickleShareDB object acts like a normal dictionary. Unlike shelve, many processes can access the database simultaneously. Changing…

python2-pika 0.12.0

Pika is a pure-Python implementation of the AMQP (Advanced Message Queuing Protocol) 0-9-1 protocol that tries to stay fairly independent of the underlying network support library. …

python2-pillow 6.2.1

The Python Imaging Library adds image processing capabilities to your Python interpreter. This library provides extensive file format support, an efficient internal representation, and fairly powerful image processing capabilities. The core…

python2-pip 20.0.2

Pip is a package manager for Python software, that finds packages on the Python Package Index (PyPI). …

python2-pkgconfig 1.3.1

This module provides a Python interface to pkg-config. It can be used to find all pkg-config packages, check if a package exists, check if a package meets certain version requirements, query…

python2-pkginfo 1.4.2

API to query the distutils metadata written in `PKG-INFO' inside a source distriubtion (an sdist) or a binary distribution (e.g., created by running bdist_egg). It can also query the EGG-INFO directory…

python2-plastid 0.4.8

plastid is a Python library for genomic analysis – in particular, high-throughput sequencing data – with an emphasis on simplicity. …

python2-plotly 2.4.1

Plotly's Python graphing library makes interactive, publication-quality graphs online. Examples of how to make line plots, scatter plots, area charts, bar charts, error bars, box plots, histograms, heatmaps, subplots, multiple-axes, polar charts,…

python2-pluggy 0.13.1

Pluggy is an extraction of the plugin manager as used by Pytest but stripped of Pytest specific details. …

python2-polib 1.0.8

Polib can manipulate any gettext format (po, pot and mo) files. It can be used to create po files from scratch or to modify existing ones. …

python2-pretend 1.0.9

Pretend is a library to make stubbing with Python easier. Stubbing is a technique for writing tests. You may hear the term mixed up with mocks, fakes, or doubles. …

python2-prettytable 0.7.2

A library designed to represent tabular data in visually appealing ASCII tables. PrettyTable allows for selection of which columns are to be printed, independent alignment of columns (left or right justified or…

python2-prometheus-client 0.7.1

The `prometheus_client' package supports exposing metrics from software written in Python, so that they can be scraped by a Prometheus service. Metrics can be exposed through a standalone web server, or through…

python2-promise 0.4.2

Promises/A+ implementation for Python …

python2-prompt-toolkit 2.0.7

Prompt-Toolkit is a library for building interactive command line interfaces in Python. It's like GNU Readline but it also features syntax highlighting while typing, out-of-the-box multi-line input editing, advanced code completion, incremental…

python2-prompt-toolkit 1.0.15

Prompt-Toolkit is a library for building interactive command line interfaces in Python. It's like GNU Readline but it also features syntax highlighting while typing, out-of-the-box multi-line input editing, advanced code completion, incremental…

python2-protobuf 3.12.4

Protocol buffers are a language-neutral, platform-neutral extensible mechanism for serializing structured data. …

python2-psutil 5.7.2

psutil (Python system and process utilities) is a library for retrieving information on running processes and system utilization (CPU, memory, disks, network) in Python. It is useful mainly for system monitoring,…

python2-psycopg2 2.8.5

psycopg2 is a thread-safe PostgreSQL adapter that implements DB-API 2.0. …

python2-ptyprocess 0.5.2

This package provides a Python library used to launch a subprocess in a pseudo terminal (pty), and interact with both the process and its pty. …

python2-publicsuffix 1.1.0

Get a public suffix for a domain name using the Public Suffix List. …

python2-publicsuffix2 2.20191221

Get a public suffix for a domain name using the Public Suffix List. Forked from and using the same API as the publicsuffix package. …

python2-py 1.8.1

Py is a Python library for file name parsing, .ini file parsing, I/O, code introspection, and logging. …

python2-py-bcrypt 0.4

A python wrapper of OpenBSD's Blowfish password hashing code. This system hashes passwords using a version of Bruce Schneier's Blowfish block cipher with modifications designed to raise the cost of off-line…

python2-py2neo 3.1.2

This package provides a client library and toolkit for working with Neo4j from within Python applications and from the command line. The core library has no external dependencies and has been…

python2-pyaes 1.6.1

This package contains a pure-Python implementation of the AES block cipher algorithm and the common modes of operation (CBC, CFB, CTR, ECB and OFB). …

python2-pyalsaaudio 0.8.4

This package contains wrappers for accessing the ALSA API from Python. It is currently fairly complete for PCM devices, and has some support for mixers. …

python2-pyaml 18.11.0

pyaml is a PyYAML based python module to produce pretty and readable YAML-serialized data. …

python2-pyarrow 0.17.1

This library provides a Pythonic API wrapper for the reference Arrow C++ implementation, along with tools for interoperability with pandas, NumPy, and other traditional Python scientific computing packages. …

python2-pyasn1 0.4.8

This is an implementation of ASN.1 types and codecs in Python. It is suitable for a wide range of protocols based on the ASN.1 specification. …

python2-pyasn1-modules 0.2.2

Pyasn1-modules is a collection of Python modules providing ASN.1 types and implementations of ASN.1-based codecs and protocols. …

python2-pyatspi 2.34.0

This package includes a python client library for the AT-SPI D-Bus accessibility infrastructure. …

python2-pyaudio 0.2.11

This package provides bindings for PortAudio v19, the cross-platform audio input/output stream library. …

python2-pybedtools 0.8.1

pybedtools is a Python wrapper for Aaron Quinlan's BEDtools programs, which are widely used for genomic interval manipulation or "genome algebra". pybedtools extends BEDTools by offering feature-level manipulations from with Python. …

python2-pybigwig 0.3.17

This package provides Python bindings to the libBigWig library for accessing bigWig files. …

python2-pybugz 0.6.11

PyBugz is a Python library and command-line tool to query the Bugzilla bug tracking system. It is meant as an aid to speed up interaction with the bug tracker. …

python2-pycairo 1.18.2

Pycairo is a set of Python bindings for the Cairo graphics library. …

python2-pyclipper 1.1.0.post3

Pyclipper is a Cython wrapper for the C++ translation of the Angus Johnson's polygon clipping Clipper library (ver. 6.4.2). …

python2-pycodestyle 2.6.0

`pycodestyle' (formerly pep8) is a tool to check Python code against some of the style conventions in PEP 8 (http://www.python.org/dev/peps/pep-0008/). …

python2-pycosat 0.6.3

This package provides efficient Python bindings to `picosat' on the C level. When importing pycosat, the `picosat' solver becomes part of the Python process itself. `picosat' is a "Boolean Satisfiability Problem"…

python2-pycountry 18.5.26

`pycountry' provides the ISO databases for the standards: 1. 639-3 (Languages) 2. 3166 (Countries) 3. 3166-3 (Deleted Countries) 4. 3166-2 (Subdivisions of countries) 5. 4217…

python2-pycparser 2.20

Pycparser is a complete parser of the C language, written in pure Python using the PLY parsing library. It parses C code into an AST and can serve as a front-end…

python2-pycrypto 2.6.1

Pycrypto is a collection of both secure hash functions (such as SHA256 and RIPEMD160), and various encryption algorithms (AES, DES, RSA, ElGamal, etc.). The package is structured to make adding new modules…

python2-pycryptodome 3.7.3

This package provides a cryptographic library for Python. It brings the following enhancements with respect to the last official version of PyCrypto: * Authenticated encryption modes (GCM, CCM, EAX, SIV,…

python2-pycurl 7.43.0.5

Pycurl is a lightweight wrapper around libcurl. It provides high-speed transfers via libcurl and frequently outperforms alternatives. …

python2-pydiff 0.2

`pydiff' makes it easy to look for actual code changes while ignoring formatting changes. …

python2-pydot 1.2.4

Pydot provides an interface to create, handle, modify and process graphs in Graphviz's DOT language, written in pure Python. …

python2-pyechonest 9.0.0

Pyechonest is a Python library for the Echo Nest API. With Pyechonest you have Python access to the entire set of API methods including: 1. artist - search for…

python2-pyev 0.9.0

Pyev provides a Python interface to libev. …

python2-pyfaidx 0.5.8

This package provides procedures for efficient pythonic random access to fasta subsequences. …

python2-pyfakefs 3.7.1

This package provides a Python library intended for use in automated tests. One difficulty when testing software is that the code under test might need to read or write to files…

python2-pyflakes 2.2.0

Pyflakes statically checks Python source code for common errors. …

python2-pygame 1.9.4

Pygame is a set of Python modules designed for writing games. Pygame adds functionality on top of the excellent SDL library. This allows you to create fully featured games and…

python2-pygame-sdl2 2.1.0-for-renpy-7.3.5

Pygame_SDL2 reimplements the Pygame API using SDL2, staying close to the original, but also adding some SDL2-specific features. While it aims to be used as a drop-in replacement, it appears to…

python2-pygments 2.5.2

Pygments is a syntax highlighting package written in Python. …

python2-pygobject 2.28.7

Python bindings for GLib, GObject, and GIO. …

python2-pygobject 3.34.0

Python bindings for GLib, GObject, and GIO. …

python2-pygpgme 0.3

PyGPGME is a Python module that lets you sign, verify, encrypt and decrypt messages using the OpenPGP format by making use of GPGME. …

python2-pygraphviz 1.5

PyGraphviz is a Python interface to the Graphviz graph layout and visualization package. With PyGraphviz you can create, edit, read, write, and draw graphs using Python to access the Graphviz graph…

python2-pygtk 2.24.0

PyGTK allows you to write full featured GTK programs in Python. It is targeted at GTK 2.x, and can be used in conjunction with gnome-python to write GNOME applications. …

python2-pyhamcrest 1.9.0-0.25fdc5f

PyHamcrest is a framework for writing matcher objects, allowing you to declaratively define "match" rules. …

python2-pyicu 2.4.3

PyICU is a python extension wrapping the ICU C++ API. …

python2-pyinotify 0.9.6

`pyinotify' provides a Python interface for monitoring file system events on Linux. …

python2-pyjwt 1.7.1

PyJWT is a JSON Web Token implementation written in Python. …

python2-pykafka 2.4.0

PyKafka is a client for the Apache Kafka distributed messaging system. It includes Python implementations of Kafka producers and consumers, which are optionally backed by a C extension built on librdkafka. …

python2-pykka 1.2.1

Pykka is a Python implementation of the actor model. The actor model introduces some simple rules to control the sharing of state and cooperation between execution units, which makes it easier…

python2-pylast 2.0.0

A Python interface to Last.fm and other API-compatible websites such as Libre.fm. …

python2-pyld 1.0.5

PyLD is an implementation of the JSON-LD specification. …

python2-pylev 1.3.0

Pure Python Levenshtein implementation, based off the Wikipedia code samples at `http://en.wikipedia.org/wiki/Levenshtein_distance'. …

python2-pyliblo 0.10.0

Pyliblo is a Python wrapper for the liblo Open Sound Control (OSC) library. It supports almost the complete functionality of liblo, allowing you to send and receive OSC messages using a…

python2-pylibmc 1.6.1

`pylibmc' is a client in Python for memcached. It is a wrapper around TangentOrg’s libmemcached library, and can be used as a drop-in replacement for the code{python-memcached …

python2-pylint 1.9.5

Pylint is a Python source code analyzer which looks for programming errors, helps enforcing a coding standard and sniffs for some code smells (as defined in Martin Fowler's Refactoring book). Pylint has many…

python2-pylzma 0.5.0

This package provides Python bindings for the LZMA library by Igor Pavlov. …

python2-pymongo 3.7.2

Python driver for MongoDB. …

python2-pympler 0.8

Pympler is a development tool to measure, monitor and analyze the memory behavior of Python objects in a running Python application. By pympling a Python application, detailed insight in the size and…

python2-pymysql 0.9.3

PyMySQL is a pure-Python MySQL client library, based on PEP 249. Most public APIs are compatible with `mysqlclient' and MySQLdb. …

python2-pynacl 1.4.0

PyNaCl is a Python binding to libsodium, which is a fork of the Networking and Cryptography library. These libraries have a stated goal of improving usability, security and speed. …

python2-pynamecheap 0.0.3

PyNamecheap is a Namecheap API client in Python. …

python2-pynvim 0.4.1

Pynvim implements support for python plugins in neovim. It also works as a library for connecting to and scripting neovim processes through its msgpack-rpc API. …

python2-pyodbc 4.0.30

`python-pyodbc' provides a Python DB-API driver for ODBC. …

python2-pyodbc-c 3.1.4

`python-pyodbc-c' provides a Python DB-API driver for ODBC. …

python2-pyopenssl 19.1.0

PyOpenSSL is a high-level wrapper around a subset of the OpenSSL library. …

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