This is a Python implementation of the APTED algorithm,which supersedes the RTED algorithm for computing the tree edit distance.
pydub makes it easy to manipulate audio in Python. It relies on ffmpeg to open various audio formats.
Grako takes a grammar in a variation of EBNF as input, and outputs a memoizing PEG/Packrat parser in Python.
This package provides a Python wrapper for Ofir Pele and Michael Werman's implementation of the Earth Mover's Distance.
The aenum library includes an Enum base class, a metaclass-based NamedTuple implementation and a NamedConstant class.
This package provides a Python library implementing the DICS beamformer for connectivity analysis and power mapping on the cortex.
Boule is Python library for representing reference ellipsoids geometrically, calculating their gravity fields, and performing some global coordinate conversions.
STWCS provides support for WCS distortion models and coordinate transformation for the imaging instruments on the Hubble Space Telescope).
This package provides a convenient interface to minimap2, a fast and accurate C program to align genomic and transcribe nucleotide sequences.
SALib provides tools for global sensitivity analysis. It contains Sobol', Morris, FAST, DGSM, PAWN, HDMR, Moment Independent and fractional factorial methods.
This module contains a pure-Python HTTP/2 header encoding (HPACK) logic for use in Python programs that implement HTTP/2.
python-style is a simple terminal string styling package. Its API is a port of the chalk package for javascript.
This package is a wrapper around argparse, allowing you to write complete CLI applications in seconds while maintaining all the flexibility.
This package provides a Python library and a command-line interface utility to parse HJSON) documents.
This package provides a pathlib-compatible Zipfile object wrapper. It provides a backport of the Path object.
Faiss is a library for efficient similarity search and clustering of dense vectors. This package provides Python bindings to the Faiss library.
This package provides a Python library to access I2C and SMBus devices on Linux.
phply is a parser for the PHP programming language written using PLY,a Lex/YACC-style parser generator toolkit for Python.
This package provides a PyQt/PySide compatibility layer. More precisely, it provides compatibility for the following modules: PyQt4, PyQt5, PyQt6, PySide, PySide2.
attrs is a Python package with class decorators that ease the chores of implementing the most common attribute-related object protocols.
Arrow is a Python library to creating, manipulating, formatting and converting dates, times, and timestamps. It implements and updates the datetime type.
pyKML is a Python package for creating, parsing, manipulating, and validating KML, a language for encoding and annotating geographic data.
MRIQC extracts no-reference image quality metrics from structural (T1w and T2w), functional and diffusion MRI data.
dnaio is a Python library for fast parsing of FASTQ and also FASTA files. The code was previously part of the cutadapt tool.