Packages — P (Page 26 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-future 0.17.1

`python-future' is the missing compatibility layer between Python 2 and Python 3. It allows you to use a single, clean Python 3.x-compatible codebase to support both Python 2 and Python 3…

python2-futures 3.2.0

The concurrent.futures module provides a high-level interface for asynchronously executing callables. This package backports the concurrent.futures package from Python 3.2 …

python2-fuzzywuzzy 0.18.0

Approximate string matching using _Levenshtein Distance_ to calculate the differences between sequences. …

python2-gdrivefs 0.14.9

`gdrivefs' provides a FUSE wrapper for Google Drive under Python 2.7. …

python2-genshi 0.7.3

Genshi is a Python library that provides an integrated set of components for parsing, generating, and processing HTML, XML or other textual content for output generation on the web. …

python2-gevent 20.6.2

gevent is a coroutine-based Python networking library that uses greenlet to provide a high-level synchronous API on top of the libev event loop. …

python2-geventhttpclient 1.3.1

`python-geventhttpclient' is a high performance, concurrent HTTP client library for python using `gevent'. …

python2-ghp-import 0.5.5

Script that copies a directory to the gh-pages branch (by default) of the repository. …

python2-gipc 0.6.0

Usage of Python's multiprocessing package in a gevent-powered application may raise problems. With `gipc', process-based child processes can safely be created anywhere within a gevent-powered application. …

python2-git-review 1.28.0

Git-review is a command-line tool that helps submitting Git branches to Gerrit for review, or fetching existing ones. …

python2-glob2 0.7

This is an extended version of the Python built-in glob module (http://docs.python.org/library/glob.html) which adds: * The ability to capture the text matched by glob patterns, and return those …

python2-gmpy2 2.1.0b1

This package provides a Python interface to the GNU multiprecision libraries GMO, MPFR and MPC. …

python2-gnupg 0.4.4

This module allows easy access to GnuPG’s key management, encryption and signature functionality from Python programs. …

python2-google-api-client 1.6.7

Python client library for Google's discovery based APIs …

python2-gpg 1.10.0

This package provides Python bindings to the GPGME GnuPG cryptographic library. It is developed in the GPGME source code, and then distributed separately. …

python2-grako 3.99.9

Grako takes a grammar in a variation of EBNF as input, and outputs a memoizing PEG/Packrat parser in Python. …

python2-graphene 0.10.2

Graphene is a Python library for building GraphQL schemas/types. A GraphQL schema describes your data model, and provides a GraphQL server with an associated set of resolve methods that know how…

python2-graphite-web 1.0.2

Graphite is a scalable real-time graphing system that does two things: store numeric time-series data, and render graphs of this data on demand. …

python2-graphql-core 0.5.3

GraphQL implementation for Python. GraphQL is a data query language and runtime designed and used to request and deliver data to mobile and web apps. This library is a port…

python2-graphql-relay 0.4.5

This is a library to allow the easy creation of Relay-compliant servers using the GraphQL Python reference implementation of a GraphQL server. It should be noted that the code is a…

python2-graphviz 0.13.2

This package provides a simple Python interface for the Graphviz graph visualization tool suite. …

python2-greenlet 0.4.16

Greenlet package is a spin-off of Stackless, a version of CPython that supports micro-threads called "tasklets". Tasklets run pseudo-concurrently (typically in a single or a few OS-level threads) and are synchronized…

python2-gridmap 0.14.0

Gridmap is a Python package to allow you to easily create jobs on the cluster directly from Python. You can directly map Python functions onto the cluster without needing to write…

python2-gst 1.16.2

This package contains GObject Introspection overrides for Python that can be used by Python applications using GStreamer. …

python2-guzzle-sphinx-theme 0.7.11

This package provides guzzle_sphinx_theme, a theme for the Sphinx documentation system, used by Guzzle (http://docs.guzzlephp.org) and several other projects. …

python2-gyp 0.0.0-0.5e2b3dd

GYP builds build systems for large, cross platform applications. It can be used to generate XCode projects, Visual Studio projects, Ninja build files, and Makefiles. …

python2-h5py 2.10.0

The h5py package provides both a high- and low-level interface to the HDF5 library from Python. The low-level interface is intended to be a complete wrapping of the HDF5 API, while…

python2-hacking 1.1.0

Python-hacking is a set of flake8 plugins that test and enforce the OpenStack style guidelines (http://docs.openstack.org/developer/hacking/). …

python2-hdf4 0.9

Python-HDF4 is a python wrapper around the NCSA HDF version 4 library, which implements the SD (Scientific Dataset), VS (Vdata) and V (Vgroup) API’s. NetCDF files can also be read and…

python2-hidapi 0.7.99.post21

This package provides a Cython interface to `hidapi'. …

python2-hiredis 0.2.0

Python-hiredis is a python extension that wraps protocol parsing code in hiredis. It primarily speeds up parsing of multi bulk replies. …

python2-honcho 1.0.1

A Procfile is a file which describes how to run an application consisting of several processes. honcho starts all listed processes. The output of all running processes is collected by…

python2-html2text 2019.8.11

html2text takes HTML and converts it into plain ASCII text which is also valid markdown. html2text was originally written by Aaron Swartz. …

python2-html5-parser 0.4.9

This package provides a fast implementation of the HTML5 parsing spec for Python. Parsing is done in C using a variant of the gumbo parser. The gumbo parse tree is…

python2-html5lib 1.0.1

Html5lib is an HTML parser based on the WHATWG HTML specifcation and written in Python. …

python2-html5lib 0.999

Html5lib is an HTML parser based on the WHATWG HTML specifcation and written in Python. …

python2-htmlmin 0.1.12

`htmlmin' is an HTML minifier that just works. It comes with safe defaults and easily configurable options. …

python2-htseq 0.9.1

HTSeq is a Python package that provides infrastructure to process data from high-throughput sequencing assays. …

python2-httpbin 0.5.0

Testing an HTTP Library can become difficult sometimes. `RequestBin' is fantastic for testing POST requests, but doesn't let you control the response. This exists to cover all kinds of HTTP scenarios.…

python2-httplib2 0.9.2

A comprehensive HTTP client library supporting many features left out of other HTTP libraries. …

python2-humanfriendly 8.2

The functions and classes in `humanfriendly' can be used to make text interfaces more user-friendly. It includes tools to parse and format numbers, file sizes, and timespans, timers for long-running operations,…

python2-hypothesis 4.57.1

Hypothesis is a library for testing your Python code against a much larger range of examples than you would ever want to write by hand. It’s based on the Haskell library,…

python2-i3-py 0.6.5

This package allows you to interact from a Python program with the i3 window manager via its IPC socket. It can send commands and other kinds of messages to i3, select…

python2-idna 2.9

This is a library to support the Internationalised Domain Names in Applications (IDNA) protocol as specified in RFC 5891. This version of the protocol is often referred to as “IDNA2008” and…

python2-imagesize 1.2.0

This package allows determination of image size from PNG, JPEG, JPEG2000 and GIF files in pure Python. …

python2-importlib-metadata 1.5.0

`importlib_metadata' is a library which provides an API for accessing an installed Python package's metadata, such as its entry points or its top-level name. This functionality intends to replace most uses…

python2-importlib-resources 1.0.2

This package provides an implementation of `importlib.resources' for older versions of Python. …

python2-incremental 17.5.0

Incremental is a small library that versions your Python projects. …

python2-inflection 0.3.1

Inflection is a string transformation library. It singularizes and pluralizes English words, and transforms strings from CamelCase to underscored string. …

python2-invoke 1.3.0

Invoke is a Python task execution tool and library, drawing inspiration from various sources to arrive at a powerful and clean feature set. It is evolved from the Fabric project, but…

python2-ipaddr 2.1.11

Ipaddr is a Python 2 library for creating and manupilating IPv4 and IPv6 addresses and networks. For new implementations you may prefer to use the standard module `ipaddress', which was introduced in Python…

python2-ipaddress 1.0.22

This package provides a fast, lightweight IPv4/IPv6 manipulation library in Python. This library is used to create, poke at, and manipulate IPv4 and IPv6 addresses and networks. This is a…

python2-ipy 1.00

The `IP' class allows a comfortable parsing and handling for most notations in use for IPv4 and IPv6 addresses and networks. …

python2-ipykernel 4.10.1

This package provides the IPython kernel for Jupyter. …

python2-ipyparallel 6.2.4

`ipyparallel' is a Python package and collection of CLI scripts for controlling clusters for Jupyter. `ipyparallel' contains the following CLI scripts: 1. ipcluster - start/stop a cluster 2.…

python2-ipython 5.8.0

IPython provides a rich architecture for interactive computing with: Powerful interactive shells, a browser-based notebook, support for interactive data visualization, embeddable interpreters and tools for parallel computing. …

python2-ipython-cluster-helper 0.6.4

`ipython-cluster-helper' creates a throwaway parallel IPython profile, launches a cluster and returns a view. On program exit it shuts the cluster down and deletes the throwaway profile. …

python2-ipython-genutils 0.1.0

This package provides retired utilities from IPython. No packages outside IPython/Jupyter should depend on it. This package shouldn't exist. It contains some common utilities shared by Jupyter and IPython projects during…

python2-ipywidgets 7.5.1

Ipywidgets are interactive HTML widgets for Jupyter notebooks and the IPython kernel. Notebooks come alive when interactive widgets are used. Users gain control of their data and can visualize changes…

python2-iso3166 0.9

This package provides the ISO 3166-1 country definitions. …

python2-iso639 0.4.5

This package provides a Python library for ISO 639 standard that is concerned with representation of names for languages and language groups. …

python2-iso8601 0.1.12

This module parses the most common forms of ISO 8601 date strings (e.g. `2007-01-14T20:34:22+00:00') into `datetime' objects. …

python2-isodate 0.6.0

Python-isodate is a python module for parsing and formatting ISO 8601 dates, time and duration. …

python2-isort 4.3.4

`python-isort' is a python utility/library to sort imports alphabetically, and automatically separated into sections. It provides a command line utility, a python library and plugins for various editors. …

python2-isoweek 1.3.3

The `isoweek' module provide the class Week that implements the week definition of ISO 8601. This standard also defines a notation for identifying weeks; yyyyWww (where the W is a literal).…

python2-itsdangerous 1.1.0

Itsdangerous provides various helpers to pass trusted data to untrusted environments and back. …

python2-jdcal 1.4

This Python library provides functions for converting between Julian dates and Gregorian dates. …

python2-jedi 0.17.2

Jedi is a static analysis tool for Python that can be used in Integrated Development Environments ("IDE"s) and text editors. It understands Python on a deeper level than many other static…

python2-jellyfish 0.5.6

Jellyfish uses a variety of string comparison and phonetic encoding algorithms to do fuzzy string matching. …

python2-jinja2 2.11.2

Jinja2 is a small but fast and easy to use stand-alone template engine written in pure Python. …

python2-jmespath 0.9.4

JMESPath (pronounced “james path”) is a Python library that allows one to declaratively specify how to extract elements from a JSON document. …

python2-joblib 0.14.1

Joblib is a set of tools to provide lightweight pipelining in Python. In particular, joblib offers: transparent disk-caching of the output values and lazy re-evaluation (memoize pattern), easy simple parallel computing…

python2-josepy 1.1.0

This package provides a Python implementation of the JOSE protocol (Javascript Object Signing and Encryption). …

python2-jsonpatch 1.16

`jsonpatch' is a library and program that allows applying JSON Patches according to RFC 6902. …

python2-jsonpatch 0.4

`jsonpatch' is a library and program that allows applying JSON Patches according to RFC 6902. …

python2-jsonpointer 1.10

`jsonpointer' allows you to access specific nodes by path in a JSON document (see RFC 6901). …

python2-jsonrpclib 0.1.7

This library is an implementation of the JSON-RPC specification. It supports both the original 1.0 specification, as well as the new (proposed) 2.0 spec, which includes batch submission, keyword arguments, etc. …

python2-jsonrpclib-pelix 0.3.2

This library implements the JSON-RPC v2.0 specification (backwards-compatible) as a client library for Python. This version is a fork of jsonrpclib by Josh Marshall, usable with Pelix remote services. …

python2-jsonschema 3.2.0

Jsonschema is an implementation of JSON Schema for Python. …

python2-jupyter-client 5.2.4

The `jupyter_client' package contains the reference implementation of the Jupyter protocol. It also provides client and kernel management APIs for working with kernels, and the `jupyter kernelspec' entrypoint for installing `kernelspec's for…

python2-jupyter-console 5.2.0

This package provides a terminal-based console frontend for Jupyter kernels. It also allows for console-based interaction with non-Python Jupyter kernels such as IJulia and IRKernel. …

python2-jupyter-core 4.4.0

Jupyter core is the base package on which Jupyter projects rely. …

python2-kazoo 2.4.0

Kazoo is a Python client library for the Apache Zookeeper distributed application service. It is designed to be easy to use and to avoid common programming errors. …

python2-keepkey 6.0.3

`keepkey' is a Python library for communicating with the KeepKey Hardware Wallet. …

python2-keyring 8.7

The Python keyring lib provides a easy way to access the system keyring service from python. It can be used in any application that needs safe password storage. …

python2-kitchen 1.2.5

`kitchen' module provides a python API for all sorts of little useful snippets of code that everybody ends up writing for their projects but never seem big enough to build an independent…

python2-kivy 1.10.1

A software library for rapid development of hardware-accelerated multitouch applications. …

python2-kiwisolver 1.0.1

Kiwi is an efficient C++ implementation of the Cassowary constraint solving algorithm. Kiwi has been designed from the ground up to be lightweight and fast. Kiwi ranges from 10x to…

python2-kombu 4.2.2

The aim of Kombu is to make messaging in Python as easy as possible by providing an idiomatic high-level interface for the AMQ protocol, and also provide proven and tested solutions to…

python2-langkit 0.0.0-0.fe0bc8b

`Langkit' is a tool whose purpose is to make it easy to create syntactic and semantic analysis engines. Write a language specification in our Python DSL and Langkit will generate for…

python2-larch 1.20151025

`python2-larch' is an implementation of particular kind of B-tree, based on research by Ohad Rodeh. See `http://liw.fi/larch/ohad-btrees-shadowing-clones.pdf' for details on the data structure. The distinctive feature of this B-tree is that a node…

python2-lazy-object-proxy 1.5.1

Lazy object proxy is an object that wraps a callable but defers the call until the object is actually required, and caches the result of said call. …

python2-ledgerblue 0.1.16

`ledgerblue' is a Python library to communicate with Ledger Blue/Nano S. …

python2-levenshtein 0.12.0

The Levenshtein Python C extension module contains functions for fast computation of 1. Levenshtein (edit) distance, and edit operations 2. string similarity 3. approximate median strings, and generally…

python2-libadalang 0.0.0-0.9b205e9

`libadalang' provides a high-performance semantic engine for the Ada programming language. …

python2-libarchive-c 2.9

This package provides Python bindings to libarchive, a C library to access possibly compressed archives in many different formats. It uses Python's `ctypes' foreign function interface (FFI). …

python2-libmpsse 1.4.1

This package provides a library in order to support the MPSSE (Multi-Protocol Synchronous Serial Engine) adapter by FTDI that can do SPI, I2C, JTAG. …

python2-libvirt 5.8.0

This package provides Python bindings to the libvirt virtualization library. …

python2-libxml2 2.9.10

Libxml2 is the XML C parser and toolkit developed for the Gnome project (but it is usable outside of the Gnome platform). …

python2-linecache2 1.0.0

The linecache module allows one to get any line from any file, while attempting to optimize internally, using a cache, the common case where many lines are read from a single file. …

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