Packages — P (Page 29 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-pyparsing 2.4.6

The pyparsing module is an alternative approach to creating and executing simple grammars, vs. the traditional lex/yacc approach, or the use of regular expressions. The pyparsing module provides a library…

python2-pypdf 1.13

PyPDF2 is a pure Python PDF toolkit. Note: This module isn't maintained anymore. For new projects please use python-pypdf2 instead. …

python2-pypdf2 1.26.0

PyPDF2 is a pure Python PDF library capable of: 1. extracting document information (title, author, …) 2. splitting documents page by page 3. merging documents page by…

python2-pyqt 4.12

PyQt is a set of Python v2 and v3 bindings for the Qt application framework. The bindings are implemented as a set of Python modules and contain over 620 classes. …

python2-pyqt 5.14.2

PyQt is a set of Python v2 and v3 bindings for the Qt application framework. The bindings are implemented as a set of Python modules and contain over 620 classes. …

python2-pyqtwebengine 5.14.0

PyQtWebEngine is a set of Python bindings for The Qt Company's Qt WebEngine libraries. The bindings sit on top of PyQt5 and are implemented as a set of three modules. …

python2-pyrfc3339 1.1

Python library for generating and parsing RFC 3339-compliant timestamps. …

python2-pyro 3.16

Pyro is a Distributed Object Technology system written in Python that is designed to be easy to use. It resembles Java's Remote Method Invocation (RMI). It has less similarity to CORBA,…

python2-pyroute2 0.5.6

Pyroute2 is a pure Python netlink library with minimal dependencies. Supported netlink families and protocols include: * rtnl, network settings - addresses, routes, traffic controls *…

python2-pyrsistent 0.16.0

Pyrsistent is a number of persistent collections (by some referred to as functional data structures). Persistent in the sense that they are immutable. All methods on a data structure that would…

python2-pysam 0.15.1

Pysam is a Python module for reading and manipulating files in the SAM/BAM format. Pysam is a lightweight wrapper of the SAMtools C API. It also includes an interface for…

python2-pyscard 1.9.9

The pyscard smart card library is a framework for building smart card aware applications in Python. The smart card module is built on top of the PCSC API Python wrapper module. …

python2-pyserial 3.4

`pyserial' provide serial port bindings for Python. It supports different byte sizes, stop bits, parity and flow control with RTS/CTS and/or Xon/Xoff. The port is accessed in RAW mode. …

python2-pysnptools 0.4.11

PySnpTools is a library for reading and manipulating genetic data. It can, for example, efficiently read whole PLINK *.bed/bim/fam files or parts of those files. It can also efficiently manipulate…

python2-pysocks 1.7.0

`pysocks' is an updated and semi-actively maintained version of `SocksiPy' with bug fixes and extra features. …

python2-pysqlite 2.8.3

Pysqlite provides SQLite bindings for Python that comply to the Database API 2.0T. …

python2-pystache 0.5.4

Pystache is a Python implementation of the framework agnostic, logic-free templating system Mustache. …

python2-pyte 0.7.0

`pyte' is an in-memory VTxxx-compatible terminal emulator. VTXXX stands for a series of video terminals, developed by DEC between 1970 and 1995. The first and probably most famous one was…

python2-pytest 4.6.9

Pytest is a testing tool that provides auto-discovery of test modules and functions, detailed info on failing assert statements, modular fixtures, and many external plugins. …

python2-pytest-cache 1.0

The pytest-cache plugin provides tools to rerun failures from the last py.test invocation. …

python2-pytest-capturelog 0.7

Python-pytest-catchlog is a pytest plugin to catch log messages. …

python2-pytest-catchlog 1.2.2

Python-pytest-catchlog is a pytest plugin to catch log messages. This is a fork of pytest-capturelog. …

python2-pytest-cov 2.8.1

Pytest-cov produces coverage reports. It supports centralised testing and distributed testing in both `load' and `each' modes. It also supports coverage of subprocesses. …

python2-pytest-django 3.1.2

Pytest-django is a plugin for py.test that provides a set of useful tools for testing Django applications and projects. …

python2-pytest-flakes 4.0.1

Pytest plugin for checking Python source code with pyflakes. …

python2-pytest-httpbin 0.2.3

`Pytest-httpbin' creates a `pytest' fixture that is dependency-injected into your tests. It automatically starts up a HTTP server in a separate thread running `httpbin' and provides your test with the URL…

python2-pytest-mock 1.10.1

This plugin installs a `mocker' fixture which is a thin-wrapper around the patching API provided by the `mock' package, but with the benefit of not having to worry about undoing patches at…

python2-pytest-pep8 1.0.6

Pytest plugin for checking PEP8 compliance. …

python2-pytest-runner 5.2

This package provides a `pytest-runner' command that `setup.py' files can use to run tests. …

python2-pytest-runner 2.12.2

This package provides a `pytest-runner' command that `setup.py' files can use to run tests. …

python2-pytest-subtesthack 0.1.1

This plugin allows you to set up and tear down fixtures within unit test functions that use `py.test'. This is useful for using `hypothesis' inside py.test, as `hypothesis' will call the…

python2-pytest-xdist 1.25.0

The pytest-xdist plugin extends py.test with some unique test execution modes: parallelization, running tests in boxed subprocesses, the ability to run tests repeatedly when failed, and the ability to run tests on…

python2-pythondialog 3.4.0

A Python wrapper for the dialog utility. Its purpose is to provide an easy to use, pythonic and comprehensive Python interface to dialog. This allows one to make simple text-mode…

python2-pytidylib 0.3.2

PyTidyLib is a Python package that wraps the HTML Tidy library. This allows you, from Python code, to “fix” invalid (X)HTML markup. …

python2-pytz 2019.1

This library brings the Olson tz database into Python. It allows accurate and cross platform timezone calculations using Python 2.4 or higher. It also solves the issue of ambiguous times…

python2-pytzdata 2019.3

This library provides a timezone database for Python. …

python2-pyusb 1.0.2

PyUSB aims to be an easy to use Python module to access USB devices. …

python2-pyxb 1.2.6

PyXB ("pixbee") is a pure Python package that generates Python source code for classes that correspond to data structures defined by XMLSchema. …

python2-pyxdg 0.25

PyXDG is a collection of implementations of freedesktop.org standards in Python. …

python2-pyyaml 5.3.1

PyYAML is a YAML parser and emitter for Python. PyYAML features a complete YAML 1.1 parser, Unicode support, pickle support, capable extension API, and sensible error messages. PyYAML supports standard…

python2-pyzmq 17.1.2

PyZMQ is the official Python binding for the ZeroMQ messaging library. …

python2-q 2.6

q is a Python module for "print" style of debugging Python code. It provides convenient short API for print out of values, tracebacks, and falling into the Python interpreter. …

python2-qrcode 6.1

This package provides a pure Python QR Code generator module. It uses the Python Imaging Library (PIL) to allow for the generation of QR Codes. In addition this package provides a…

python2-quex 0.67.3

`quex' is a lexical analyzer generator in Python. …

python2-quex 0.68.1

`quex' is a lexical analyzer generator in Python. …

python2-radon 4.1.0

Radon is a Python tool which computes various code metrics. Supported metrics are: * raw metrics: SLOC, comment lines, blank lines, &c. * Cyclomatic Complexity (i.e.…

python2-random2 1.0.1

This package provides a Python 3 ported version of Python 2.7’s `random' module. It has also been back-ported to work in Python 2.6. In Python 3, the implementation of `randrange()' was changed,…

python2-rarfile 2.8

This is Python module for RAR archive reading. The interface is made as zipfile like as possible. …

python2-ratelimiter 1.2.0

The `ratelimiter' module ensures that an operation will not be executed more than a given number of times during a given period. …

python2-rauth 0.7.3

Rauth is a Python library for OAuth 1.0/a, 2.0, and Ofly. It also provides service wrappers for convenient connection initialization and authenticated session objects providing things like keep-alive. …

python2-rdflib 4.2.2

RDFLib is a Python library for working with RDF, a simple yet powerful language for representing information. …

python2-readlike 0.1.3

This Python module provides line editing functions similar to the default Emacs-style ones of GNU Readline. Unlike the Python standard library's `readline' package, this one allows access to those capabilties in…

python2-redis 3.3.8

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

python2-rednose 1.2.3

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

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

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

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

python2-reno 2.7.0

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

python2-renpy 7.3.5

This package contains the shared libraries and Python modules of Ren'py. …

python2-reparser 1.4.3

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

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

python2-requests 2.23.0

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

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

python2-requests-mock 1.3.0

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

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

python2-requests-toolbelt 0.8.0

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

python2-responses 0.10.6

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

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

python2-rfc3987 1.3.7

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

python2-roca-detect 1.0.8

This tool is related to the paper entitled Return of the Coppersmith’s Attack: Practical Factorization of Widely Used RSA Moduli . It enables you to test public RSA keys for a…

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

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

python2-rpython 0.2.1

RPython is a translation and support framework for producing implementations of dynamic languages, emphasizing a clean separation between language specification and implementation aspects. …

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

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

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

python2-rsvg 2.32.0

This package provides Python bindings to librsvg, the SVG rendering library. …

python2-ruamel.ordereddict 0.4.9

This is an implementation of an ordered dictionary with "Key Insertion Order" (KIO: updates of values do not affect the position of the key), "Key Value Insertion Order" (KVIO, an existing key's…

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

python2-s3cmd 1.6.1

S3cmd is a command line tool for uploading, retrieving and managing data in storage services that are compatible with the Amazon Simple Storage Service (S3) protocol, including S3 itself. It supports…

python2-s3transfer 0.2.0

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

python2-sadisplay 0.4.8

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

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

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

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

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

python2-schematics 1.1.1

Python Data Structures for Humans. …

python2-scientific 2.9.4

ScientificPython is a collection of Python modules that are useful for scientific computing. Most modules are rather general (Geometry, physical units, automatic derivatives, ...) whereas others are more domain-specific (e.g. netCDF and…

python2-scikit-learn 0.20.4

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

python2-scipy 1.2.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. …

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

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

python2-seaborn 0.9.1

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…

python2-selectors2 2.0.1

This package provides a drop-in replacement for the `selectors' module in Python 3.5 and later. …

python2-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,…

python2-semver 2.9.0

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

python2-send2trash 1.5.0

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

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

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

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

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