Packages — P (Page 23 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-typed-ast 1.4.0

This package provides a parser similar to the standard `ast' library. Unlike `ast', the parsers in `typed_ast' include PEP 484 type comments and are independent of the version of Python under…

python-typing 3.7.4.3

This is a backport of the standard library `typing' module to Python versions older than 3.5. Typing defines a standard notation for Python function and variable type annotations. The notation…

python-typing-extensions 3.7.4.2

The typing_extensions module contains additional `typing' hints not yet present in the of the `typing' standard library. Included are implementations of: 1. ClassVar 2. ContextManager 3. Counter …

python-typing-inspect 0.6.0

The `typing_inspect' module defines experimental API for runtime inspection of types defined in the Python standard typing module. …

python-tzlocal 1.5.1

Tzlocal returns a tzinfo object with the local timezone information. This module attempts to fix a glaring hole in pytz, that there is no way to get the local timezone information,…

python-ua-parser 0.8.0

`ua-parser' is a Python port of Browserscope's user agent parser. …

python-ujson 1.35

UltraJSON is an ultra fast JSON encoder and decoder written in pure C with bindings for Python 2.5+ and 3. …

python-ujson 2.0.3

UltraJSON is an ultra fast JSON encoder and decoder written in pure C with bindings for Python 3. …

python-ukpostcodeparser 1.0.3

This library provides the `parse_uk_postcode' function for parsing UK postcodes. …

python-umap-learn 0.3.10

Uniform Manifold Approximation and Projection is a dimension reduction technique that can be used for visualisation similarly to t-SNE, but also for general non-linear dimension reduction. …

python-unidecode 1.1.1

Unidecode provides ASCII transliterations of Unicode text. Unidecode is useful when integrating with legacy code that doesn't support Unicode, or for ease of entry of non-Roman names on a US keyboard,…

python-uniseg 0.7.1

Uniseg is a Python package used to determine Unicode text segmentations. Supported segmentations include: 1. "Code point" (any value in the Unicode codespace) 2. "Grapheme cluster" (user-perceived character made…

python-unittest2 1.1.0

Unittest2 is a replacement for the unittest module in the Python standard library. …

python-unpaddedbase64 1.1.0

RFC 4648 specifies that Base64 should be padded to a multiple of 4 bytes using “=” characters. However this conveys no benefit so many protocols choose to use Base64 without the…

python-uritemplate 3.0.0

`uritemplate' provides Python library to deal with URI Templates. …

python-url 0.2.0

Library for parsing urls. …

python-urllib3 1.24.3

Urllib3 supports features left out of urllib and urllib2 libraries. It can reuse the same socket connection for multiple requests, it can POST files, supports url redirection and retries, and also…

python-urllib3 1.25.9

Urllib3 supports features left out of urllib and urllib2 libraries. It can reuse the same socket connection for multiple requests, it can POST files, supports url redirection and retries, and also…

python-urwid 2.1.0

Urwid is a curses-based UI/widget library for Python. It includes many features useful for text console applications. …

python-urwidtrees 1.0.2

Urwidtrees is a Widget Container API for the `urwid' toolkit. Use it to build trees of widgets. …

python-user-agents 1.1.0

A library to identify devices (phones, tablets) and their capabilities by parsing (browser/HTTP) user agent strings. …

python-userspacefs 1.0.13

`userspacefs' is a library that allows you to easily write user-space file systems in Python. …

python-utils 2.4.0

Python Utils is a collection of small Python functions and classes which make common patterns shorter and easier. …

python-vagrant 0.5.15

Python-vagrant is a Python module that provides a thin wrapper around the `vagrant' command line executable, allowing programmatic control of Vagrant virtual machines. …

python-validate-email 1.3

`validate_email' can be used to verify if an email address is valid and really exists. …

python-validators 0.14.2

This package contains validators for different things such as email addresses, IP addresses, URLs, hashes and more. It has been designed to be easy to use and not require defining a…

python-validictory 1.0.1

It allows validation of arbitrary Python data structures. The schema format is based on the JSON Schema proposal (http://json-schema.org), so combined with json the library is also useful as a validator for…

python-vcrpy 2.0.1

VCR.py simplifies and speeds up tests that make HTTP requests. The first time you run code that is inside a VCR.py context manager or decorated function, VCR.py records all HTTP interactions…

python-vcversioner 2.16.0.0

Vcversioner is a Python library that inspects tagging information in a variety of version control systems in order to discover version numbers. …

python-velocyto 0.17.17

Velocyto is a library for the analysis of RNA velocity. Velocyto includes a command line tool and an analysis pipeline. …

python-venusian 3.0.0

Venusian is a library which allows framework authors to defer decorator actions. Instead of taking actions when a function (or class) decorator is executed at import time, you can defer the action…

python-verboselogs 1.7

The `verboselogs' package extends Python's `logging' module to add the log levels NOTICE, SPAM, SUCCESS and VERBOSE. …

python-vf-1 0.0.11

`VF-1' is a command line gopher client with TLS (Transport Layer Security) support. …

python-vine 1.1.4

`vine' provides a special implementation of promises in that it can be used both for "promise of a value" and lazy evaluation. The biggest upside for this is that everything in…

python-virtualenv 20.0.10

Virtualenv is a tool to create isolated Python environments. …

python-vobject 0.9.6.1

Vobject is intended to be a full featured Python package for parsing and generating vCard and vCalendar files. Currently, iCalendar files are supported and well tested. vCard 3.0 files are…

python-voluptuous 0.11.7

Voluptuous is a Python data validation library. It is primarily intended for validating data coming into Python as JSON, YAML, etc. …

python-waf 2.0.19

Waf is a Python-based framework for configuring, compiling and installing applications. …

python-waitress 1.1.0

Waitress is meant to be a production-quality pure-Python WSGI server with very acceptable performance. …

python-watchdog 0.9.0

This package provides a way to monitor filesystem events such as a file modification and trigger an action. This is similar to inotify, but portable. …

python-wcwidth 0.1.8

Wcwidth measures the number of terminal column cells of wide-character codes. It is useful for those implementing a terminal emulator, or programs that carefully produce output to be interpreted by one.…

python-webassets 0.12.1

Merges, minifies and compresses Javascript and CSS files, supporting a variety of different filters, including YUI, jsmin, jspacker or CSS tidy. Also supports URL rewriting in CSS files. …

python-webencodings 0.5.1

In order to be compatible with legacy web content when interpreting something like `Content-Type: text/html; charset=latin1', tools need to use a particular set of aliases for encoding labels as well as some…

python-webob 1.8.6

WebOb provides wrappers around the WSGI request environment, and an object to help create WSGI responses. …

python-websocket-client 0.54.0

The Websocket-client module provides the low level APIs for WebSocket usage in Python programs. …

python-websockets 8.1

`websockets' is a library for building WebSocket servers and clients in Python with a focus on correctness and simplicity. Built on top of `asyncio', Python's standard asynchronous I/O framework, it provides an elegant…

python-webtest 2.0.33

Webtest allows you to test your Python web applications without starting an HTTP server. It supports anything that supports the minimum of WSGI. …

python-werkzeug 1.0.0

One of the most advanced WSGI utility modules. It includes a powerful debugger, full-featured request and response objects, HTTP utilities to handle entity tags, cache control headers, HTTP dates, cookie handling,…

python-wget 3.2

The python-wget library provides an API to download files with features similar to the `wget' utility. …

python-whatever 0.6

`whatever' provides an easy way to make anonymous functions by partial application of operators. …

python-wheel 0.33.6

A wheel is a ZIP-format archive with a specially formatted filename and the `.whl' extension. It is designed to contain all the files for a PEP 376 compatible install in a…

python-whichcraft 0.6.1

This package provides a shim of the shutil.which function that's designed to work across multiple versions of Python. …

python-whisper 1.0.2

Whisper is one of three components within the Graphite project. Whisper is a fixed-size database, similar in design and purpose to RRD (round-robin-database). It provides fast, reliable storage of numeric…

python-whoosh 2.7.4

Whoosh is a fast, pure-Python full text indexing, search, and spell checking library. …

python-widgetsnbextension 3.5.1

This package provides interactive HTML widgets for Jupyter notebooks. …

python-wikidata 0.6.1

This package provides a Python interface to Wikidata (https://www.wikidata.org/). …

python-wrapper 3.8.2

This package provides wrappers for the commands of Python 3.x such that they can be invoked under their usual name---e.g., `python' instead of `python3'. …

python-wrapt 1.11.2

The aim of the wrapt module is to provide a transparent object proxy for Python, which can be used as the basis for the construction of function wrappers and decorator functions. …

python-ws4py 0.5.1

This package provides a WebSocket client and server library for Python. …

python-wsgi-intercept 1.2.2

Wsgi_intercept installs a WSGI application in place of a real URI for testing. Testing a WSGI application normally involves starting a server at a local host and port, then pointing your test…

python-wsgiproxy2 0.4.6

WSGI turns HTTP requests into WSGI function calls. WSGIProxy turns WSGI function calls into HTTP requests. It also includes code to sign requests and pass private data, and to spawn…

python-wtforms 2.1

WTForms is a flexible forms validation and rendering library for Python web development. It is very similar to the web form API available in Django, but is a standalone package. …

python-wurlitzer 2.0.1

This library helps to redirect `sys.stdout' to a stream or a file while executing some piece of code, including C code running within a Python process. …

python-wxpython 4.0.7.post1

wxPython is a cross-platform GUI toolkit for the Python programming language. It is implemented as a set of Python extension modules that wrap the GUI components of the popular wxWidgets cross…

python-xapian-bindings 1.4.16

Xapian is a highly adaptable toolkit which allows developers to easily add advanced indexing and search facilities to their own applications. It supports the Probabilistic Information Retrieval model and also supports…

python-xarray 0.15.1

Xarray (formerly xray) makes working with labelled multi-dimensional arrays simple, efficient, and fun! Xarray introduces labels in the form of dimensions, coordinates and attributes on top of raw NumPy-like arrays, which allows for…

python-xattr 0.9.7

This package provides a Python wrapper for using extended filesystem attributes. Extended attributes extend the basic attributes of files and directories in the file system. They are stored as name:data pairs…

python-xcffib 0.6.0

Xcffib is a replacement for xpyb, an XCB Python bindings. It adds support for Python 3 and PyPy. It is based on cffi. …

python-xdo 0.3

Provides bindings to libxdo for manipulating X11 via simulated input. (Note that this is mostly a legacy library; you may wish to look at python-xdo for newer bindings.) …

python-xenon 0.7.0

Xenon is a monitoring tool based on Radon. It monitors code complexity. Ideally, `xenon' is run every time code is committed. Through command line options, various thresholds can be set…

python-xlib 0.27

The Python X Library is intended to be a fully functional X client library for Python programs. It is useful to implement low-level X clients. It is written entirely in…

python-xlrd 1.2.0

This package provides a library to extract data from spreadsheets using Microsoft Excel proprietary file formats `.xls' and `.xlsx' (versions 2.0 onwards). It has support for Excel dates and is Unicode-aware.…

python-xmlschema 1.1.2

The `xmlschema' library is an implementation of XML Schema (https://www.w3.org/2001/XMLSchema) for Python. It has full support for the XSD 1.0 and 1.1 standards, an XPath-based API for finding schema's elements and attributes;…

python-xmltodict 0.12.0

This package provides a Python library to convert XML to `OrderedDict'. …

python-xopen 0.5.0

This module provides an `xopen' function that works like Python's built-in `open' function, but can also deal with compressed files. Supported compression formats are gzip, bzip2 and, xz, and are automatically…

python-xsge 2018.02.26

xSGE is a collection of modules that make doing certain tasks with the SGE Game Engine easier. In addition to SGE's conveniences, the user has access to a GUI toolkit, lighting…

python-yapf 0.29.0

YAPF is a formatter for Python code. It's based off of "clang-format", developed by Daniel Jasper. In essence, the algorithm takes the code and reformats it to the best formatting…

python-yarl 1.1.1

`yarl' module provides handy `URL' class for URL parsing and changing. …

python-yubikey-manager 2.1.0

Python library and command line tool for configuring a YubiKey. Note that after installing this package, you might still need to add appropriate udev rules to your system configuration to be…

python-zarr 2.4.0

This package provides an implementation of chunked, compressed, N-dimensional arrays for Python. …

python-zipp 1.0.0

This package provides a `pathlib'-compatible `Zipfile' object wrapper. It provides a backport of the `Path' object. …

python-zope-component 4.6.2

Zope.component represents the core of the Zope Component Architecture. Together with the zope.interface package, it provides facilities for defining, registering and looking up components. …

python-zope-configuration 4.4.0

Zope.configuration implements ZCML, the Zope Configuration Markup Language. …

python-zope-copy 4.2

This package provides a pluggable mechanism for copying persistent objects. …

python-zope-deferredimport 4.3.1

Often, especially for package modules, you want to import names for convenience, but not actually perform the imports until necessary. The `zope.deferredimport' package provided facilities for defining names in modules that…

python-zope-deprecation 4.4.0

The `zope.deprecation' module provides a function for marking modules, classes, functions, methods and properties as deprecated, displaying warnings when usaged in application code. …

python-zope-event 4.4

Zope.event provides an event publishing API, intended for use by applications which are unaware of any subscribers to their events. It is a simple event-dispatching system on which more sophisticated event…

python-zope-exceptions 4.4

Zope.exceptions provides general-purpose exception types that have uses outside of the Zope framework. …

python-zope-hookable 5.0.1

This package supports the efficient creation of hookable objects, which are callable objects that are meant to be optionally replaced. The idea is that you create a function that does some…

python-zope-i18nmessageid 5.0.1

Zope.i18nmessageid provides facilities for declaring internationalized messages within program source text. …

python-zope-interface 5.1.0

Zope.interface provides an implementation of "object interfaces" for Python. Interfaces are a mechanism for labeling objects as conforming to a given API or contract. …

python-zope-location 4.2

Zope.location implements the concept of "locations" in Zope3, which are are special objects that have a structural location. …

python-zope-proxy 4.3.5

Zope.proxy provides generic, transparent proxies for Python. Proxies are special objects which serve as mostly-transparent wrappers around another object, intervening in the apparent behavior of the wrapped object only when necessary to…

python-zope-schema 6.0.0

Zope.scheme provides extensions to zope.interface for defining data schemas. …

python-zope-security 5.1.1

Zope.security provides a generic mechanism to implement security policies on Python objects. …

python-zope-testing 4.7

Zope.testing provides a number of testing utilities for HTML forms, HTTP servers, regular expressions, and more. …

python-zope-testrunner 5.2

Zope.testrunner provides a script for running Python tests. …

python-zstandard 0.13.0

This project provides Python bindings for interfacing with the Zstandard compression library. A C extension and CFFI interface are provided. …

python2 2.7.17

Python is a remarkably powerful dynamic programming language that is used in a wide variety of application domains. Some of its key distinguishing features include: clear, readable syntax; strong introspection capabilities;…

python2-activepapers 0.2.2

ActivePapers is a tool for working with executable papers, which combine data, code, and documentation in single-file packages, suitable for publication as supplementary material or on repositories such as figshare or Zenodo. …

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