python-prefixed
provides an alternative implementation of the built-in float which supports formatted output with SI (decimal) and IEC (binary) prefixes.
unicode
is a command-line utility that displays properties for a given unicode character, or searches unicode database for a given name.
Hyperopt is a Python library for serial and parallel optimization over awkward search spaces, which may include real-valued, discrete, and conditional dimensions.
Priority is a pure-Python implementation of the priority logic for HTTP/2, set out in RFC 7540 Section 5.3 (Stream Priority).
Cssutils is a Python package for parsing and building CSS Cascading Style Sheets. Currently it provides a DOM only and no rendering options.
This package provides a debug print command and other development tools. It adds a simple and readable way to print stuff during development.
perfplot
extends Python's timeit by testing snippets with input parameters (e.g., the size of an array) and plotting the results.
filelock
contains a single module implementing a platform independent file lock in Python, which provides a simple way of inter-process communication.
clrprint
is developed to print colorful output in the terminal. It has red, blue, green, yellow, purple and black/white (default) colors.
The concurrent.futures module provides a high-level interface for asynchronously executing callables. This package backports the concurrent.futures package from Python 3.2
wiimatch
is a package that provides core computational algorithms for optimal matching
of weighted N-dimensional image intensity data using (multivariate) polynomials.
Pypairix is a Python module for fast querying on a pairix-indexed bgzipped text file that contains a pair of genomic coordinates per line.
PyOpenGL is the most common cross platform Python binding to OpenGL and related APIs. The binding is created using the standard ctypes
library.
This package provides tools for computing deep differences and searching of any Python object/data. Recreate objects by adding adding deltas to each other.
Clickgen is an API for building X11 and Windows cursors from .png files. clickgen is using anicursorgen
and xcursorgen
under the hood.
This Python module attempts to make it easier to generate HTML/XML from a Python program in an intuitive, lightweight, customizable and pythonic way.
This package provides a utility that helps with local TCP ports management. It can find an unused TCP localhost port and remember the association.
This package provides a library in order to support the MPSSE (Multi-Protocol Synchronous Serial Engine) adapter by FTDI that can do SPI, I2C, JTAG.
This is a python extension which provides string comparison and matching functions from Atheme. They are hand-optimized for high performance when matching IRC hostmasks.
This is a modular Python implementation of t-Distributed Stochastic Neighbor Embedding (t-SNE), a popular dimensionality-reduction algorithm for visualizing high-dimensional data sets.
This module contains classes for the object model defined by the Static Analysis Results Interchange Format (SARIF) file format.
This package provides a utility that helps with local TCP ports management. It can find an unused TCP localhost port and remember the association.
This package provides a Python module that displays numbers and dates in "human readable" forms. For example, it would display "12345591313" as "12.3 billion".
This Python library provides a programming interface to, given a set of safe characters and an escape character, escape safe strings and unescape the result.