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 package provides a module to obtain and visualize k-vector coefficients and obtain band paths in the Brillouin zone of crystal structures.
MNE-BIDS is a Python package that allows you to read and write BIDS-compatible datasets with the help of MNE-Python.
The concurrent.futures module provides a high-level interface for asynchronously executing callables. This package backports the concurrent.futures package from Python 3.2
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 package provides a rewrite of the builtin doctest module which leverages the Python AST instead of REGEXPs.
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.
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 is a Python audio tagging library. It is cross-platform, works with all Python versions, and is very simple to use yet fully featured.
Particle provides a pythonic interface to the Particle Data Group (PDG) particle data tables and particle identification codes, with extended particle information and extra goodies.
heapdict implements the MutableMapping ABC, meaning it works pretty much like a regular Python dict. It’s designed to be used as a priority queue.
This package provides a way to monitor file system events such as a file modification and trigger an action. This is similar to inotify, but portable.
AsyncSSH is a Python package which provides an asynchronous client and server implementation of the SSHv2 protocol on top of the Python 3.6+ asyncio framework.
This module contains classes for the object model defined by the Static Analysis Results Interchange Format (SARIF) file format.
This package lets you validate CloudFormation YAML/JSON templates against the CloudFormation spec and additional checks. Includes checking valid values for resource properties and best practices.
Selenium enables web browser automation. It specifically provides infrastructure for the W3C WebDriver specification — a platform and language-neutral coding interface compatible with all major web browsers.
CherryPy is a pythonic, object-oriented web framework. It helps in building web applications in the same way any other object-oriented Python program would be built.