Packages — P (Page 20 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-pyportmidi 217

This package provides Python bindings to the PortMidi library. …

python-pyprind 2.11.2

The PyPrind (Python Progress Indicator) module provides a progress bar and a percentage indicator object that let you track the progress of a loop structure or other iterative computation. …

python-pyqrcode 1.2.1

Pyqrcode is a QR code generator written purely in Python with SVG, EPS, PNG and terminal output. …

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

python-pyqt+qscintilla 5.14.2

This package contains the union of PyQt and the Qscintilla extension. …

python-pyqt-without-qtwebkit 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. …

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

python-pyquery 1.2.17

pyquery allows you to make jQuery queries on xml documents. The API is as much as possible the similar to jQuery. pyquery uses lxml for fast xml and html manipulation. …

python-pyramid 1.10.4

Pyramid makes it easy to write web applications. From minimal request/response web apps to larger, grown applications. …

python-pyrfc3339 1.1

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

python-pyro4 4.77

Pyro enables you to build applications in which objects can talk to each other over the network. You can just use normal Python method calls to call objects on other machines,…

python-pyroutelib3 1.3.post1

Library for simple routing on OSM data …

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

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

python-pysaml2 5.0.0

PySAML2 is a pure python implementation of SAML Version 2 Standard. It contains all necessary pieces for building a SAML2 service provider or an identity provider. The distribution contains examples…

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

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

python-pyside-2 5.14.2.3

The Qt for Python product enables the use of Qt5 APIs in Python applications. It lets Python developers utilize the full potential of Qt, using the PySide2 module. The PySide2…

python-pyside-2-tools 5.14.2.3

Contains lupdate, rcc and uic tools for PySide2 …

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

python-pysocks 1.7.0

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

python-pysolr 3.9.0

This module provides an interface that queries the Apache Solr server using a pure Python implementation. …

python-pystache 0.5.4

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

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

python-pytest 5.3.5

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

python-pytest-aiohttp 0.3.0

This package provides a pytest plugin for aiohttp support. …

python-pytest-arraydiff 0.3

This is a py.test plugin to facilitate the generation and comparison of data arrays produced during tests, in particular in cases where the arrays are too large to conveniently hard-code them in…

python-pytest-asyncio 0.10.0

Python asyncio code is usually written in the form of coroutines, which makes it slightly more difficult to test using normal testing tools. `pytest-asyncio' provides useful fixtures and markers to make…

python-pytest-benchmark 3.2.3

This package provides a pytest fixture that will group the tests into rounds that are calibrated to the chosen timer. …

python-pytest-black 0.3.8

This package provides a pytest plugin to enable format checking with the Python code formatter "black". …

python-pytest-bootstrap 5.3.5

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

python-pytest-cache 1.0

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

python-pytest-capturelog 0.7

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

python-pytest-catchlog 1.2.2

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

python-pytest-check-links 0.3.0

This package provides a pytest plugin that checks URLs for HTML-containing files. …

python-pytest-checkdocs 1.2.2

This package provides a pytest plugin that checks the long description of the project to ensure it renders properly. …

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

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

python-pytest-doctestplus 0.7.0

This package contains a plugin for the Pytest framework that provides advanced doctest support and enables the testing of reStructuredText files. …

python-pytest-env 0.6.2

This is a `py.test' plugin that enables you to set environment variables in the `pytest.ini' file. …

python-pytest-filter-subpackage 0.1.1

This package contains a simple plugin for the pytest framework that provides a shortcut to testing all code and documentation for a given sub-package. …

python-pytest-fixture-config 1.7.0

This package provides fixture configuration utilities for the py.test testing framework. …

python-pytest-flake8 1.0.6

This package provides a pytest plugin for efficiently checking PEP8 compliance. …

python-pytest-flakes 4.0.1

Pytest plugin for checking Python source code with pyflakes. …

python-pytest-flask 1.0.0

This pytest plugin provides fixtures to simplify Flask app testing. …

python-pytest-forked 1.1.3

Pytest plugin which will run each test in a subprocess and will report if a test crashed the process. …

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

python-pytest-isort 0.3.1

This package provides a pytest plugin to check import ordering using isort. …

python-pytest-lazy-fixture 0.6.3

This plugin helps to use fixtures in `pytest.mark.parametrize'. …

python-pytest-localserver 0.5.0

Pytest-localserver is a plugin for the pytest testing framework which enables you to test server connections locally. …

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

python-pytest-mpl 0.11

This is a plugin to facilitate image comparison for Matplotlib figures in Pytest. …

python-pytest-openfiles 0.5.0

This package provides a plugin for the pytest framework that allows developers to detect whether any file handles or other file-like objects were inadvertently left open at the end of a unit…

python-pytest-ordering 0.6

This plugin defines Pytest markers to ensure that some tests, or groups of tests run in a specific order. …

python-pytest-pep8 1.0.6

Pytest plugin for checking PEP8 compliance. …

python-pytest-pycodestyle 2.0.0

This package provides a plugin to run `pycodestyle' for the `pytest' framework. …

python-pytest-remotedata 0.3.2

This package provides a plugin for the Pytest framework that allows developers to control unit tests that require access to data from the internet. …

python-pytest-runner 5.2

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

python-pytest-runner 2.12.2

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

python-pytest-services 1.3.1

This plugin provides a set of fixtures and utility functions to start service processes for your tests with pytest. …

python-pytest-shutil 1.7.0

This package provides assorted shell and environment tools for the py.test testing framework. …

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

python-pytest-sugar 0.9.3

`pytest-sugar' is a plugin for py.test that changes the default look and feel of py.test, using a progress bar and showing failures and errors instantly. …

python-pytest-timeout 1.3.4

This package provides a py.test plugin that aborts hanging tests after a timeout has been exceeded. …

python-pytest-trio 0.6.0

This is a pytest plugin to help you test projects that use Trio, a friendly library for concurrency and async I/O in Python. …

python-pytest-vcr 1.0.2-1.4d6c7b3

Plugin for managing VCR.py cassettes. …

python-pytest-virtualenv 1.7.0

This package provides a virtualenv fixture for the py.test framework. …

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

python-pytest-xprocess 0.9.1

Pytest-xprocess is an experimental py.test plugin for managing processes across test runs. …

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

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

python-pytimeparse 1.1.8

This small Python module parses various kinds of time expressions. …

python-pytools 2020.1

Pytools is a bag of things that are ``missing'' from the Python standard library: * small helper functions such as `len_iterable', `argmin', tuple generation, permutation…

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

python-pytzdata 2019.3

This library provides a timezone database for Python. …

python-pyudev 0.22.0

This package provides `udev' bindings for Python. …

python-pyusb 1.0.2

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

python-pywavelets 1.1.1

PyWavelets is a library for wavelet transforms in Python. Wavelets are mathematical basis functions that are localized in both time and frequency. Wavelet transforms are time-frequency transforms employing wavelets. They…

python-pywinrm 0.4.1

pywinrm is a Python client for the Windows Remote Management (WinRM) service. It allows you to invoke commands on target Windows machines from any machine that can run Python. …

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

python-pyxdg 0.25

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

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

python-pyzmq 17.1.2

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

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

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

python-qscintilla 2.10.8

QScintilla is a port to Qt of Neil Hodgson's Scintilla C++ editor control. QScintilla includes features especially useful when editing and debugging source code. These include support for syntax styling, error…

python-qtconsole 4.4.3

This package provides a Qt-based console for Jupyter with support for rich media output. …

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

python-random-user-agent 1.0.1

This package provides a list of user agents, from a collection of more than 326,000 known user-agents. Users can pick a random one, or select one based on filters. …

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

python-rapidjson 0.9.1

This package provides a python wrapper around rapidjson. …

python-rarfile 2.8

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

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

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

python-rawkit 0.6.0

The rawkit package provides two modules: rawkit and libraw. The rawkit module provides a high-level Pythonic interface for developing raw photos, while the libraw module provides a CTypes based interface for…

python-rcssmin 1.0.6

The minifier is based on the semantics of the YUI compressor, which itself is based on the rule list by Isaac Schlueter. …

python-rdflib 4.2.2

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

python-rdflib-jsonld 0.5.0

This package provides an rdflib extension adding JSON-LD parser and serializer. …

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

python-readme-renderer 26.0

Readme Renderer is a library that will safely render arbitrary README files into HTML. It is designed to be used in Warehouse to render the `long_description' for packages. It can…

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