Packages — P (Page 18 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

python-ont-fast5-api 1.4.4

This package provides a concrete implementation of the fast5 file schema using the generic `h5py' library, plain-named methods to interact with and reflect the fast5 file schema, and tools to convert between…

python-openid 3.1.0

This library provides OpenID authentication for Python, both for clients and servers. …

python-openid-cla 1.2

`openid-cla' is an implementation of the OpenID contributor license agreement extension for python-openid. …

python-openid-teams 1.1

`openid-teams' is an implementation of the OpenID teams extension for python-openid. …

python-openpyxl 2.6.2

This Python library allows reading and writing to the Excel XLSX, XLSM, XLTX and XLTM file formats that are defined by the Office Open XML (OOXML) standard. …

python-openstackdocstheme 1.18.1

This package provides themes and extensions for Sphinx for publishing to docs.openstack.org and developer.openstack.org. …

python-orator 0.9.9

Orator provides a simple ActiveRecord-like Object Relational Mapping implementation for Python. …

python-orderedmultidict 1.0

This package contains a library for ordered multivalue dictionaries. A multivalue dictionary is a dictionary that can store multiple values for the same key. An ordered multivalue dictionary is a…

python-os-client-config 1.12.0

The OpenStack Client Configuration Library is a library for collecting client configuration for using an OpenStack cloud in a consistent and comprehensive manner. …

python-os-testr 0.8.0

Os-testr provides developers with a testr wrapper and an output filter for subunit. …

python-osc 1.7.4

`python-osc' is a pure Python library with no external dependencies. It implements the Open Sound Control 1.0 (http://opensoundcontrol.org/spec-1_0) specification. …

python-oslo.config 5.2.0

The Oslo configuration API supports parsing command line arguments and .ini style configuration files. …

python-oslo.context 2.20.0

The Oslo context library has helpers to maintain useful information about a request context. The request context is usually populated in the WSGI pipeline and used by various modules such as…

python-oslo.i18n 3.20.0

The oslo.i18n library contain utilities for working with internationalization (i18n) features, especially translation for text strings in an application or library. …

python-oslo.log 3.36.0

The oslo.log (logging) configuration library provides standardized configuration for all OpenStack projects. It also provides custom formatters, handlers and support for context specific logging (like resource id’s etc). …

python-oslo.serialization 2.24.0

The oslo.serialization library provides support for representing objects in transmittable and storable formats, such as JSON and MessagePack. …

python-oslo.utils 3.36.2

The `oslo.utils' library provides support for common utility type functions, such as encoding, exception handling, string manipulation, and time handling. …

python-oslosphinx 4.10.0

This package provides themes and extensions for Sphinx documentation from the OpenStack project. …

python-oslotest 3.4.0

The Oslo Test framework provides common fixtures, support for debugging, and better support for mocking results. …

python-outcome 1.0.1

Capture the outcome of Python function calls. Extracted from the Trio project. …

python-owslib 0.19.2

OWSLib is a Python package for client programming with Open Geospatial Consortium (OGC) web service (hence OWS) interface standards, and their related content models. …

python-packaging 20.0

Packaging is a Python module for dealing with Python packages. It offers an interface for working with package versions, names, and dependency information. …

python-pafy 0.5.3.1

`pafy' is a python library to retrieve YouTube content and metadata. …

python-pairtools 0.3.0

Pairtools is a simple and fast command-line framework to process sequencing data from a Hi-C experiment. Process pair-end sequence alignments and perform the following operations: * detect ligation junctions…

python-pamela 1.0.0

This package provides a PAM interface using `ctypes'. …

python-pandas 1.0.5

Pandas is a Python package providing fast, flexible, and expressive data structures designed to make working with structured (tabular, multidimensional, potentially heterogeneous) and time series data both easy and intuitive. It aims…

python-pandas 0.25.3

Pandas is a Python package providing fast, flexible, and expressive data structures designed to make working with structured (tabular, multidimensional, potentially heterogeneous) and time series data both easy and intuitive. It aims…

python-pandocfilters 1.4.2

Pandoc is a powerful utility to transform various input formats into a wide range of output formats. To alter the exported output document, Pandoc allows the usage of filters, which are…

python-parameterized 0.7.4

Parameterized is a Python library that aims to fix parameterized testing for every Python test framework. It supports nose, py.test, and unittest. …

python-paramiko 2.7.1

Paramiko is a python implementation of the SSHv2 protocol, providing both client and server functionality. While it leverages a Python C extension for low level cryptography (PyCrypto), Paramiko itself is a…

python-paramunittest 0.2

This package creates parameterized unit-tests that work with the standard unittest package. A parameterized test case is automatically converted to multiple test cases. Since they are TestCase subclasses, they work…

python-pari-jupyter 1.3.2

The package provides a PARI/GP kernel for Jupyter. …

python-parse 1.8.4

Parse strings using a specification based on the Python `format()' syntax. …

python-parse-type 0.4.2

Parse_type extends the python parse module. …

python-parsedatetime 2.4

Parse human-readable date/time text. …

python-parso 0.7.1

Parso is a Python parser that supports error recovery and round-trip parsing for different Python versions (in multiple Python versions). Parso is also able to list multiple syntax errors in your…

python-partd 0.3.9

Partd stores key-value pairs. Values are raw bytes. We append on old values. Partd excels at shuffling operations. …

python-parted 3.11.2

This package provides `parted' bindings for Python. …

python-passlib 1.7.2

Passlib is a password hashing library for Python 2 & 3, which provides cross-platform implementations of over 30 password hashing algorithms, as well as a framework for managing existing password hashes. …

python-paste 3.0.6

Paste provides a variety of web development tools and middleware which can be nested together to build web applications. Paste's design closely follows ideas flowing from WSGI (Web Standard Gateway Interface). …

python-pastedeploy 2.1.0

This tool provides code to load WSGI applications and servers from URIs; these URIs can refer to Python Eggs for INI-style configuration files. Paste Script provides commands to serve applications based…

python-pastel 0.2.0

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

python-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. …

python-path-and-address 2.0.1

Path-and-address resolves ambiguities of command-line interfaces, inferring which argument is the path, and which is the address. …

python-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…

python-pathlib2 2.3.3

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

python-pathos 0.2.5

Python-pathos is a framework for heterogeneous computing. It provides a consistent high-level interface for configuring and launching parallel computations across heterogeneous resources. Python-pathos provides configurable launchers for parallel and distributed computing,…

python-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. …

python-pathspec 0.7.0

This package provides a utility library for gitignore style pattern matching of file paths. …

python-pathtools 0.1.2

Pattern matching and various utilities for file systems paths. …

python-patiencediff 0.2.0

This package contains a Python implementation of the `patiencediff' algorithm. Patiencediff provides a good balance of performance, nice output for humans, and implementation simplicity. …

python-patsy 0.5.1

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

python-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…

python-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…

python-pbr-minimal 3.0.1

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

python-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…

python-pem 20.1.0

This package provides a Python module for parsing and splitting PEM files. …

python-pendulum 2.1.1

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

python-pep-adapter 2.0.5

The p≡p Python adapter is an adaptor interface to the p≡p (pretty Easy privacy) engine. …

python-pep517 0.8.2

Wrappers to build Python packages using PEP 517 hooks. …

python-pep8 1.7.0

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

python-pep8 1.5.7

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

python-persistent 4.6.4

This package contains a generic persistence implementation for Python. It forms the core protocol for making objects interact "transparently" with a database such as the ZODB. …

python-petsc4py 3.11.0

PETSc, the Portable, Extensible Toolkit for Scientific Computation, is a suite of data structures and routines for the scalable (parallel) solution of scientific applications modeled by partial differential equations. It employs the…

python-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…

python-pgpy 0.5.2

Currently, PGPy can load keys and signatures of all kinds in both ASCII armored and binary formats. It can create and verify RSA, DSA, and ECDSA signatures, at the moment. It…

python-phonenumbers 8.9.1

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

python-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…

python-pifpaf 2.5.0

Pifpaf is a suite of fixtures and a command-line tool that starts and stops daemons for a quick throw-away usage. This is typically useful when needing these daemons to run integration…

python-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. …

python-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…

python-pip 20.0.2

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

python-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…

python-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…

python-plaster 1.0

Plaster is a loader interface around multiple config file formats. It exists to define a common API for applications to use when they wish to load configuration. The library itself…

python-plaster-pastedeploy 0.7

This plugin for `python-plaster' adds support for PasteDeploy syntax, it provides a plaster `Loader' object that can parse ini files according to the standard set by PasteDeploy …

python-plastid 0.4.8

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

python-plotly 4.8.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,…

python-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,…

python-pluggy 0.13.1

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

python-ply 3.11

PLY is a `lex'/`yacc' implemented purely in Python. It uses LR parsing and does extensive error checking. …

python-podcastparser 0.6.5

`podcastparser' is a library for the gPodder project to provide an easy and reliable way of parsing RSS and Atom-based podcast feeds in Python. …

python-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. …

python-poppler-qt5 0.24.2

This package provides Python bindings for the Qt5 interface of the Poppler PDF rendering library. …

python-port-for 0.4

This package provides a utility that helps with local TCP ports management. It can find an unused TCP localhost port and remember the association. …

python-pox 0.2.7

Pox provides a collection of utilities for navigating and manipulating filesystems. This module is designed to facilitate some of the low level operating system interactions that are useful when exploring a…

python-poyo 0.5.0

This package provides a lightweight YAML Parser for Python. It supports only a chosen subset of the YAML format that is required to parse cookiecutter user configuration files. It does…

python-ppft 1.6.6.1

This package is a fork of Parallel Python. The Parallel Python module (`pp') provides an easy and efficient way to create parallel-enabled applications for "symmetric multiprocessing" (SMP) computers and clusters. …

python-precis-i18n 1.0.0

This module implements the PRECIS Framework as described in RFC 8264, RFC 8265 and RFC 8266. …

python-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. …

python-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…

python-privy 6.0.0

Privy is a small and fast utility for password-protecting secret data such as API keys, cryptocurrency wallets, or seeds for digital signatures. …

python-progressbar2 3.51.3

This package provides a Python progressbar library to provide visual (yet text based) progress to long running operations. …

python-progressbar33 2.4

This package provides a text progress bar library for Python. This version only differs from the original `progressbar' package in that it uses relative package imports instead of absolute imports, which…

python-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…

python-promise 0.4.2

Promises/A+ implementation for Python …

python-prompt-toolkit 3.0.5

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…

python-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…

python-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…

python-proteus 4.6.0

This package provides a library to access Tryton server as a client. …

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