Packages — P (Page 17 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-logwrap 3.2.1

This package provides a decorator to log function arguments and function call return values in a human-readable way. …

python-loompy 2.0.17

The loom file format is an efficient format for very large omics datasets, consisting of a main matrix, optional additional layers, a variable number of row and column annotations. Loom also…

python-louvain 0.6.1

This package provides an implementation of the Louvain algorithm for use with igraph. Louvain is a general algorithm for methods of community detection in large networks. This package has been superseded by…

python-lxml 4.4.2

The lxml XML toolkit is a Pythonic binding for the C libraries libxml2 and libxslt. …

python-ly 0.9.5

This package provides a Python library to parse, manipulate or create documents in LilyPond format. A command line program ly is also provided that can be used to do various manipulations…

python-lz4 0.10.1

This package provides python bindings for the lz4 compression library by Yann Collet. The project contains bindings for the LZ4 block format and the LZ4 frame format. …

python-lzo 1.12

Python-LZO provides Python bindings for LZO, i.e. you can access the LZO library from your Python scripts thereby compressing ordinary Python strings. …

python-lzstring 1.0.4

Lz-string is a string compressor library for Python. …

python-m2crypto 0.35.2

`M2Crypto' is a complete Python wrapper for OpenSSL featuring RSA, DSA, DH, EC, HMACs, message digests, symmetric ciphers (including AES); TLS functionality to implement clients and servers; HTTPS extensions to Python's httplib,…

python-m2r 0.2.1

M2R converts a markdown file including reST markups to valid reST format. …

python-magic 0.4.15

This module uses ctypes to access the libmagic file type identification library. It makes use of the local magic database and supports both textual and MIME-type output. Note that this module…

python-mailman-hyperkitty 1.1.0

Mailman3 allows emails sent to its mailing lists to be archived by any software provided that there is a plugin (loadable by Mailman3) designed to communicate with it properly. This module…

python-mailmanclient 3.3.1

The mailmanclient library provides official Python bindings for the GNU Mailman 3 REST API. …

python-mako 1.1.2

Mako is a templating language for Python that compiles templates into Python modules. …

python-mamba 0.11.1

Mamba is a Behaviour-Driven Development tool for Python developers. Is heavily influenced from RSpec, Mocha, Jasmine or Ginkgo. …

python-mando 0.6.4

This package is a wrapper around argparse, allowing you to write complete CLI applications in seconds while maintaining all the flexibility. …

python-manuel 1.10.1

Manuel lets you mix and match traditional doctests with custom test syntax. …

python-markdown 3.2.1

This package provides a Python implementation of John Gruber's Markdown. The library features international input, various Markdown extensions, and several HTML output formats. A command line wrapper markdown_py is also…

python-markupsafe 1.1.1

Markupsafe provides an XML/HTML/XHTML markup safe string implementation for Python. …

python-marshmallow 3.0.0b14

`marshmallow' provides a library for converting complex datatypes to and from native Python datatypes. …

python-mastodon-py 1.5.1

This package provides a python wrapper for the Mastodon API. …

python-matplotlib 3.1.2

Matplotlib is a Python 2D plotting library which produces publication quality figures in a variety of hardcopy formats and interactive environments across platforms. Matplotlib can be used in Python scripts, the…

python-matplotlib-documentation 3.1.2

Matplotlib is a Python 2D plotting library which produces publication quality figures in a variety of hardcopy formats and interactive environments across platforms. Matplotlib can be used in Python scripts, the…

python-matplotlib-venn 0.11.5

This package provides tools for plotting area-proportional two- and three-way Venn diagrams in `matplotlib'. …

python-matrix-synapse-ldap3 0.1.4

This package allows Synapse to use LDAP as a password provider. This lets users log in to Synapse with their username and password from an LDAP server. …

python-maxminddb 1.5.1

MaxMind DB is a binary file format that stores data indexed by IP address subnets (IPv4 or IPv6). This is a Python module for reading MaxMind DB files. …

python-mccabe 0.6.1

This package provides a Flake8 plug-in to compute the McCabe cyclomatic complexity of Python source code. …

python-mccabe 0.2.1

This package provides a Flake8 plug-in to compute the McCabe cyclomatic complexity of Python source code. …

python-mcuboot-imgtool 1.4.0

MCUboot is a secure bootloader for 32-bit MCUs. This package provides a tool to securely sign firmware images for booting by MCUboot. …

python-mechanicalsoup 0.11.0

MechanicalSoup is a Python library for automating interaction with websites. It automatically stores and sends cookies, follows redirects, and can follow links and submit forms. It doesn’t do JavaScript. …

python-mechanize 0.4.5

Mechanize implements stateful programmatic web browsing in Python, after Andy Lester’s Perl module WWW::Mechanize. …

python-memcached 1.59

This software is a pure Python interface to the memcached memory cache daemon. It is the client side software which allows storing values in one or more, possibly remote, memcached servers. …

python-mimeparse 1.6.0

Mimeparse provides basic functions for parsing MIME type names and matching them against a list of media-ranges. …

python-miniboa 1.0.7

Miniboa is a simple, asynchronous, single-threaded, poll-based Telnet server. …

python-minimal 3.8.2

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

python-minimal-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-minimock 1.2.8

MiniMock is a simple library for building mock objects with doctest. …

python-misaka 2.1.1

`Misaka' is a CFFI-based binding for `Hoedown', a fast markdown processing library written in C. It features a fast HTML renderer and functionality to make custom renderers (e.g. man pages…

python-mistune 0.8.4

This package provides a fast markdown parser in pure Python. …

python-mnemonic 0.19

`mnemonic' is a library that provides an implementation of Bitcoin BIP-0039. …

python-mock 3.0.5

Mock is a library for testing in Python. It allows you to replace parts of your system under test with mock objects and make assertions about how they have been used. …

python-monotonic 1.5

This module provides a `monotonic()' function which returns the value (in fractional seconds) of a clock which never goes backwards. …

python-more-itertools 8.2.0

Python's built-in `itertools' module implements a number of iterator building blocks inspired by constructs from APL, Haskell, and SML. `more-itertools' includes additional building blocks for working with iterables. …

python-mox3 0.24.0

Mox3 is an unofficial port of the Google mox framework (https://code.google.com/p/pymox/) to Python 3. It was meant to be as compatible with mox as possible, but small enhancements have been made. …

python-mpd2 0.5.5

Python-mpd2 is a Python library which provides a client interface for the Music Player Daemon. …

python-mpi4py 3.0.3

MPI for Python (mpi4py) provides bindings of the Message Passing Interface (MPI) standard for the Python programming language, allowing any Python program to exploit multiple processors. mpi4py is constructed on top of the…

python-mpmath 0.19

`mpmath' can be used as an arbitrary-precision substitute for Python's float/complex types and math/cmath modules, but also does much more advanced mathematics. …

python-msgpack 1.0.0

MessagePack is a fast, compact binary serialization format, suitable for similar data to JSON. This package provides CPython bindings for reading and writing MessagePack data. …

python-msgpack-numpy 0.4.6.post0

This package provides encoding and decoding routines that enable the serialization and deserialization of numerical and array data types provided by numpy using the highly efficient `msgpack' format. Serialization of Python's native…

python-msgpack-python 0.5.6

MessagePack is an efficient binary serialization format. It lets you exchange data among multiple languages like JSON. But it's faster and smaller. Small integers are encoded into a single…

python-msgpack-transitional 0.5.6

MessagePack is a fast, compact binary serialization format, suitable for similar data to JSON. This package provides CPython bindings for reading and writing MessagePack data. …

python-mujson 1.4

This packages selects the fastest JSON functions available at import time. …

python-multidict 4.7.5

Multidict is dict-like collection of key-value pairs where key might be occurred more than once in the container. …

python-multiprocess 0.70.9

This package is a fork of the multiprocessing Python package, a package which supports the spawning of processes using the API of the standard library's `threading' module. …

python-munch 2.0.4

Munch is a dot-accessible dictionary similar to JavaScript objects. …

python-munkres 1.0.8

The Munkres module provides an implementation of the Munkres algorithm (also called the Hungarian algorithm or the Kuhn-Munkres algorithm), useful for solving the Assignment Problem. …

python-musicbrainzngs 0.6

Musicbrainzngs implements Python bindings of the MusicBrainz web service. This library can be used to retrieve music metadata from the MusicBrainz database. …

python-mutagen 1.38

Mutagen is a Python module to handle audio metadata. It supports ASF, FLAC, M4A, Monkey’s Audio, MP3, Musepack, Ogg FLAC, Ogg Speex, Ogg Theora, Ogg Vorbis, True Audio, WavPack and OptimFROG…

python-mwclient 0.10.1

This package provides a MediaWiki API client. …

python-mygpoclient 1.8

`mygpoclient' provides an easy and structured way to access the `https://gpodder.net' web services. In addition to subscription list synchronization and storage, the API supports uploading and downloading episode status changes. …

python-mypy 0.782

Mypy is an optional static type checker for Python that aims to combine the benefits of dynamic (or 'duck') typing and static typing. Mypy combines the expressive power and convenience of…

python-mypy-extensions 0.4.3

The `python-mypy-extensions' module defines experimental extensions to the standard `typing' module that are supported by the MyPy typechecker. …

python-mysqlclient 1.3.13

MySQLdb is an interface to the popular MySQL database server for Python. The design goals are: 1. Compliance with Python database API version 2.0 [PEP-0249], 2. Thread-safety, …

python-natsort 7.0.1

Natsort lets you apply natural sorting on lists instead of lexicographical. If you use the built-in `sorted' method in python on a list such as `[`a20', `a9', `a1', `a4', `a10']', it…

python-nautilus 0.4.9

Nautilus is a framework for flux based microservices that looks to provide extendible implementations of common aspects of a cloud so that you can focus on building massively scalable web applications. …

python-nbconvert 5.0.0b1

The `nbconvert' tool, {jupyter nbconvert …

python-nbformat 4.4.0

This package provides the reference implementation of the Jupyter Notebook format and Python APIs for working with notebooks. …

python-nbval 0.9.5

This plugin adds functionality to Pytest to recognise and collect Jupyter notebooks. The intended purpose of the tests is to determine whether execution of the stored inputs match the stored outputs…

python-nbxmpp 0.6.10

The goal of this python library is to provide a way for Python applications to use Jabber/XMPP networks in a non-blocking way. This library was initially a fork of xmpppy, but…

python-ndg-httpsclient 0.5.1

This is a HTTPS client implementation for httplib and urllib2 based on PyOpenSSL. PyOpenSSL provides a more fully-featured SSL implementation over the default provided with Python and, importantly, enables full verification…

python-netaddr 0.7.19

A Python library for representing and manipulating IPv4, IPv6, CIDR, EUI and MAC network addresses. …

python-netcdf4 1.5.3

Netcdf4-python is a Python interface to the netCDF C library. netCDF version 4 has many features not found in earlier versions of the library and is implemented on top of HDF5.…

python-netifaces 0.10.9

Netifaces is a Python module providing information on network interfaces in an easy and portable manner. …

python-networkx 2.4

NetworkX is a Python package for the creation, manipulation, and study of the structure, dynamics, and functions of complex networks. …

python-nltk 3.2.1

It provides interfaces to over 50 corpora and lexical resources such as WordNet, along with a suite of text processing libraries for classification, tokenization, stemming, tagging, parsing, and semantic reasoning, wrappers for natural…

python-nodeenv 1.4.0

Nodeenv (node.js virtual environment) is a tool to create isolated node.js environments. It creates an environment that has its own installation directories, that doesn't share libraries with other node.js virtual environments. …

python-nose 1.3.7

Nose extends the unittest library to make testing easier. …

python-nose-random 1.0.0

Python nose-random is designed to facilitate Monte-Carlo style unit testing. The idea is to improve testing by running your code against a large number of randomly generated input scenarios. …

python-nose-randomly 1.2.6

This is a `Nose' plugin to randomly order tests which can be quite powerful in discovering hidden flaws in the tests themselves, while helping to reduce inter-test dependencies. It also helps…

python-nose-timer 0.7.5

Shows how much time was needed to run individual tests. …

python-nose2 0.9.2

Nose2 is the next generation of nicer testing for Python, based on the plugins branch of unittest2. Nose2 aims to improve on nose by providing a better plugin api, being easier…

python-nosexcover 1.0.11

Nose-xcover is a companion to the built-in `nose.plugins.cover'. This plugin will write out an XML coverage report to a file named coverage.xml. It will honor all the options you pass to…

python-notebook 5.7.4

The Jupyter HTML notebook is a web-based notebook environment for interactive computing. …

python-notify2 0.3.1

Pynotify2 provides a Python interface for sending D-Bus notifications. It is a reimplementation of pynotify in pure Python, and an alternative to the GObject Introspection bindings to libnotify for non-GTK applications. …

python-notmuch 0.29.3

This package provides Python bindings to use the Notmuch mail indexing and search library. …

python-ntlm-auth 1.4.0

This library handles the low-level details of NTLM authentication for use in authenticating with a service that uses NTLM. It will create and parse the 3 different message types in the…

python-numba 0.46.0

Numba gives you the power to speed up your applications with high performance functions written directly in Python. With a few annotations, array-oriented and math-heavy Python code can be just-in-time compiled…

python-numcodecs 0.6.4

This Python package provides buffer compression and transformation codecs for use in data storage and communication applications. …

python-numexpr 2.6.5

Numexpr is a fast numerical expression evaluator for NumPy. With it, expressions that operate on arrays are accelerated and use less memory than doing the same calculation in Python. In…

python-numpy 1.17.3

NumPy is the fundamental package for scientific computing with Python. It contains among other things: a powerful N-dimensional array object, sophisticated (broadcasting) functions, tools for integrating C/C++ and Fortran code, useful linear…

python-numpy-documentation 1.17.3

NumPy is the fundamental package for scientific computing with Python. It contains among other things: a powerful N-dimensional array object, sophisticated (broadcasting) functions, tools for integrating C/C++ and Fortran code, useful linear…

python-numpydoc 0.8.0

Sphinx extension to support docstrings in Numpy format. …

python-oauth2client 4.0.0

`python-oauth2client' provides an OAuth 2.0 client library for Python …

python-oauthlib 3.0.1

Oauthlib is a generic, spec-compliant, thorough implementation of the OAuth request-signing logic. …

python-objgraph 3.4.1

This package provides tools to draw Python object reference graphs with graphviz. …

python-odfpy 1.4.1

Collection of libraries and utility programs written in Python to manipulate OpenDocument 1.2 files. …

python-olefile 0.46

`olefile' can parse, read and write Microsoft OLE2 files (Structured Storage or Compound Document, Microsoft Office). It is an improved version of the OleFileIO module from PIL, the Python Image Library. …

python-on-guile 1.2.3.5

This package allows you to compile a Guile Python file to any target from `tree-il'. …

python-onetimepass 1.0.1

Python one-time password library for HMAC-based (HOTP) and time-based (TOTP) passwords. …

python-onnx 1.7.0

Open Neural Network Exchange (ONNX) provides an open source format for AI models, both deep learning and traditional ML. It defines an extensible computation graph model, as well as definitions of…

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