This package contains type stubs and a mypy plugin to provide more precise static types and type inference for SQLAlchemy framework.
Path-and-address resolves ambiguities of command-line interfaces, inferring which argument is the path, and which is the address.
The property-manager
package defines several custom property variants for Python programming including required properties, writable properties, cached properties, etc.
The Oslo Concurrency Library provides utilities for safely running multi-thread, multi-process applications using locking mechanisms and for running external processes.
This package provides a wrapper around NumPy
and other array libraries to make them compatible with the Array API standard
This package contains typing stubs for simplejson
, a very small subset the Python stubs contained in the complete simplejson
collection.
The jupyterlite-core package provides the core functionality for building JupyterLite websites, the jupyter-lite CLI, and extension points for authoring custom addons.
The pytest-freezegun
plugin wraps tests and fixtures with freeze_time
, which controls (i.e., freeze) the time seen by the test.
This library exists to allow connecting with Happy Eyeballs (RFC 8305) when you already have a list of addrinfo
and not a DNS name.
The zope.deprecation
module provides a function for marking modules, classes, functions, methods and properties as deprecated, displaying warnings when usaged in application code.
This package lets you watch a Sphinx directory and rebuild the documentation when a change is detected. It also includes a livereload enabled web server.
Pytest is a testing tool that provides auto-discovery of test modules and functions, detailed info on failing assert statements, modular fixtures, and many external plugins.
Sortedm2m is a drop-in replacement for django's own ManyToManyField. The provided SortedManyToManyField behaves like the original one but remembers the order of added relations.
This is a Python package offering a number of re-sampling techniques commonly used in datasets showing strong between-class imbalance. It is compatible with scikit-learn
.
This package provides a sphinx extension designed to facilitate rendering changelogs into your sphinx documentation. Currently this supports towncrier
and inclusion of a ReST
changelog file.
This package provides ASDF schemas for validating World Coordinate System (WCS) tags. Users should not need to install this directly; instead, install an implementation package such as gwcs.
This package provides a simple pytest plugin that provides some helpful fixtures for testing Tornado (version 5.0 or newer) apps and easy handling of plain (undecoratored) native coroutine tests.
xyzservices
is a lightweight library providing a repository of available XYZ services offering raster basemap tiles. The repository is provided via Python API and as a compressed JSON file.
This library implements the JSON-RPC v2.0 specification (backwards-compatible) as a client library for Python. This version is a fork of jsonrpclib by Josh Marshall, usable with Pelix remote services.
Orbax is a namespace providing common utility libraries for JAX users. Orbax also includes a serialization library for JAX users, enabling the exporting of JAX models to the TensorFlow SavedModel format.
This package provides a plugin for the pytest framework that allows developers to detect whether any file handles or other file-like objects were inadvertently left open at the end of a unit test.
This is a py.test plugin to facilitate the generation and comparison of data arrays produced during tests, in particular in cases where the arrays are too large to conveniently hard-code them in the tests.
This package contains a library for ordered multivalue dictionaries. A multivalue dictionary is a dictionary that can store multiple values for the same key. An ordered multivalue dictionary is a multivalue dictionary that retains the order of insertions and deletions.
stsci.imagestats
is a package designed to compute various statistics on image data using sigma-clipping iterations. It is designed to replicate core behaviour of the IRAF's imstatistics task.