Packages — P (Page 21 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-redis 3.3.8

This package provides a Python interface to the Redis key-value store. …

python-rednose 1.2.3

This package provides colored output for the `nosetests' command of the Python Nose unit test framework. …

python-regex 2020.6.8

This regular expression implementation is backwards- compatible with the standard `re' module, but offers additional functionality like full case-folding for case-insensitive matches in Unicode. …

python-relatorio 0.8.0

Relatorio is a templating library which provides a way to easily output ODT, ODS, PNG, SVG and several other kinds of files. Support for more filetypes can be easily added by…

python-rellu 0.7

This collection of utilities contains tooling and templates to assist in creating releases on GitHub and publishing them on PyPI. It is designed to be used by Robot Framework and tools…

python-rencode 1.0.5

The `rencode' module is a data structure serialization library, similar to `bencode' from the BitTorrent project. For complex, heterogeneous data structures with many small elements, r-encoding stake up significantly less space than…

python-reno 2.7.0

Reno is a tool for storing release notes in a git repository and building documentation from them. …

python-reparser 1.4.3

This Python library provides a simple lexer/parser for inline markup based on regular expressions. …

python-reportlab 3.5.42

This is the ReportLab PDF Toolkit. It allows rapid creation of rich PDF documents, and also creation of charts in a variety of bitmap and vector formats. …

python-requests 2.20.1

Requests is a Python HTTP client library. It aims to be easier to use than Python’s urllib2 library. …

python-requests 2.7.0

Requests is a Python HTTP client library. It aims to be easier to use than Python’s urllib2 library. …

python-requests 2.23.0

Requests is a Python HTTP client library. It aims to be easier to use than Python’s urllib2 library. …

python-requests-file 1.4.3

Requests-File is a transport adapter for use with the Requests Python library to allow local file system access via `file://' URLs. …

python-requests-mock 1.3.0

This module provides a building block to stub out the HTTP requests portions of your testing code. …

python-requests-oauthlib 1.2.0

Requests-OAuthlib uses the Python Requests and OAuthlib libraries to provide an easy-to-use Python interface for building OAuth1 and OAuth2 clients. …

python-requests-toolbelt 0.8.0

This is a toolbelt of useful classes and functions to be used with python-requests. …

python-requests_ntlm 1.1.0

This package allows for HTTP NTLM authentication using the requests library. …

python-responses 0.10.6

A utility library for mocking out the `requests` Python library. …

python-restructuredtext-lint 1.3.0

This package provides a linter for the reStructuredText format. …

python-retrying 1.3.3

Retrying is a general-purpose retrying library to simplify the task of adding retry behavior to just about anything. Features: * Generic Decorator API. * Specify stop condition (i.e.…

python-rfc3986 1.4.0

`rfc3986' is a Python implementation of RFC 3986 including validation and authority parsing. This module also supports RFC 6874 which adds support for zone identifiers to IPv6 addresses. …

python-rfc3987 1.3.7

`rfc3987' provides routines for parsing and validation of URIs (see RFC 3986) and IRIs (see RFC 3987). …

python-rjsmin 1.1.0

`rJSmin' is a javascript minifier written in Python. The minifier is based on the semantics of jsmin.c by Douglas Crockford. The module is a re-implementation aiming for speed, so it…

python-robot-detection 0.4

`robot_detection' is a python module to detect if a given HTTP User Agent is a web crawler. It uses the list of registered robots from `http://www.robotstxt.org'. …

python-robotframework 3.1.2

Robot Framework is a generic automation framework for acceptance testing, acceptance test driven development (ATDD), and robotic process automation (RPA). …

python-robotframework-lint 0.9.0-1.e851879

This package provides the `rflint' command-line utility, a static analysis tool (linter) for Robot Framework source files. …

python-robotframework-sshlibrary 3.3.0

SSHLibrary is a Robot Framework library providing support for SSH and SFTP. It has the following main usages: * Executing commands on the remote machine, either blocking or…

python-roifile 2020.5.28

Roifile is a Python library to read, write, create, and plot ImageJ ROIs, an undocumented and ImageJ application specific format to store regions of interest, geometric shapes, paths, text, etc for image…

python-rope 0.11.0

Rope is a refactoring library for Python. It facilitates the renaming, moving and extracting of attributes, functions, modules, fields and parameters in Python 2 source code. These refactorings can also…

python-rply 0.7.5

This package provides a pure Python based parser generator, that also works with RPython. It is a more-or-less direct port of David Bazzley's PLY, with a new public API, and RPython…

python-rpy2 3.0.4-1.19868a8

rpy2 is a redesign and rewrite of rpy. It is providing a low-level interface to R from Python, a proposed high-level interface, including wrappers to graphical libraries, as well as R-like…

python-rq 0.13.0

RQ (Redis Queue) is a simple Python library for queueing jobs and processing them in the background with workers. It is backed by Redis and it is designed to have a…

python-rsa 3.4.2

Python-RSA is a pure-Python RSA implementation. It supports encryption and decryption, signing and verifying signatures, and key generation according to PKCS#1 version 1.5. It can be used as a Python…

python-rst.linker 1.11

rst.linker automatically replaces text by a reStructuredText external reference or timestamps. It's primary purpose is to augment the changelog, but it can be used for other documents, too. …

python-rst2ansi 0.1.5

Python module dedicated to rendering RST (reStructuredText) documents to ansi-escaped strings suitable for display in a terminal. …

python-rstr 2.2.6

This package provides a python module for generating random strings of various types. It could be useful for fuzz testing, generating dummy data, or other applications. It has no dependencies…

python-ruamel.yaml 0.15.83

This package provides YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order. It is a derivative of Kirill Simonov’s PyYAML 3.11. It supports YAML…

python-s3transfer 0.2.0

S3transfer is a Python library for managing Amazon S3 transfers. …

python-sadisplay 0.4.8

This package provides a program to build Entity Relationship diagrams from a SQLAlchemy model (or directly from the database). …

python-scandir 1.10.0

Directory iteration function like os.listdir(), except that instead of returning a list of bare filenames, it yields DirEntry objects that include file type and stat information along with the name. Using…

python-scanpy 1.4.6

Scanpy is a scalable toolkit for analyzing single-cell gene expression data. It includes preprocessing, visualization, clustering, pseudotime and trajectory inference and differential expression testing. The Python-based implementation efficiently deals with datasets…

python-schedule 0.4.3

Schedule is an in-process scheduler for periodic jobs that uses the builder pattern for configuration. Schedule lets you run Python functions (or any other callable) periodically at pre-determined intervals using a…

python-schema 0.5.0

`python-schema' is a library for validating Python data structures, such as those obtained from config-files, forms, external services or command-line parsing, converted from JSON/YAML (or something else) to Python data-types. …

python-schema 0.6.6

`python-schema' is a library for validating Python data structures, such as those obtained from config-files, forms, external services or command-line parsing, converted from JSON/YAML (or something else) to Python data-types. …

python-schematics 1.1.1

Python Data Structures for Humans. …

python-scikit-fuzzy 0.4.2

This package implements many useful tools for projects involving fuzzy logic, also known as grey logic. …

python-scikit-image 0.17.2

Scikit-image is a collection of algorithms for image processing. …

python-scikit-learn 0.22.1

Scikit-learn provides simple and efficient tools for data mining and data analysis. …

python-scikit-rebate 0.6

Scikit-rebate is a scikit-learn-compatible Python implementation of ReBATE, a suite of Relief-based feature selection algorithms for Machine Learning. These algorithms excel at identifying features that are predictive of the outcome in supervised…

python-scipy 1.3.2

The SciPy library is one of the core packages that make up the SciPy stack. It provides many user-friendly and efficient numerical routines such as routines for numerical integration and optimization. …

python-scp 0.13.2

The scp module extends the Paramiko library to send and receive files via the SCP1 protocol, as implemented by the OpenSSH `scp' program. …

python-screed 1.0

Screed parses FASTA and FASTQ files and generates databases. Values such as sequence name, sequence description, sequence quality and the sequence itself can be retrieved from these databases. …

python-scripttest 1.3

Scripttest is a Python helper library for testing interactive command-line applications. With it you can run a script in a subprocess and see the output as well as any file modifications. …

python-scrypt 0.8.7

This is a set of Python bindings for the scrypt key derivation function. …

python-seaborn 0.10.0

Seaborn is a library for making attractive and informative statistical graphics in Python. It is built on top of matplotlib and tightly integrated with the PyData stack, including support for numpy…

python-secretstorage 3.1.2

`python-secretstorage' provides a way for securely storing passwords and other secrets. It uses D-Bus Secret Service API that is supported by GNOME Keyring (since version 2.30) and KSecretsService. SecretStorage supports…

python-selenium 3.141.0

Selenium enables web browser automation. Selenium specifically provides infrastructure for the W3C WebDriver specification — a platform and language-neutral coding interface compatible with all major web browsers. …

python-semantic-version 2.6.0

The `semantic_version' class is a small library for handling semantic versioning (https://semver.org/) ("SemVer") in Python. It can compare versions, generate a new version that represents a bump in one of the version levels,…

python-semver 2.9.0

This package provides a Python library for http://semver.org/ (Semantic Versioning). …

python-send2trash 1.5.0

This package provides a Python library to send files to the user's `~/Trash' directory. …

python-sepolgen 3.0

This package contains a Python module that forms the core of `audit2allow', a part of the package `policycoreutils'. The sepolgen library contains: Reference Policy Representation, which are Objects for representing policies…

python-serpent 1.28

Serpent provides `ast.literal_eval()'-compatible object tree serialization. It serializes an object tree into bytes (an utf-8 encoded string) that can be decoded and then passed as-is to `ast.literal_eval()' to rebuild the original object…

python-service-identity 18.1.0

`service_identity' aspires to give you all the tools you need for verifying whether a certificate is valid for the intended purposes. In the simplest case, this means host name verification. …

python-setools 4.1.1

SETools is a collection of graphical tools, command-line tools, and libraries designed to facilitate SELinux policy analysis. …

python-setproctitle 1.1.10

The library allows a process to change its title (as displayed by system tools such as ps and top). Changing the title is mostly useful in multi-process systems, for example when a master…

python-setuptools 41.0.1

Setuptools is a fully-featured, stable library designed to facilitate packaging Python projects, where packaging includes: Python package and module definitions, distribution package metadata, test hooks, project installation, platform-specific details, Python 3 support. …

python-setuptools-git 1.2

This package provides a plugin for Setuptools for revision control with Git. …

python-setuptools-scm 3.4.3

Setuptools_scm handles managing your Python package versions in "software configuration management" (SCM) metadata instead of declaring them as the version argument or in a SCM managed file. …

python-setuptools-scm-git-archive 1.0

The setuptools_scm_git_archive package is a plugin to setuptools_scm, which supports obtaining versions from git archives that belong to tagged versions. …

python-sexpdata 0.0.3

Sexpdata is an S-expression parser/serializer. It has load and dump functions like pickle, json or PyYAML module. …

python-sge-pygame 1.5.1

The SGE Game Engine ("SGE", pronounced like "Sage") is a general-purpose 2D game engine. It takes care of several details for you so you can focus on the game itself. …

python-sh 1.12.14

This package provides a replacement for Python's `subprocess' feature. …

python-shapely 1.6.4.post2

Shapely is a Python package for manipulation and analysis of planar geometric objects. It is based on the `GEOS' library. …

python-shellingham 1.3.2

Shellingham detects what shell the current Python executable is running in. …

python-shiboken-2 5.14.2.3

Shiboken generates bindings for C++ libraries using CPython source code …

python-shortuuid 0.5.0

`shortuuid' is a Python library for generating concise, unambiguous and URL-safe UUIDs. UUIDs are generated using the built-in Python `uuid' module and then similar looking characters are removed. …

python-shouldbe 0.1.2

Python Assertion Helpers inspired by Shouldly. …

python-signedjson 1.1.1

Sign JSON objects with ED25519 signatures. * More than one entity can sign the same object. * Each entity can sign the object with more than…

python-simplegeneric 0.8.1

The simplegeneric module lets you define simple single-dispatch generic functions, akin to Python’s built-in generic functions like `len()', `iter()' and so on. However, instead of using specially-named methods, these generic functions use…

python-simplejson 3.17.0

JSON (JavaScript Object Notation) is a subset of JavaScript syntax (ECMA-262 3rd edition) used as a lightweight data interchange format. Simplejson exposes an API familiar to users of the standard library marshal…

python-singledispatch 3.4.0.3

This library brings functools.singledispatch from Python 3.4 to Python 2.6-3.3. …

python-sip 4.19.22

SIP is a tool to create Python bindings for C and C++ libraries. It was originally developed to create PyQt, the Python bindings for the Qt toolkit, but can be used…

python-six 1.14.0

Six is a Python 2 and 3 compatibility library. It provides utility functions for smoothing over the differences between the Python versions with the goal of writing Python code that is…

python-six-bootstrap 1.14.0

Six is a Python 2 and 3 compatibility library. It provides utility functions for smoothing over the differences between the Python versions with the goal of writing Python code that is…

python-slepc4py 3.11.0

SLEPc, the Scalable Library for Eigenvalue Problem Computations, is based on PETSc, the Portable, Extensible Toolkit for Scientific Computation. It employs the MPI standard for all message-passing communication. `slepc4py' provides Python…

python-slimit 0.8.1

SlimIt is a JavaScript minifier written in Python. It compiles JavaScript into more compact code so that it downloads and runs faster. SlimIt also provides a library that includes a…

python-slugify 4.0.1

This package provides a `slufigy' command and library to create slugs from unicode strings while keeping it DRY. …

python-slurm-magic 0.0-0.73dd1a2

This package implements Jupyter/IPython magic commands (http://ipython.readthedocs.io/en/stable/interactive/magics.html) for interacting with the SLURM workload manager. SLURM magic simply wraps command-line executables and the commands themselves should look like their command-line counterparts. Commands are…

python-smmap 3.0.1

`smmap' is a pure Python implementation of a sliding window memory map manager. …

python-sniffio 1.1.0

This package detects which async library a program is running under. It supports multiple async I/O packages, like Trio, and asyncio. …

python-snowballstemmer 2.0.0

This package provides 16 word stemmer algorithms generated from Snowball algorithms. It includes the 15 original ones plus the Poerter English stemmer. …

python-sockjs-tornado 1.0.6

SockJS-tornado provides the server-side counterpart to a SockJS client library, through the Tornado framework. SockJS provides a low-latency, full-duplex, cross-domain communication channel between a web browser and web server. …

python-socksipy-branch 1.01

SocksiPy - A Python SOCKS client module. It provides a socket-like interface that supports connections to any TCP service through the use of a SOCKS4, SOCKS5 or HTTP proxy. The…

python-socksipychain 2.1.2

SocksiPyChain is a modified version of the SocksiPy SOCKS module, which adds support for arbitrary chaining of proxy servers and various modes of TLS/SSL encryption. It was developed for use in…

python-sop 0.2.0

The Stateless OpenPGP Command-Line Interface (or sop) is a specification that encourages OpenPGP implementors to provide a common, relatively simple command-line API for purposes of object security. This Python module helps implementers build…

python-sortedcontainers 2.1.0

This package provides a sorted collections library, written in pure-Python. …

python-soupsieve 2.0.1

Soup Sieve is a CSS selector library designed to be used with Beautiful Soup 4. It aims to provide selecting, matching, and filtering using modern CSS selectors. Soup Sieve currently provides…

python-spake2 0.8

This package provides a Python implementation of the SPAKE2 Password-Authenticated Key Exchange algorithm. …

python-spectra 0.0.11

This package provides a Python library intended to make color math, color scales, and color space conversion easy. It has support for: 1. Color scales 2. Color ranges …

python-speg 0.3

This package is a PEG-based parser and interpreter with memoization. …

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