Packages — P (Page 12 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-automat 20.2.0

Automat is a library for concise, idiomatic Python expression of finite-state automata (particularly deterministic finite-state transducers). …

python-autopep8 1.5.3

`autopep8' automatically formats Python code to conform to the PEP 8 style guide. It uses the pycodestyle utility to determine what parts of the code needs to be formatted. `autopep8'…

python-axolotl 0.2.3

This is a python port of libaxolotl-android. This is a ratcheting forward secrecy protocol that works in synchronous and asynchronous messaging environments. …

python-axolotl-curve25519 0.4.1.post2

This is a python wrapper for the curve25519 library with ed25519 signatures. The C code was pulled from libaxolotl-android. At the moment this wrapper is meant for use by python-axolotl. …

python-babel 2.8.0

Babel is composed of two major parts: - tools to build and work with gettext message catalogs - a Python interface to the CLDR (Common Locale Data Repository), providing access to various…

python-backcall 0.1.0

If your code lets other people supply callback functions, it's important to specify the function signature you expect, and check that functions support that. Adding extra parameters later would break other…

python-backpack 0.1

Backpack provides some useful utilities for working with collections of data. …

python-backports-abc 0.5

Python-backports-abc provides a backport of additions to the `collections.abc' module in Python-3.5. …

python-backports-csv 1.0.7

Provides a backport of Python 3's `csv' module for parsing comma separated values. The API of the `csv' module in Python 2 is drastically different from the `csv' module in Python…

python-bandit 1.4.0

Bandit is a tool designed to find common security issues in Python code. To do this Bandit processes each file, builds an AST from it, and runs appropriate plugins against the…

python-base58 1.0.3

Base58 and Base58Check implementation compatible with what is used by the Bitcoin network. …

python-bashlex 0.14

`bashlex' is a Python port of the parser used internally by GNU bash. For the most part it's transliterated from C, the major differences are: * it does not…

python-bbknn 1.3.6

BBKNN is a batch effect removal tool that can be directly used in the Scanpy workflow. It serves as an alternative to `scanpy.api.pp.neighbors()', with both functions creating a neighbour graph for…

python-bcrypt 3.1.7

Bcrypt is a Python module which provides a password hashing method based on the Blowfish password hashing algorithm, as described in "A Future-Adaptable Password Scheme" (http://static.usenix.org/events/usenix99/provos.html) by Niels Provos and David Mazieres. …

python-beautifulsoup4 4.9.1

Beautiful Soup is a Python library designed for rapidly setting up screen-scraping projects. It offers Pythonic idioms for navigating, searching, and modifying a parse tree, providing a toolkit for dissecting a…

python-behave-web-api 1.0.6

This package provides testing utility modules for testing JSON APIs with Behave. …

python-betamax 0.8.1

Betamax will record your test suite's HTTP interactions and replay them during future tests. It is designed to work with python-requests. …

python-betamax-matchers 0.4.0

`betamax-matchers' provides a set of Matchers for Betamax. …

python-bibtexparser 1.1.0

BibtexParser is a Python library to parse BibTeX files. …

python-bigfloat 0.3.0

This package provides a Python interface to the MPFR library for multiprecision arithmetic. …

python-billiard 3.5.0.5

Billiard is a fork of the Python 2.7 multiprocessing package. The multiprocessing package itself is a renamed and updated version of R Oudkerk's pyprocessing package. This standalone variant is intended…

python-binaryornot 0.4.4

Ultra-lightweight pure Python package to check if a file is binary or text. …

python-binwalk 2.2.0

Binwalk is a tool for analyzing, reverse engineering, and extracting firmware images …

python-biom-format 2.1.7

The BIOM file format is designed to be a general-use format for representing counts of observations e.g. operational taxonomic units, KEGG orthology groups or lipid types, in one or more biological…

python-biopython 1.70

Biopython is a set of tools for biological computation including parsers for bioinformatics files into Python data structures; interfaces to common bioinformatics programs; a standard sequence class and tools for performing common operations…

python-bitarray 1.4.0

This package provides an object type which efficiently represents an array of booleans. Bitarrays are sequence types and behave very much like usual lists. Eight bits are represented by one byte…

python-bitstruct 8.9.0

This module performs conversions between Python values and C bit field structs represented as Python byte strings. It is intended to have a similar interface as the `struct' module from Python,…

python-black 19.10b0

Black is the uncompromising Python code formatter. …

python-bleach 3.1.5

Bleach is an easy whitelist-based HTML-sanitizing tool. …

python-blessed 1.17.8

Blessed is a thin, practical wrapper around terminal styling, screen positioning, and keyboard input. …

python-blessings 1.7

Blessings is a pythonic API to manipulate terminal color, styling, and positioning. It provides similar features to curses but avoids some of curses’s limitations: it does not require clearing the whole…

python-blinker 1.4

Blinker provides a fast dispatching system that allows any number of interested parties to subscribe to events, or "signals". …

python-block-tracing 1.0.1

`block_tracing' is a tiny Python library that can be used to prevent debuggers and other applications from inspecting the memory within your process. …

python-blosc 1.5.1

Blosc is a high performance compressor optimized for binary data. It has been designed to transmit data to the processor cache faster than the traditional, non-compressed, direct memory fetch approach via…

python-blurhash 1.1.4

Pure-Python implementation of the blurhash algorithm. …

python-boltons 20.0.0

Boltons is a set of over 230 pure-Python utilities in the same spirit as — and yet conspicuously missing from — the standard library, including: * Atomic file saving,…

python-bonsai 1.2.0

This is a module for handling LDAP operations in Python. LDAP entries are mapped to a special Python case-insensitive dictionary, tracking the changes of the dictionary to modify the entry on…

python-boolean.py 3.6

This is a small Python library that implements boolean algebra. It defines two base elements, `TRUE' and `FALSE', and a `Symbol' class that can take on one of these two values.…

python-botocore 1.15.26

Botocore is a Python library that provides a low-level interface to the Amazon Web Services (AWS) API. …

python-bottle 0.12.18

`python-bottle' is a WSGI framework for small web-applications. …

python-bottleneck 1.3.2

Bottleneck is a collection of fast, NaN-aware NumPy array functions written in C. …

python-branca 0.3.1

Generate complex HTML+JS pages with Python …

python-breathe 4.13.1

This package is an extension to reStructuredText and Sphinx to be able to read and render the Doxygen xml output. …

python-brotli 1.0.7

This package provides python bindings for the Brotli compression library. …

python-bsddb3 6.2.6

This module provides a nearly complete wrapping of the Oracle/Sleepycat C API for the Database Environment, Database, Cursor, Log Cursor, Sequence and Transaction objects, and each of these is exposed as a…

python-btrees 4.7.2

This package contains a set of persistent object containers built around a modified BTree data structure. The trees are optimized for use inside ZODB's "optimistic concurrency" paradigm, and include explicit resolution…

python-bumpversion 0.5.3

This tool provides a command-line interface (CLI) to bump a software version simply. …

python-bx-python 0.8.2

bx-python provides tools for manipulating biological data, particularly multiple sequence alignments. …

python-bz2file 0.98

Bz2file is a Python library for reading and writing bzip2-compressed files. It contains a drop-in replacement for the I/O interface in the standard library's `bz2' module, including features from the latest…

python-cachecontrol 0.12.5

CacheControl is a port of the caching algorithms in `httplib2' for use with `requests' session objects. …

python-cached-property 1.5.1

This package provides a decorator which makes caching time-or-computationally-expensive properties quick and easy and works in Python 2 or 3. …

python-cachy 0.3.0

Cachy provides a simple yet effective caching library. A simple but powerful API: thread-safety; decorator syntax; support for memcached, redis, database, file, dict stores. Cachy supports python versions 2.7+ and…

python-cairocffi 0.9.0

Cairocffi is a CFFI-based drop-in replacement for Pycairo, a set of Python bindings and object-oriented API for cairo. Cairo is a 2D vector graphics library with support for multiple backends including…

python-cairosvg 2.4.2

CairoSVG is a SVG converter based on Cairo. It can export SVG files to PDF, PostScript and PNG files. The main part of CairoSVG is a SVG parser, trying…

python-can 3.3.3

This package defines the `can' module, which provides controller area network (CAN) support for Python developers; providing common abstractions to different hardware devices, and a suite of utilities for sending and receiving…

python-canonicaljson 1.1.4

Deterministically encode JSON. * Encodes objects and arrays as RFC 7159 JSON. * Sorts object keys so that you get the same result each time. …

python-cantools 33.1.1

This package includes Controller Area Network (CAN) related tools that can be used to: * parse DBC, KCD, SYM, ARXML 4 and CDD files * encode and…

python-capablerobot-usbhub 0.2.7

This package provides access to the internal state of the Capable Robot USB Hub, allowing you to monitor and control the Hub from an upstream computer. It also creates a transparent…

python-capstone 3.0.5

Capstone is a lightweight multi-platform, multi-architecture disassembly framework. Capstone can disassemble machine code for many supported architectures such as x86, x86_64, arm, arm64, mips, ppc, sparc, sysz and xcore. It provides bindings…

python-capturer 2.4

The capturer package makes it easy to capture the stdout and stderr streams of the current process and subprocesses. Output can be relayed to the terminal in real time but is…

python-case 1.5.3

The `case' package provides utilities on top of unittest, including some helpful Python 2 compatibility convenience methods. …

python-cbor 1.0.0

Python-cbor provides an implementation of the Concise Binary Object Representation ("CBOR"). CBOR is comparable to JSON, has a superset of JSON's ability, but serializes to a binary format which is smaller…

python-ccm 2.1.6

Cassandra Cluster Manager is a development tool for testing local Cassandra clusters. It creates, launches and removes Cassandra clusters on localhost. …

python-celery 4.2.1

Celery is an asynchronous task queue/job queue based on distributed message passing. It is focused on real-time operation, but supports scheduling as well. The execution units, called tasks, are executed concurrently…

python-certifi 2020.4.5.1

Certifi is a Python library that contains a CA certificate bundle, which is used by the Requests library to verify HTTPS requests. …

python-certipy 0.1.3

Certipy was made to simplify the certificate creation process. To that end, certipy exposes methods for creating and managing certificate authorities, certificates, signing and building trust bundles. …

python-cffi 1.14.0

Foreign Function Interface for Python calling C code. …

python-cffi-documentation 1.14.0

This package contains HTML documentation for the `python-cffi' project. …

python-cfgraph 0.2.1

This package contains RDF Collections flattener for `rdflib'. …

python-cfgv 3.1.0

This library helps to validate configuration files and produce human readable error messages. …

python-cftime 1.0.4.2

This package provides time-handling functionality that used to be part of the netcdf4 package before. …

python-chai 1.1.2

Chai provides an api for mocking, stubbing and spying your python objects, patterned after the Mocha library for Ruby. …

python-chardet 3.0.4

This package provides `chardet', a Python module that can automatically detect a wide range of file encodings. …

python-check-manifest 0.37

Python package can include a MANIFEST.in file to help with sending package files to the Python Package Index. This package checks that file to ensure it completely and accurately describes your…

python-cheetah 3.2.4

Cheetah is a text-based template engine and Python code generator. Cheetah can be used as a standalone templating utility or referenced as a library from other Python applications. It has many…

python-ciso8601 2.1.3

The package ciso8601 converts ISO 8601 or RFC 3339 date time strings into Python datetime objects. …

python-cleo 0.8.1

Cleo allows you to create command-line commands with signature in docstring and colored output. …

python-clf 0.5.7

`clf' is a command line tool for searching code snippets on `https://commandlinefu.com'. …

python-cli-helpers 2.0.1

CLI Helpers is a Python package that makes it easy to perform common tasks when building command-line apps. It's a helper library for command-line interfaces. …

python-click 5.1

Click is a Python package for creating command line interfaces in a composable way with as little code as necessary. Its name stands for "Command Line Interface Creation Kit". It's…

python-click 7.1.2

Click is a Python package for creating command line interfaces in a composable way with as little code as necessary. Its name stands for "Command Line Interface Creation Kit". It's…

python-click-log 0.3.2

This package provides a Python library for logging Click applications. …

python-click-plugins 1.1.1

This package provides n extension module for Click to register external CLI commands via setuptools entry-points. …

python-click-threading 0.4.4

This package provides utilities for multithreading in Click applications. …

python-clikit 0.6.2

CliKit is a group of utilities to build testable command line interfaces. …

python-clint 0.5.1

Clint is a Python module filled with a set of tools for developing command-line applications, including tools for colored and indented output, progress bar display, and pipes. …

python-cloudpickle 1.3.0

Cloudpickle makes it possible to serialize Python constructs not supported by the default pickle module from the Python standard library. It is especially useful for cluster computing where Python expressions are…

python-clyent 1.2.1

Clyent is a Python command line utility library. It is used by `binstar', `binstar-build', and `chalmers'. …

python-cmd2 1.0.2

Cmd2 is a tool for building interactive command line applications in Python. Its goal is to make it quick and easy for developers to build feature-rich and user-friendly interactive command line…

python-codacy-coverage 1.3.11

This package analyses Python test suites and reports how much of the code is covered by them. This tool is part of the Codacy suite for analysing code quality. …

python-codecov 2.0.15

Codecov collects code coverage reports from code written in Python, Java, C/C++, R, and more, and uploads it to the `codecov.io' service. …

python-colorama 0.4.3

Colorama is a Python library for rendering colored terminal text. …

python-coloredlogs 10.0

The `coloredlogs' package enables colored terminal output for Python's logging module. The `ColoredFormatter' class inherits from `logging.Formatter' and uses ANSI escape sequences to render your logging messages in color. …

python-colorlog 4.1.0

The `colorlog.ColoredFormatter' is a formatter for use with Python's logging module that outputs records using terminal colors. …

python-colormath 3.0.0

This is a Python library for color math and conversions. …

python-colorspacious 1.1.2

`colorspacious' is a Python library that lets you convert between colorspaces like sRGB, XYZ, CIEL*a*b*, CIECAM02, CAM02-UCS, etc. …

python-colour 0.1.5

Pythonic way to manipulate color representations (HSL, RVB, web, X11, ...). …

python-commandlines 0.4.1

`Commandlines' is a Python library for command line application development that supports command line argument parsing, command string validation testing and application logic. …

python-conda-package-handling 1.6.0

This library is an abstraction of Conda package handling and a tool for extracting, creating, and converting between formats. …

python-configargparse 0.14.0

A drop-in replacement for argparse that allows options to also be set via config files and/or environment variables. …

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