This Python module defines a tiny language to evaluate and compare license expressions using boolean logic. Logical combinations of licenses can be tested for equality, containment, and equivalence. They can be normalised and simplified. It supports SPDX license expressions as well as other naming conventions and aliases in the same expression.
The Python requests library bundles the urllib3 library, however, some software distributions modify requests to remove the bundled library. This makes some operations difficult, such as suppressing the “insecure platform warning” messages that urllib emits. This package is a simple library to find the correct path to exceptions in the requests library regardless of whether they are bundled or not.
fastapi-pagination is a Python library designed to simplify pagination in FastAPI applications. It provides a set of utility functions and data models to help you paginate your database queries and return paginated responses to your clients.
This package, as opposed to python-fastapi-pagination-minimal, depends on all available optional dependencies supported by mainline fastapi-pagination.
HTTP Core provides a minimal and low-level HTTP client, which does one thing only: send HTTP requests.
Some things HTTP Core does do:
Sending HTTP requests.
Provides both sync and async interfaces.
Supports HTTP/1.1 and HTTP/2.
Async backend support for asyncio and trio.
Automatic connection pooling.
HTTP(S) proxy support.
cmsis-pack-manager is a Python module, Rust crate and command line utility for managing current device information that is stored in many Common Microcontroller Software Interface Standard PACKs. Users of cmsis-pack-manager may query for information such as processor type, flash algorithm and memory layout information in a Python program or through the command line utility, pack-manager, provided as part of this module.
importlib_metadata is a library which provides an API for accessing an installed Python package's metadata, such as its entry points or its top-level name. This functionality intends to replace most uses of pkg_resources entry point API and metadata API. Along with importlib.resources in Python 3.7 and newer, this can eliminate the need to use the older and less efficient pkg_resources package.
This package provides models and classes to supplement the standard library collections module. Examples include
RangeMap: A mapping that accepts a range of values for keys.
Projection: A subset over an existing mapping.
KeyTransformingDict: Generalized mapping with keys transformed by a function.
FoldedCaseKeyedDict: A dict whose string keys are case-insensitive.
BijectiveMap: A map where keys map to values and values back to their keys.
ItemsAsAttributes: A mapping mix-in exposing items as attributes.
IdentityOverrideMap: A map whose keys map by default to themselves unless overridden.
FrozenDict: A hashable, immutable map.
Enumeration: An object whose keys are enumerated.
Everything: A container that contains all things.
Least, Greatest: Objects that are always less than or greater than any other.
pop_all: Return all items from the mutable sequence and remove them from that sequence.
DictStack: A stack of dicts, great for sharing scopes.
WeightedLookup: A specialized RangeMap for selecting an item by weights.
Python library for OnlyKey with Solo FIDO2
This package provides an API wrapper for programmatic management of PythonAnywhere services.
Object life-cycle events.
Common library for sending telemetry.
This package provides the IPython kernel for Jupyter.
Build contrasts for models defined with formulaic.
Documentation at https://melpa.org/#/python-switch-quotes
Documentation at https://melpa.org/#/evil-python-movement
This is the Cython-coded accelerator module for PyOpenGL.
This package provides a Sphinx Extension to generate OG metadata.
This application provides simple, extensible contact-form functionality for Django sites.
This package provides a pytest plugin for writing tests for mypy plugins.
This package provides the complete NumPy documentation in the Texinfo, and HTML formats.
This package provides a Bootstrap-based Sphinx theme from the PyData community.
This package provides a helper to navigate batched results in a web page.
This package extends click.Group to invoke a command without explicit subcommand name.
This package provides a flake8 extension that checks for blind except: statements.