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.
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.
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.
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.
This is a pytest plugin, that enables you to test your code that relies on a running PostgreSQL Database. It allows you to specify fixtures for PostgreSQL process and client.
This package provides a list of user agents, from a collection of more than 326,000 known user-agents. Users can pick a random one, or select one based on filters.
This Python module provides an implementation of the Itanium C++ ABI symbol mangling language. The demangler generates an abstract syntax tree from mangled symbols, which can be used for directly extracting type information.
This library was lifted from elasticsearch-py and then transformed to be used across all Elastic services rather than only Elasticsearch. It provides transport classes and utilities shared among Python Elastic client libraries.
This pytest plugin manages dependencies of tests. It allows to mark some tests as dependent from other tests. These tests will then be skipped if any of the dependencies did fail or has been skipped.
The extension-helpers package includes convenience helpers to assist with building Python packages with compiled C/Cython extensions. It is developed by the Astropy project but is intended to be general and usable by any Python package.