Blinker provides a fast dispatching system that allows any number of interested parties to subscribe to events, or "signals".
GetDist is a Python package for analysing Monte Carlo samples, including correlated samples from Markov Chain Monte Carlo (MCMC).
The package enables you to embed Python code in LaTeX, and insert the script's output in the document.
esptool.py
is a Python-based utility to communicate with the ROM bootloader in Espressif ESP8266 & ESP32 series chips.
This package provides a library for replying fake data to Python software under test, when they make an HTTP query.
This Python module can read, write crontab files, and access the system cron automatically and simply using a direct API.
This Python module lets you correctly generate plurals, singular nouns, ordinals, indefinite articles; it also can convert numbers to words.
This package provides Python bindings and utilities for GeoJSON, a format for encoding geographic data structures.
This package provides Python bindings and utilities for GeoJSON, a format for encoding geographic data structures.
logzero
provides a fully configured Python logger object for easy logging and rotating to a console or a file.
This package is an extension to reStructuredText and Sphinx to be able to read and render the Doxygen xml output.
Leather is a Python charting library for those who need charts now and don't care if they're perfect.
DOLFINx is the computational environment of FEniCSx and implements the FEniCS Problem Solving Environment in C++ and Python.
This is a Python library for time series data mining. It provides tools for time series classification, clustering and forecasting.
Hdlmake helps manage and share HDL code by automatically finding file dependencies, writing synthesis and simulation Makefiles.
StrEnum is a Python enum.Enum
that inherits from str
to complement enum.IntEnum
in the standard library.
Shapely is a Python package for manipulation and analysis of planar geometric objects. It is based on the GEOS
library.
makefun
helps create functions dynamically with a given signature. It was largely inspired by python-decorator
and functools
.
Manhole is in-process service that will accept unix domain socket connections and present thestacktraces for all threads and an interactive prompt.
SNCosmo is a Python library for supernova cosmology analysis. It aims to make such analysis both as flexible and clear as possible.
PyMySQL is a pure-Python MySQL client library, based on PEP 249. Most public APIs are compatible with mysqlclient
and MySQLdb.
Python-hiredis is a python extension that wraps protocol parsing code in hiredis. It primarily speeds up parsing of multi bulk replies.
Certifi is a Python library that contains a CA certificate bundle, which is used by the Requests library to verify HTTPS requests.
This package detects which async library a program is running under. It supports multiple async I/O packages, like Trio, and asyncio.