Packages — P (Page 22 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-sphinx 2.3.1

Sphinx is a tool that makes it easy to create documentation for Python projects or other documents consisting of multiple reStructuredText sources. …

python-sphinx-alabaster-theme 0.7.12

Alabaster is a visually (c)lean, responsive, configurable theme for the Sphinx documentation system. It's the default theme of Sphinx. …

python-sphinx-autobuild 0.7.1

This package lets you watch a Sphinx directory and rebuild the documentation when a change is detected. It also includes a livereload enabled web server. …

python-sphinx-cloud-sptheme 1.8.0

This package contains the "Cloud" theme for Sphinx and some related extensions. …

python-sphinx-copybutton 0.2.6

This package provides a small sphinx extension to add "copy" buttons to code blocks. …

python-sphinx-gallery 0.1.13

`sphinx_gallery' is a Sphinx extension that builds an HTML version from any set of Python scripts and puts it into an examples gallery. …

python-sphinx-intl 2.0.0

A utility tool that provides several features that make it easy to translate and to apply translation to Sphinx generated document. …

python-sphinx-me 0.3

Create a Sphinx documentation shell for your project and include the README file as the documentation index. It handles extracting the required meta data such as the project name, author and…

python-sphinx-repoze-autointerface 0.8

This package defines an extension for the Sphinx documentation system. The extension allows generation of API documentation by introspection of `zope.interface' instances in code. …

python-sphinx-rtd-theme 0.2.4

A theme for Sphinx used by ReadTheDocs.org. …

python-sphinxcontrib-applehelp 1.0.2

`sphinxcontrib-applehelp' is a Sphinx extension which outputs Apple help books. …

python-sphinxcontrib-devhelp 1.0.2

`sphinxcontrib-devhelp' is a Sphinx extension which outputs https://wiki.gnome.org/Apps/Devhelp (Devhelp) documents. …

python-sphinxcontrib-htmlhelp 1.0.3

`sphinxcontrib-htmlhelp' is a Sphinx extension which renders HTML help files. …

python-sphinxcontrib-jsmath 1.0.1

`sphinxcontrib-jsmath' is a Sphinx extension which renders display math in HTML via JavaScript. …

python-sphinxcontrib-newsfeed 0.1.4

Sphinxcontrib-newsfeed is an extension for adding a simple Blog, News or Announcements section to a Sphinx website. …

python-sphinxcontrib-programoutput 0.15

A Sphinx extension to literally insert the output of arbitrary commands into documents, helping you to keep your command examples up to date. …

python-sphinxcontrib-qthelp 1.0.3

`sphinxcontrib-qthelp' is a Sphinx extension which outputs QtHelp documents. …

python-sphinxcontrib-serializinghtml 1.1.4

`sphinxcontrib-serializinghtml' is a Sphinx extension which outputs "serialized" HTML files. …

python-sphinxcontrib-svg2pdfconverter 1.0.1

A Sphinx extension to convert SVG images to PDF in case the builder does not support SVG images natively (e.g. LaTeX). …

python-sphinxcontrib-websupport 1.2.0

This package provides a Python API to easily integrate Sphinx documentation into your web application. It provides tools to integrate Sphinx documents in web templates and to handle searches. …

python-sql 1.0.0

`python-sql' is a library to write SQL queries, that transforms idiomatic python function calls to well-formed SQL queries. …

python-sqlalchemy 1.3.18

SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL. It provides a full suite of well known enterprise-level persistence…

python-sqlalchemy-utils 0.32.21

SQLAlchemy-utils provides various utility functions and custom data types for SQLAlchemy. SQLAlchemy is an SQL database abstraction library for Python. You might also want to install the following optional dependencies: …

python-sqlparse 0.3.1

Sqlparse is a non-validating SQL parser for Python. It provides support for parsing, splitting and formatting SQL statements. …

python-statsmodels 0.11.1

Statsmodels is a Python package that provides a complement to scipy for statistical computations including descriptive statistics and estimation and inference for statistical models. …

python-stdnum 1.13

This is a Python library that aims to provide functions to handle, parse and validate standard numbers. The module supports more than 100 different number formats amongst which a great number…

python-stem 1.8.0

Stem is a Python controller library for Tor. With it you can use Tor's control protocol to script against the Tor process and read descriptor data relays publish about themselves. …

python-stevedore 1.28.0

Python makes loading code dynamically easy, allowing you to configure and extend your application by discovering and loading extensions ("plugins") at runtime. Many applications implement their own library for doing this, using…

python-straight-plugin 1.4.1

Straight Plugin provides a type of plugin you can create from almost any existing Python modules, and an easy way for outside developers to add functionality and customization to your projects with…

python-subunit 1.3.0

Python-subunit is a Python implementation of the subunit test streaming protocol. …

python-subunit-bootstrap 1.3.0

This package is here for bootstrapping purposes only. Use the regular python-subunit package instead. …

python-sure 1.4.11

Sure is a python library that leverages a DSL for writing assertions. Sure is heavily inspired by `RSpec Expectations' and `should.js'. …

python-swagger-spec-validator 2.4.3

`swagger_spec_validator' provides a library for validating Swagger API specifications. …

python-swiftclient 2.6.0

OpenStack Object Storage (code-named Swift) creates redundant, scalable object storage using clusters of standardized servers to store petabytes of accessible data. It is not a file system or real-time data storage…

python-symengine 0.6.1

This library provides a Python wrapper to SymEngine, a fast C++ symbolic manipulation library. …

python-sympy 1.1.1

SymPy is a Python library for symbolic mathematics. It aims to become a full-featured computer algebra system (CAS) while keeping the code as simple as possible in order to be comprehensible…

python-tables 3.6.1

PyTables is a package for managing hierarchical datasets and designed to efficiently cope with extremely large amounts of data. …

python-tabulate 0.8.7

Tabulate is a library and command-line utility to pretty-print tabular data in Python. …

python-tblib 1.6.0

Traceback serialization allows you to: 1. Pickle tracebacks and raise exceptions with pickled tracebacks in different processes. This allows better error handling when running…

python-tempdir 0.7.1

This library manages temporary directories that are automatically deleted with all their contents when they are no longer needed. It is particularly convenient for use in tests. …

python-tempest-lib 1.0.0

Tempest-lib is a functional testing library for OpenStack. It provides common features used in Tempest. …

python-tenacity 6.1.0

Tenacity is a general-purpose python library to simplify the task of adding retry behavior to just about anything. …

python-termcolor 1.1.0

This package provides ANSII Color formatting for output in terminals. …

python-terminado 0.8.1

This package provides a Tornado websocket backend for the term.js Javascript terminal emulator library. …

python-terminaltables 3.1.0

This package makes it easy to draw tables in terminal/console applications from a list of lists of strings. It supports multi-line rows. …

python-termstyle 0.1.11

This package provides console text coloring for Python. …

python-testlib 0.6.5

A micro unittest suite harness for Python. …

python-testpath 0.2

Testpath is a collection of utilities for Python code working with files and commands. It contains functions to check things on the file system, and tools for mocking system commands and…

python-testrepository 0.0.20

Testrepository provides a database of test results which can be used as part of a developer's workflow to check things such as what tests have failed since the last commit or what…

python-testrepository-bootstrap 0.0.20

Bootstrap package for python-testrepository. Don't use this. …

python-testresources 2.0.1

Testresources is an extension to Python's unittest to allow declarative use of resources by test cases. …

python-testresources-bootstrap 2.0.1

This package is only here for bootstrapping purposes. Use the regular testresources package instead. …

python-testscenarios 0.5.0

Testscenarios provides clean dependency injection for Python unittest style tests. …

python-testscenarios-bootstrap 0.5.0

This package is only for bootstrapping. Don't use this. …

python-testtools 2.3.0

Testtools extends the Python standard library unit testing framework to provide matchers, more debugging information, and cross-Python compatibility. …

python-testtools-bootstrap 2.3.0

This package is only for bootstrapping. Do not use this. …

python-text-unidecode 1.3

`text-unidecode' is a basic Python port of the `Text::Unidecode' Perl library. It can create ASCII representations of Unicode data. In general users should prefer the `python-unidecode' package which offers better memory…

python-textparser 0.23.0

This library provides a text parser written in the Python language. It aims to be fast. …

python-texttable 1.6.2

Texttable is a Python module for creating simple ASCII tables. …

python-tifffile 2020.6.3

This package lets you read image and metadata from many bio-scientific formats such as plain TIFF, BigTIFF, OME-TIFF, STK, LSM, SGI, NIH, ImageJ, MicroManager, MD GEL, and FluoView files. It also…

python-tinycss2 1.0.2

`tinycss2' can parse strings, return Python objects representing tokens and blocks, and generate CSS strings corresponding to these objects. Based on the CSS Syntax Level 3 specification, `tinycss2' knows the grammar of CSS…

python-titlecase 0.12.0

Python-Titlecase is a Python port of John Gruber's titlecase.pl. It capitalizes (predominantly English) strings in a way that is similar to book titles, using the New York Times Manual of Style…

python-tldextract 2.2.0

TLDExtract accurately separates the TLD from the registered domain and subdomains of a URL, using the Public Suffix List. By default, this includes the public ICANN TLDs and their exceptions. …

python-tlsh 3.4.5

Trend Micro Locality Sensitive Hash (TLSH) is a fuzzy matching library. Given a byte stream with a minimum length of 256 bytes, TLSH generates a hash value which can be used…

python-tmx 1.10

Python TMX reads and writes the `Tiled' TMX format in a simple way. This is useful for map editors or generic level editors, and it's also useful for using a map…

python-tokenize-rt 2.0.1

This Python library is a wrapper around `tokenize' from the Python standard library. It provides two additional tokens `ESCAPED_NL' and `UNIMPORTANT_WS', and a `Token' data type. Use `src_to_tokens' and `tokens_to_src'…

python-toml 0.10.1

`toml' is a library for parsing and creating Tom's Obvious, Minimal Language (TOML) configuration files. …

python-tomlkit 0.6.0

TOML Kit is a 0.5.0-compliant TOML library. It includes a parser that preserves all comments, indentations, whitespace and internal element ordering, and makes them accessible and editable via an intuitive API.…

python-toolshed 0.4.6

This is a collection of well-tested, simple modules and functions that aim to reduce boilerplate when working with data. …

python-toolz 0.9.0

This package provides a set of utility functions for iterators, functions, and dictionaries. …

python-tornado 6.0.4

Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed. By using non-blocking network I/O, Tornado can scale to tens of thousands of open connections, making it…

python-tornado 5.1.1

Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed. By using non-blocking network I/O, Tornado can scale to tens of thousands of open connections, making it…

python-tornado-http-auth 1.1.1

Provides support for adding authentication to services using the Tornado web framework, either via the basic or digest authentication schemes. …

python-tortoise-orm 0.16.7

Tortoise ORM is an easy-to-use asyncio ORM (Object Relational Mapper) inspired by Django. Tortoise ORM was build with relations in mind and admiration for the excellent and popular Django ORM. …

python-tox 2.8.1

Tox is a generic virtualenv management and test command line tool. It can be used to check that a package installs correctly with different Python versions and interpreters, or run tests…

python-tqdm 4.43.0

Make loops show a progress bar on the console by just wrapping any iterable with `|tqdm(iterable)|'. Offers many options to define design and layout. …

python-traceback2 1.4.0

This module provides a standard interface to extract, format and print stack traces of Python programs. It exactly mimics the behavior of the Python interpreter when it prints a stack trace. …

python-traitlets 4.3.3

Traitlets is a framework that lets Python classes have attributes with type checking, dynamically calculated default values, and ‘on change’ callbacks. The package also includes a mechanism to use traitlets for…

python-transaction 3.0.0

This package contains a generic transaction implementation for Python. It is mainly used by the ZODB. …

python-translate-toolkit 2.1.0

Tools and API for translation and localization engineering. It contains several utilities, as well as an API for building localization tools. …

python-translation-finder 1.7

This package provides a function to find translation file in the source code of a project. It supports many translation file formats and is part of the Weblate translation platform. …

python-translationstring 1.3

This package provides a library used by various Pylons project packages for internationalization (i18n) duties related to translation. …

python-translitcodec 0.4.0

This package contains codecs for transliterating ISO 10646 texts into best-effort representations using smaller coded character sets (ASCII, ISO 8859, etc.). …

python-treq 18.6.0

This package provides an HTTP library inspired by `requests' …

python-trezor 0.12.0

`trezor' is a Python library for communicating with TREZOR Hardware Wallet. …

python-trezor-agent 0.13.1

`libagent' is a library that allows using TREZOR, Keepkey and Ledger Nano as a hardware SSH/GPG agent. …

python-trio 0.16.0

Trio strives to be a production-quality, async/await-native I/O library for Python. Like all async libraries, its main purpose is to help you write programs that do multiple things at the same…

python-trollius-redis 0.1.4

`trollius-redis' is a Redis client for Python trollius. It is an asynchronous IO (PEP 3156) implementation of the Redis protocol. …

python-trustme 0.6.0

`trustme' is a tiny Python package that does one thing: it gives you a fake certificate authority (CA) that you can use to generate fake TLS certs to use in your tests. …

python-trytond 4.6.2

Tryton is a three-tier high-level general purpose application platform using PostgreSQL as its main database engine. It is the core base of a complete business solution providing modularity, scalability and security. …

python-trytond-country 4.6.0

This package provides a Tryton module with countries. …

python-trytond-party 4.6.0

This package provides a Tryton module for (counter)parties and addresses. …

python-twine 1.15.0

`twine' currently supports registering projects and uploading distributions. It authenticates the user over HTTPS, allows them to pre-sign their files and supports any packaging format (including wheels). …

python-twisted 19.7.0

Twisted is an extensible framework for Python programming, with special focus on event-based network programming and multiprotocol integration. …

python-twobitreader 3.1.6

twobitreader is a Python library for reading .2bit files as used by the UCSC genome browser. …

python-txacme 0.9.2

ACME is Automatic Certificate Management Environment, a protocol that allows clients and certificate authorities to automate verification and certificate issuance. The ACME protocol is used by the free Let's Encrypt Certificate Authority. txacme…

python-txaio 18.8.1

Txaio provides a compatibility layer between the Python `asyncio' module and `Twisted'. …

python-txamqp 0.8.2

This package provides a Python library for communicating with AMQP peers and brokers using the asynchronous networking framework Twisted. It contains all the necessary code to connect, send and receive messages…

python-txsni 0.1.9-0.5014c14

This package provides an easy-to-use SNI endpoint for use with the Twisted web framework. …

python-txtorcon 19.0.0

This package provides a Twisted-based Tor controller client, with state-tracking and configuration abstractions. …

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