Packages — P (Page 14 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-dnaio 0.3

dnaio is a Python library for fast parsing of FASTQ and also FASTA files. The code was previously part of the cutadapt tool. …

python-dns-lexicon 2.4.0

Lexicon provides a way to manipulate DNS records on multiple DNS providers in a standardized way. It has a CLI but it can also be used as a Python library.…

python-dnspython 1.16.0

dnspython is a DNS toolkit for Python. It supports almost all record types. It can be used for queries, zone transfers, and dynamic updates. It supports TSIG authenticated messages…

python-doc8 0.8.0

Doc8 is an opinionated style checker for reStructured Text and plain text styles of documentation. …

python-docker-py 3.7.3

Docker-Py is a Python client for the Docker container management tool. …

python-docker-pycreds 0.4.0

Docker-Pycreds contains the Python bindings for the docker credentials store API. It allows programmers to interact with a Docker registry using Python without keeping their credentials in a Docker configuration file. …

python-dockerpty 0.4.1

Docker PTY provides the functionality needed to operate the pseudo-terminal (PTY) allocated to a Docker container using the Python client. …

python-docopt 0.6.2

This library allows the user to define a command-line interface from a program's help message rather than specifying it programmatically with command-line parsers like `getopt' and `argparse'. …

python-doctest-ignore-unicode 0.1.2

This package adds support for a flag to ignore Unicode literal prefixes in doctests. …

python-docusign-esign 3.1.0

The Official DocuSign Python Client Library used to interact with the eSign REST API. Send, sign, and approve documents using this client. …

python-docutils 0.16

Docutils is a modular system for processing documentation into useful formats, such as HTML, XML, and LaTeX. For input Docutils supports reStructuredText. …

python-dogtail 0.9.11

Dogtail is a GUI test tool and automation framework written in Python. It uses Accessibility (a11y) technologies to communicate with desktop applications. dogtail scripts are written in Python and executed like…

python-drmaa 0.7.7

A Python package for Distributed Resource Management (DRM) job submission and control. This package is an implementation of the DRMAA 1.0 Python language binding specification. …

python-dukpy 0.3

dukpy is a JavaScript runtime environment for Python using the duktape embeddable JavaScript engine. …

python-dulwich 0.19.16

Dulwich is an implementation of the Git file formats and protocols written in pure Python. …

python-duniterpy 0.57.0

`duniterpy' is an implementation of duniter (https://github.com/duniter/duniter/) API. Its main features are: * Support Duniter's Basic Merkle API and protocol * Asynchronous/synchronous without threads …

python-easy-thumbnails 2.7

Easy thumbnails is a Django plugin to dynamically create thumbnails based on source images. Multiple thumbnails can be created from a single source image, using different options to control parameters like…

python-easygui 0.98.1

EasyGUI is a module for very simple, very easy GUI programming in Python. EasyGUI is different from other GUI generators in that EasyGUI is NOT event-driven. Instead, all GUI interactions are…

python-ecdsa 0.14.1

This is an easy-to-use implementation of ECDSA cryptography (Elliptic Curve Digital Signature Algorithm), implemented purely in Python. With this library, you can quickly create keypairs (signing key and verifying key), sign…

python-ecpy 0.10.0

This package provides a Elliptic Curve Library in pure Python. …

python-ed25519 1.4

Ed25519 public-key signatures …

python-editdistance 0.3.1-1.3ea84a7

This library simply implements Levenshtein distance algorithm with C++ and Cython. …

python-editor 1.0.4

python-editor is a library that provides the editor module for programmatically interfacing with your system's $EDITOR. …

python-editorconfig 0.12.2

The EditorConfig project consists of a file format for defining coding styles and a collection of text editor plugins that enable editors to read the file format and adhere to defined styles.…

python-efl 1.24.0

PYTHON-EFL are the python bindings for the whole Enlightenment Foundation Libraries stack (eo, evas, ecore, edje, emotion, ethumb and elementary). …

python-elasticsearch 7.1.0

Official low-level client for Elasticsearch. Its goal is to provide common ground for all Elasticsearch-related code in Python; because of this it tries to be opinion-free and very extendable. …

python-elementpath 1.4.0

The proposal of this package is to provide XPath 1.0 and 2.0 selectors for Python's ElementTree XML data structures, both for the standard ElementTree library and for the lxml.etree (http://lxml.de) library. For lxml.etree…

python-eliot 1.12.0

"eliot" is a Python logging system that outputs causal chains of actions: actions can spawn other actions, and eventually they either succeed or fail. The resulting logs tell you the story…

python-email-validator 1.0.2

This library validates email address syntax and deliverability. …

python-empy 3.3.3

EmPy is a system for embedding Python expressions and statements in template text; it takes an EmPy source file, processes it, and produces output. This is accomplished via expansions, which are…

python-entrypoints 0.3

Entry points are a way for Python packages to advertise objects with some common interface. The most common examples are `console_scripts' entry points, which define shell commands by identifying a Python…

python-enum34 1.1.6

Enum34 is the new Python stdlib enum module available in Python 3.4 backported for previous versions of Python from 2.4 to 3.3. …

python-epc 0.0.5

Python-EPC can call elisp functions from Python and Python functions from elisp. …

python-et-xmlfile 1.0.1

This Python library is based upon the `xmlfile' module from `lxml'. It aims to provide a low memory, compatible implementation of `xmlfile'. …

python-evdev 1.3.0

Python-evdev provides bindings to the generic input event interface in Linux. The `evdev' interface serves the purpose of passing events generated in the kernel directly to userspace through character devices that are…

python-eventlet 0.25.1

Eventlet is a concurrent networking library for Python that allows you to change how you run your code, not how you write it. It uses `epoll' or `libevent' for highly scalable…

python-execnet 1.4.1

Execnet provides a share-nothing model with channel-send/receive communication for distributing execution across many Python interpreters across version, platform and network barriers. It has a minimal and fast API targeting the following uses: …

python-exif-read 2.1.2

ExifRead is a Python library to extract EXIF data from tiff and jpeg files. …

python-extras 1.0.0

Extras is a set of extensions to the Python standard library. …

python-factory-boy 2.8.1

Factory_boy is a fixtures replacement based on thoughtbot’s factory_girl. As a fixtures replacement tool, it aims to replace static, hard to maintain fixtures with easy-to-use factories for complex object. Instead of building an…

python-faiss 1.5.0

Faiss is a library for efficient similarity search and clustering of dense vectors. This package provides Python bindings to the Faiss library. …

python-faker 4.0.2

Faker is a Python package that generates fake data such as names, addresses, and phone numbers. …

python-fakeredis 1.2.1

Fakeredis is a pure-Python implementation of the redis-py Python client that simulates talking to a redis server. It was created for a single purpose: to write unit tests. Setting up redis is…

python-falcon 2.0.0

Falcon is a web API framework for building microservices, application backends and higher-level frameworks. Among its features are: * Optimized and extensible code base * Routing…

python-falcon-cors 1.1.7

This middleware provides "cross-origin resource sharing" (CORS) support for Falcon. It allows applying a specially crafted CORS object to the incoming requests, enabling the ability to serve resources over a different…

python-fastalite 0.3

This library implements a FASTA and a FASTQ parser without relying on a complex dependency tree. …

python-fasteners 0.15

This package provides a Python program that provides following locks: * Locking decorator * Reader-writer locks * Inter-process locks * Generic helpers …

python-fastentrypoints 0.12

Using entry_points in your setup.py makes scripts that start really slowly because it imports pkg_resources. This package allows such setup scripts to load entry points more quickly. …

python-fastimport 0.9.8

This package provides a parser for and generator of the Git fastimport (https://www.kernel.org/pub/software/scm/git/docs/git-fast-import.html) format. …

python-feather-format 0.4.1

This package provides a Python wrapper library to the Apache Arrow-based Feather binary columnar serialization data frame format. …

python-feedgenerator 1.9

Feedgenerator-py3k is a standalone version of Django's feedgenerator, which can produce feeds in RSS 2.0, RSS 0.91, and Atom formats. …

python-feedparser 5.2.1

Universal feed parser which handles RSS 0.9x, RSS 1.0, RSS 2.0, CDF, Atom 0.3, and Atom 1.0 feeds. …

python-fenics-dijitso 2019.1.0

Dijitso provides a core component of the `FEniCS' framework, namely the just-in-time compilation of C++ code that is generated from Python modules. It is called from within a C++ library, using…

python-fenics-ffc 2019.1.0.post0

The FEniCS Form Compiler (FFC) is a compiler for finite element variational forms. From a high-level description of the form, it generates efficient low-level C++ code that can be used to…

python-fenics-fiat 2019.1.0

The FInite element Automatic Tabulator (FIAT) supports generation of arbitrary order instances of the Lagrange elements on lines, triangles, and tetrahedra. It is also capable of generating arbitrary order instances of…

python-fenics-ufl 2019.1.0

The Unified Form Language (UFL) is a domain specific language for declaration of finite element discretizations of variational forms. More precisely, it defines a flexible interface for choosing finite element spaces…

python-fido2 0.5.0

This Python library provides functionality for communicating with a Fast IDentity Online (FIDO) device over Universal Serial Bus (USB) as well as verifying attestation and assertion signatures. It aims to support…

python-file 5.38

The file command is a file type guesser, a command-line tool that tells you in words what kind of data a file contains. It does not rely on filename extensions to…

python-filelock 3.0.12

`filelock' contains a single module implementing a platform independent file lock in Python, which provides a simple way of inter-process communication. …

python-fixtures 3.0.0

Fixtures provides a way to create reusable state, useful when writing Python tests. …

python-fixtures-bootstrap 3.0.0

This package is only used for bootstrapping. Use the regular python-fixtures package instead. …

python-flake8 3.8.3

Flake8 is a wrapper around PyFlakes, pep8 and python-mccabe. …

python-flake8 2.6.2

Flake8 is a wrapper around PyFlakes, pep8 and python-mccabe. …

python-flake8-bugbear 20.1.4

This package contains a plugin for Flake8 finding likely bugs and design problems in your program. It contains warnings that don't belong in pyflakes and pycodestyle. …

python-flake8-polyfill 1.0.2

This package that provides some compatibility helpers for Flake8 plugins that intend to support Flake8 2.x and 3.x simultaneously. …

python-flake8-pyi 20.5.0

This package contains a plugin that provides specializations for type hinting stub files, especially interesting for linting typeshed. It adds the `.pyi' extension to the default value of the `--filename' command-line…

python-flaky 3.5.3

Flaky is a plugin for `nose' or `py.test' that automatically reruns flaky tests. Ideally, tests reliably pass or fail, but sometimes test fixtures must rely on components that aren't 100% reliable. …

python-flasgger 0.6.3

`python-flasgger' allows extracting Swagger specs from your Flask project. It is a fork of Flask-Swagger. …

python-flask 1.1.2

Flask is a micro web framework based on the Werkzeug toolkit and Jinja2 template engine. It is called a micro framework because it does not presume or force a developer to…

python-flask-babel 1.0.0

This package implements internationalization and localization support for Flask. This is based on the Python babel module as well as pytz - both of which are installed automatically if you install this…

python-flask-basicauth 0.2.0

This package provides HTTP basic access authentication for Flask. …

python-flask-htmlmin 1.2

Minify `text/html' MIME type responses when using `Flask'. …

python-flask-htpasswd 0.3.1

This package provides Basic authentication via `htpasswd' files and access_token authentication in Flask applications. …

python-flask-httpauth 3.2.3

`flask_httpauth' provides Basic and Digest HTTP authentication for Flask routes. …

python-flask-login 0.5.0

`Flask-Login' provides user session management for Flask. It handles the common tasks of logging in, logging out, and remembering your users' sessions over extended periods of time. …

python-flask-migrate 2.5.3

This package contains SQLAlchemy database migration tools for Flask programs that are using `python-alembic'. …

python-flask-multistatic 1.0

`flask-multistatic' is a flask plugin that adds support for overriding static files. …

python-flask-oidc 1.1.1

`python-flask-oidc' provides an OpenID Connect extension for Flask. …

python-flask-principal 0.4.0

`flask_principal' is a identity management library for Flask. It supports managing both authentication and authorization data in a thread-local variable. …

python-flask-restful 0.3.8

This package contains a Flask module for creating REST APIs. …

python-flask-restful-swagger 0.20.1

This package lets you extract Swagger API documentation specs from your Flask-Restful projects. …

python-flask-restplus 0.9.2

This package provides a framework for API development with the Flask web framework in Python. It is similar to package `python-flask-restful' but supports the `python-swagger' documentation builder. …

python-flask-restx 0.2.0

Flask-RESTX is an extension for Flask that adds support for quickly building REST APIs. Flask-RESTX encourages best practices with minimal setup. If you are familiar with Flask, Flask-RESTX should be…

python-flask-script 2.0.6

The Flask-Script extension provides support for writing external scripts in Flask. This includes running a development server, a customised Python shell, scripts to set up your database, cronjobs, and other command-line…

python-flask-sqlalchemy 2.4.4

This package adds SQLAlchemy support to your Flask application. …

python-flask-wtf 0.14.3

Flask-WTF integrates Flask and WTForms, including CSRF, file upload, and reCAPTCHA. …

python-flex 6.10.0

`flex' can be used to validate Swagger schemata. …

python-flexmock 0.10.4

flexmock is a testing library for Python that makes it easy to create mocks, stubs and fakes. …

python-flint 0.3.0

Python-flint is a Python extension module wrapping FLINT (Fast Library for Number Theory) and Arb (arbitrary-precision ball arithmetic). It supports integers, rationals, modular integers, real and complex ball arithmetic, polynomials and matrices…

python-flit 2.1.0

Flit is a simple way to put Python packages and modules on PyPI. Flit packages a single importable module or package at a time, using the import name as the name…

python-flufl-bounce 3.0.1

The `flufl.bounce' library provides a set of heuristics and an API for detecting the original bouncing email addresses from a bounce message. Many formats found in the wild are supported, as…

python-flufl-i18n 3.0

This package provides a high level, convenient API for managing internationalization translation contexts in Python application. There is a simple API for single-context applications, such as command line scripts which only need…

python-flufl-lock 4.0

The "flufl.lock" package provides NFS-safe file locking with timeouts for POSIX systems. It is similar to the `O_EXCL' option of the `open' system call but uses a lockfile. Lock objects…

python-flufl-testing 0.8

This package contains a small collection of test tool plugins for `nose2' and `flake8'. …

python-folium 0.11.0

`folium' makes it easy to visualize data that’s been manipulated in Python on an interactive leaflet map. It enables both the binding of data to a map for `choropleth' visualizations as…

python-fonttools 4.6.0

FontTools/TTX is a library to manipulate font files from Python. It supports reading and writing of TrueType/OpenType fonts, reading and writing of AFM files, reading (and partially writing) of PS Type…

python-forbiddenfruit 0.1.3

This project allows Python code to extend built-in types. …

python-fpylll 0.4.1

fpylll is a Python wrapper for fplll. …

python-freezegun 0.3.14

FreezeGun is a library that allows your python tests to travel through time by mocking the datetime module. …

python-frozendict 1.2

"frozendict" is an immutable wrapper around dictionaries that implements the complete mapping interface. It can be used as a drop-in replacement for dictionaries where immutability is desired. …

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