This package provides a tokenizer/parser/executor for the PartiQL language, in Python.
This package provides a small sphinx extension to add "copy" buttons to code blocks.
Package installed with dash[testing] for optional loading of pytest dash plugin.
This package is here for bootstrapping purposes only. Use the regular python-subunit package instead.
Django-extensions extends Django providing, for example, management commands, additional database fields and admin extensions.
This is a toolbelt of useful classes and functions to be used with python-requests.
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.
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.
Provides support for adding authentication to services using the Tornado web framework, either via the basic or digest authentication schemes.
This library defines common helpers (e.g. base Client
classes) used by all of the google-cloud-*
packages.
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.
This library provides a filter for the logging
module from the Python standard library which allows removing duplicate log messages.
Requests-OAuthlib uses the Python Requests and OAuthlib libraries to provide an easy-to-use Python interface for building OAuth1 and OAuth2 clients.
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.