Packages — P (Page 16 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-intervaltree 3.0.2

This package provides a mutable, self-balancing interval tree implementation for Python. Queries may be by point, by range overlap, or by range envelopment. This library was designed to allow tagging text…

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

python-iocapture 0.1.2

This package helps you to capture the standard out (stdout) and the standard error channel (stderr) in your program. …

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

python-ipy 1.00

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

python-ipykernel 5.1.3

This package provides the IPython kernel for Jupyter. …

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

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

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

python-ipython-documentation 7.9.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. …

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

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

python-isbnlib 3.10.3

`python-isbnlib' is a (pure) python library that provides several useful methods and functions to validate, clean, transform, hyphenate and get metadata for ISBN strings. Its origin was as the core of…

python-iso3166 0.9

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

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

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

python-isodate 0.6.0

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

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

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

python-isrcsubmit 2.0.1

`isrcsubmit' is a tool to extract "International Standard Recording Code" (ISRCs) from audio CDs and submit them to MusicBrainz (https://musicbrainz.org/). …

python-itsdangerous 1.1.0

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

python-jaraco-packaging 6.1

This package provides various tools to supplement packaging Python releases. …

python-jdcal 1.4

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

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

python-jeepney 0.4.2

This is a low-level, pure Python DBus protocol client. It has an I/O-free core, and integration modules for different event loops. …

python-jellyfish 0.5.6

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

python-jinja2 2.11.2

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

python-jinja2-time 0.2.0

This package provides an extension for the template engine Jinja2. It adds a 'now' tag providing a convenient access to the arrow.now() API from templates. A format string can be…

python-jinxed 1.0.0

Jinxed is an implementation of a subset of the Python curses library. …

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

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

python-josepy 1.1.0

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

python-jsbeautifier 1.10.2

Beautify, unpack or deobfuscate JavaScript, leveraging popular online obfuscators. …

python-jsmin 2.2.2

`jsmin' is a JavaScript minifier, usable from both Python code and on the command line. …

python-json-logger 0.1.11

This library allows standard Python logging to output log data as JSON objects. With JSON we can make our logs more readable by machines and we can stop writing custom parsers for…

python-json5 0.8.5

JSON5 extends the JSON data interchange format to make it slightly more usable as a configuration language. This Python package implements parsing and dumping of JSON5 data structures. …

python-jsondiff 1.2.0

`jsondiff' is a Python library which lets you compare, diff, and patch JSON and JSON-like structures in Python. …

python-jsonpatch 0.4

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

python-jsonpatch 1.16

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

python-jsonpointer 1.10

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

python-jsonrpc-server 0.3.4

This package provides a JSON RPC 2.0 server library for Python. …

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

python-jsonschema 3.2.0

Jsonschema is an implementation of JSON Schema for Python. …

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

python-jupyter-console 6.1.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. …

python-jupyter-core 4.4.0

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

python-jupyter-kernel-mgmt 0.4.0

This package is an experimental refactoring of the machinery for launching and using Jupyter kernels. …

python-jupyter-kernel-test 0.3

`jupyter_kernel_test' is a tool for testing Jupyter kernels. It tests kernels for successful code execution and conformance with the Jupyter Messaging Protocol (https://jupyter-client.readthedocs.io/en/latest/messaging.html). …

python-jupyter-protocol 0.1.1

This Python library is an experimental implementation of the Jupyter protocol (https://jupyter-client.readthedocs.io/en/latest/messaging.html) to be used by both clients and kernels. …

python-k5test 0.9.2

`k5test' is a library for setting up self-contained Kerberos 5 environments, and running Python unit tests inside those environments. It is based on the file of the same name found alongside…

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

python-keepkey 6.0.3

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

python-keras 2.2.4

Keras is a high-level neural networks API, written in Python and capable of running on top of TensorFlow. It was developed with a focus on enabling fast experimentation. Use Keras…

python-keras-applications 1.0.8

This package provides reference implementations of popular deep learning models for use with the Keras deep learning framework. …

python-keras-preprocessing 1.1.0

Keras Preprocessing is the data preprocessing and data augmentation module of the Keras deep learning library. It provides utilities for working with image data, text data, and sequence data. …

python-kerberos 1.3.0

This Python package is a high-level wrapper for Kerberos (GSSAPI) operations. The goal is to avoid having to build a module that wraps the entire Kerberos.framework, and instead offer a limited set…

python-keyring 21.0.0

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

python-keyrings.alt 3.4.0

Keyrings in this package may have security risks or other implications. These backends were extracted from the main keyring project to make them available for those who wish to employ them,…

python-keystoneclient 1.8.1

Python-keystoneclient is the identity service used by OpenStack for authentication (authN) and high-level authorization (authZ). It currently supports token-based authN with user/service authZ, and is scalable to support OAuth, SAML, and OpenID…

python-keyutils 0.6

This is a set of python bindings for keyutils, a key management suite that leverages the infrastructure provided by the Linux kernel for safely storing and retrieving sensitive information in your programs. …

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

python-kivy 1.10.1

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

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

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

python-language-server 0.34.1

The Python Language Server (pyls) is an implementation of the Python 3 language specification for the Language Server Protocol (LSP). This tool is used in text editing environments to provide a…

python-lark-parser 0.9.0

Lark is a parser built with a focus on ergonomics, performance and resilience. Lark can parse all context-free languages. That means it is capable of parsing almost any programming language out…

python-latexcodec 1.0.7

Lexer and codec to work with LaTeX code in Python. …

python-lazr-config 2.2.2

The LAZR config system is typically used to manage process configuration. Process configuration is for saying how things change when we run systems on different machines, or under different circumstances. This…

python-lazr-delegates 2.0.4

The `lazr.delegates' package makes it easy to write objects that delegate behavior to another object. The new object adds some property or behavior on to the other object, while still providing…

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

python-ldap 3.1.0

This package provides an object-oriented API to access LDAP directory servers from Python programs. …

python-ldap3 2.7

LDAP3 is a strictly RFC 4510 conforming LDAP V3 pure Python client library. …

python-leather 0.3.3

Leather is a Python charting library for those who need charts now and don't care if they're perfect. …

python-ledgerblue 0.1.16

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

python-legacy-api-wrap 1.2

This module defines a decorator to wrap legacy APIs. The primary use case is APIs defined before keyword-only parameters existed. …

python-leidenalg 0.7.0

Leiden is a general algorithm for methods of community detection in large networks. This package implements the Leiden algorithm in C++ and exposes it to Python. Besides the relative flexibility…

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

python-lfdfiles 2020.1.1

Lfdfiles is a Python library and console script for reading, writing, converting, and viewing many of the proprietary file formats used to store experimental data and metadata at the Laboratory for Fluorescence…

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

python-libcst 0.3.8

LibCST parses Python source code as a CST tree that keeps all formatting details (comments, whitespaces, parentheses, etc). It's useful for building automated refactoring (codemod) applications and linters. LibCST creates…

python-libfreenect 0.6.1

libfreenect is a userspace driver for the Microsoft Kinect. It supports: RGB and Depth Images, Motors, Accelerometer, LED and Audio. …

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

python-libnacl 1.6.1

`libnacl' is used to gain direct access to the functions exposed by `NaCl' library via `libsodium'. It has been constructed to maintain extensive documentation on how to use `NaCl' as well…

python-libsass 0.20.0

This package provides a simple Python extension module `sass' which is binding LibSass. …

python-libsvm 3.23

LIBSVM is a machine learning library for support vector classification, (C-SVC, nu-SVC), regression (epsilon-SVR, nu-SVR) and distribution estimation (one-class SVM). It supports multi-class classification. …

python-libtmux 0.8.2

Libtmux is the tool behind `tmuxp', a tmux workspace manager in Python. It creates object mappings to traverse, inspect and interact with live tmux sessions. …

python-libusb1 1.6.4

Libusb is a library that gives applications easy access to USB devices on various operating systems. This package provides a Python wrapper for accessing libusb-1.0. …

python-libvirt 5.8.0

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

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

python-license-expression 0.999

This Python module defines a tiny language to evaluate and compare license expressions using boolean logic. Logical combinations of licenses can be tested for equality, containment, and equivalence. They can…

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

python-lirc 1.2.1-2.c28708b

`lirc' is a Python module which provides LIRC bindings. …

python-lit 0.5.1

`lit' is a portable tool for executing LLVM and Clang style test suites, summarizing their results, and providing indication of failures. …

python-livereload 2.6.1

Python LiveReload provides a command line utility, `livereload', for starting a web server in a directory. It can trigger arbitrary commands and serve updated contents upon changes to the directory. …

python-llfuse 0.41.1

Python-LLFUSE is a set of Python bindings for the low level FUSE API. …

python-llfuse 1.3.6

Python-LLFUSE is a set of Python bindings for the low level FUSE API. …

python-llvmlite 0.30.0

This package provides a Python binding to LLVM for use in Numba. …

python-lmdb 0.98

python-lmdb or py-lmdb is a Python binding for the "Lightning Memory-Mapped Database" (LMDB), a high-performance key-value store. …

python-locket 0.2.0

Locket implements a lock that can be used by multiple processes provided they use the same path. …

python-lockfile 0.12.2

The lockfile package exports a LockFile class which provides a simple API for locking files. …

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