pykdtree is a kd-tree implementation for fast nearest neighbour search in Python.
Pystache is a Python implementation of the framework agnostic, logic-free templating system Mustache.
This package provides a library and command-line tool for generating Github-style badges
This package is a toolbox for optimization on Riemannian manifolds with support for automatic differentiation.
PyOpenCL lets you access parallel computing devices such as GPUs from Python via OpenCL.
Pydantic enforces type hints at runtime, and provides user friendly errors when data is invalid.
Pydantic enforces type hints at runtime, and provides user friendly errors when data is invalid.
Librairies for Multivariate Data Analysis and Dimensionality Reduction for very large datasets.
Python module to query and edit data stored in a NetBox instance.
This package provides a BK-tree data structure to allow fast querying of close matches in Python.
Pyqrcode is a QR code generator written purely in Python with SVG, EPS, PNG and terminal output.
pyscroll is a simple and fast module for animated scrolling maps for your new or existing game.
This package provides python-pybadges: a library and command-line tool for generating Github-style badges as SVG images.
pyEDFlib is a Python library to read/write EDF+/BDF+ files based on EDFlib. EDF means European Data Format
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 is a Python audio tagging library. It is cross-platform, works with all Python versions, and is very simple to use yet fully featured.
This library allows managing GitHub resources such as repositories, user profiles, and organizations in your Python applications, using version 3 of the GitHub application programming interface (API).
PyTensor is a Python library that allows one to define, optimize, and efficiently evaluate mathematical expressions involving multi-dimensional arrays. It is a fork of the Aesara library.
This Python extension module manipulates the POSIX.1e ACLs available on many file systems. These allow more fine-grained access control than traditional user/group permissions.
PyMsgBox is a simple, cross-platform, pure Python module for JavaScript-like message boxes. Types of dialog boxes include:
alert
confirm
prompt
password
pyserial provide serial port bindings for Python. It supports different byte sizes, stop bits, parity and flow control with RTS/CTS and/or Xon/Xoff. The port is accessed in RAW mode.
The pyspnego Python library handles Negotiate, NTLM, Kerberos (SPNEGO) and CredSSP authentication. It also includes a packet parser that can be used to decode raw NTLM/SPNEGO/Kerberos tokens into a human readable format.
PyMCubes is an implementation of the marching cubes algorithm to extract iso-surfaces from volumetric data. The volumetric data can be given as a three-dimensional NumPy array or as a Python function f(x, y, z).