Androguard is a full Python tool to manipulate Android files. It is useful for reverse engineering, analysis of Android applications and more.
ASTROALIGN is a python module that will try to align two stellar astronomical images, especially when there is no WCS information available.
Constantly is a Python library that provides symbolic constant support. It includes collections and constants with text, numeric, and bit flag values.
txredisapi is a non-blocking client driver for the Redis database, written in Python. It uses Twisted for asynchronous communication with Redis.
This package contains typing stubs for TOML, a very small subset the Python stubs contained in the complete typeshed collection.
This package provides a lazy-loading, fancy-sliceable iterable. Think of it like a generator that is "reusable" and has a length.
This module provides various memoizing collections and decorators, including variants of the Python standard library's lru_cache function decorator.
This package contains typing stubs for tqdm, a very small subset the Python stubs contained in the complete tqdm collection.
Astroquery is a package that contains a collection of tools to access online Astronomical data. Each web service has its own sub-package.
The oslo.utils library provides support for common utility type functions, such as encoding, exception handling, string manipulation, and time handling.
pytest_mpi is a plugin for pytest providing some useful tools when running tests under MPI, and testing MPI-related code.
This project provides a typed parser. It was started as part of Pint, the Python units package.
This package provides an AST unparser for Python. It is a factored out version of unparse found in the Python source distribution.
This package contains typing stubs for pytz, a very small subset the Python stubs contained in the complete typeshed collection.
Universal feed parser which handles RSS 0.9x, RSS 1.0, RSS 2.0, CDF, Atom 0.3, and Atom 1.0 feeds.
This package provides a lightweight wrapper around the sqlite3 database with a simple, Pythonic dict-like interface and support for multi-thread access.
This package provides a machine learning library of popular datasets, model architectures, and common transformations to apply python-pytorch in the audio domain.
frozenlist.FrozenList is a list-like structure which implements collections.abc.MutableSequence. It can be made immutable by calling FrozenList.freeze.
Python bindings for ManimPango which is a C binding for Pango, using Cython.
ManimPango is internally used in Manim to render (non-LaTeX) text.
ARG-Needle is an algorithm to reconstruct the genealogical history (ancestral recombination graph, ARG) of large collections of sequenced or genotyped genomes.
This package provides an Updated and improved version of the Sparse Lens Inversion Technique, developed within the framework of lens modelling software lenstronomy.
The hyperkitty Django app provides a web user interface to access GNU Mailman3 archives, and manage it. This interface uses django, and requires some configuration.
isrcsubmit is a tool to extract International Standard Recording Code (ISRCs) from audio CDs and submit them to MusicBrainz.
An immutable mapping type for Python. The underlying datastructure is a Hash Array Mapped Trie (HAMT) used in Clojure, Scala, Haskell, and other functional languages.