Applications
Libraries
Artifacts
Stacks
Dashboard
Documentation
SBOM viewer
Status page
Contact us
Legal
Examples: aiohttp, comm, docker
Provides bidirectional conversion between WSGI and ASGI web applications, allowing developers to gradually migrate between...
Abseil Python Common Libraries provide a set of utilities to simplify development. These libraries include features for...
The ADAL for Python library simplifies authentication to Azure Active Directory (AAD) for Python applications, enabling access...
Provides a filesystem interface for Azure Blob and Data Lake Storage Gen2. It features pythonic implementations that use the...
Offers an asynchronous client for Amazon Web Services by leveraging botocore and aiohttp. It provides a full-featured async...
Supports asynchronous local disk file operations within asyncio applications. It provides async versions of file objects that...
Happy Eyeballs algorithm implementation for asyncio to improve network connection performance by quickly switching between IPv4...
Async HTTP client and server framework built on asyncio, enabling robust, scalable, concurrent network applications. Supports...
Acts as a specialized connector for interacting with ASGI applications directly. It allows for seamless communication between...
Implements a straightforward retry client for aiohttp requests. It supports multiple backoff strategies such as exponential,...
Delivers asynchronous implementations of standard itertools and builtins for use with asyncio and mixed-type iterables. It...
Manage a list of registered asynchronous callbacks for Python applications, enabling efficient signal-slot mechanisms in an...
Bridges the standard sqlite3 module with asyncio to provide a non-blocking interface for SQLite databases. It replicates...
Serves as a clean, responsive, and highly configurable theme for the Sphinx documentation system. It focuses on visual...
A database migration tool for SQLAlchemy that emits ALTER statements to change table structures and provides a system for...
Enables declarative statistical visualizations based on the Vega-Lite specification. It allows users to create complex...
Python graph (network) package offering BFS and DFS traversals, topological sort, shortest paths, and Graphviz output....
Provides a low-level client for the Advanced Message Queuing Protocol. Maintained as a fork of amqplib, it serves as a pure...
Document parameters, class attributes, return types, and variables inline using Annotated for clear documentation. This tool...
Provides reusable constraint types for use with typing.Annotated to enhance type annotations in Python code, featuring...
The official Python library for accessing the Claude API provided by Anthropic, enabling integration of AI capabilities into...
Supplies the necessary runtime components for running parsers generated by ANTLR 4 in Python 3. It supports the execution of...
High-level concurrency and networking framework on top of asyncio or Trio, providing robust testing and comprehensive code...
Provides a Python library to interact with Apache BookKeeper, enabling reliable storage of ordered streams of data. Compatible...
tvm ffi provides a foreign function interface for machine learning inference, enabling efficient execution of models on various...
Determines appropriate platform-specific directories for storing user data, configuration, cache, and log files. It ensures...
Bash tab completion for argparse to enhance command-line argument management in Python applications using bash or zsh shells....
Argon2 for Python provides a simple way to hash passwords securely using Argon2, which won the Password Hashing Competition....
Low-level CFFI bindings for Argon2 providing password hashing and security features without external dependencies, offering...
Define your command line interface (CLI) from a docstring using argopt, which bridges docopt and argparse for easy, quick, and...
Python command-line parsing library that simplifies creating user-friendly interfaces by automatically generating help messages...
Better dates & times for Python with features like timestamps, time zones, human-readable date formatting, making date...
Contains foundational libraries and adapters for the Asynchronous Server Gateway Interface. It includes essential utilities...
Provides fast bindings for parsing Python files and serializing Abstract Syntax Trees into the native binary format used by...
Read/rewrite/write Python ASTs to easily manipulate Python source code via abstract syntax trees. Supports PEP 8 compliance,...
Annotate Abstract Syntax Trees (AST) with precise source code positions to facilitate parsing, tokenizing, refactoring, and...
An AST unparser for Python that extracts the unparse functionality from the Python source distribution, providing a standalone...
Simple LRU cache designed for asyncio applications, providing efficient caching functionality without blocking the event loop....
Provides a timeout context manager for asyncio programs to ensure tasks do not run indefinitely, helping manage asynchronous...
Implements an asynchronous client and server for the SSHv2 protocol using the asyncio framework. It supports SFTP and SCP along...
Uses decorators to manage module visibility and automatically synchronize the list of exported names. It helps developers...
Classes Without Boilerplate: attrs brings back the joy of writing classes by automating object protocols, reducing repetitive...
Audit and relabel Linux and Android wheels to ensure compatibility across different distributions. This command-line tool...
A library to create a command-line program from a function by automatically generating argparse parsers based on parameter...
A common runtime for AWS Python projects providing bindings for the AWS Common Runtime, enabling developers to integrate AWS...
Provides a client library for Azure Document Intelligence services. It leverages machine learning to extract text, structured...
Delivers shared infrastructure and common code utilized across various Microsoft Azure SDK packages. It ensures consistency and...
Offers shared exceptions and foundational modules for Azure SDK client libraries. It follows official design guidelines to...
Supports token-based authentication for Azure services using Microsoft Entra ID. It includes several credential implementations...
Functions as Microsoft's object storage solution for the cloud, optimized for storing massive amounts of unstructured data like...