This package provides a decorator that raises an error when an operation takes longer than expected.
PyTorch Lightning is just organized PyTorch; Lightning disentangles PyTorch code to decouple the science from the engineering.
This package provides a library used by various Pylons project packages for internationalization (i18n) duties related to translation.
This package provides a Markdown paragraph wrapper using Unicode Line Breaking Algorithm written in Rust with Python bindings.
Pydantic Settings provides optional Pydantic features for loading a settings or config class from environment variables or secrets files.
Pluggy is an extraction of the plugin manager as used by Pytest but stripped of Pytest specific details.
Provides a backport of Python's StrEnum class which was introduced in Python 3.11 for Python >=3.8.6.
This flake8 plugin helps you keep up with method deprecations by providing hints about what deprecated methods should be replaced with.
This library defines common helpers (e.g. base Client classes) used by all of the google-cloud-* packages.
Provides support for adding authentication to services using the Tornado web framework, either via the basic or digest authentication schemes.
Tools and API for translation and localization engineering. It contains several utilities, as well as an API for building localization tools.
Boolean operations on paths which uses a super fast polygon clipper library by Angus Johnson.
abjad-ext-rmakers includes a collection of classes for creating and and manipulating rhythms such as accelerandi, taleas, and more.
This package provides a library which is able to parse dependency groups (PEP 735), following includes, and provide that data as output.
This library provides a filter for the logging module from the Python standard library which allows removing duplicate log messages.
This package provides a set of scikit-learn-style transformers for encoding categorical variables into numeric by means of different techniques.
Python package of utility functions that are useful in analyzing various datasets, in particular, catalogs of particles or galaxies/halos from cosmological simulations.
Requests-OAuthlib uses the Python Requests and OAuthlib libraries to provide an easy-to-use Python interface for building OAuth1 and OAuth2 clients.
Universal Pathlib is a Python library that extends the pathlib.Path API to support a variety of backend filesystems via filesystem_spec.
This package provides tools to help build and install Jupyter Python packages that require a pre-build step that may include JavaScript build steps.
This package provides a plugin for the Pytest framework that allows developers to control unit tests that require access to data from the internet.
Django Compressor combines and compresses linked and inline Javascript or CSS in a Django templates into cacheable static files by using the compress template tag.
PyG is a library built upon PyTorch to easily write and train Graph Neural Networks for a wide range of applications related to structured data.
Lazy object proxy is an object that wraps a callable but defers the call until the object is actually required, and caches the result of said call.