HTTP library with thread-safe connection pooling, file post, and more.
Backported and Experimental Type Hints for Python 3.9+
The Real First Universal Charset Detector. Open, modern and actively maintained alternative to Chardet.
Most extensible Python build backend with support for C/C++ extension modules
cryptography is a package which provides cryptographic recipes and primitives to Python developers.
Pygments is a syntax highlighting package written in Python.
Extensions to the standard Python datetime module
Core functionality for Pydantic validation and serialization
High-level concurrency and networking framework on top of asyncio or Trio
Reusable constraint types to use with typing.Annotated
Powerful data structures for data analysis, time series, and statistics
A small Python package for determining appropriate platform-specific dirs, e.g. a `user data dir`.
Read key-value pairs from a .env file and set them as environment variables
A platform independent file lock.
Utility library for gitignore style pattern matching of file paths.
JSON Web Token implementation in Python
Async http client/server framework (asyncio)
Render rich text, tables, progress bars, syntax highlighting, markdown and more to the terminal
Python port of markdown-it. Markdown parsing, done right!
Fast, Extensible Progress Meter
Accelerated property cache
Python bindings to Rust's persistent data structures (rpds)
Google Authentication Library
An implementation of JSON Schema validation for Python
World timezone definitions, modern and historical
Pure-Python implementation of ASN.1 types and DER/BER/CER codecs (X.208)
A list-like structure which implements collections.abc.MutableSequence
Virtual Python Environment builder
aiosignal: a list of registered asynchronous callbacks
SGLang is a fast serving framework for large language models and vision language models.
FastAPI framework, high performance, easy to learn, fast to code, ready for production
Canonical source for classifiers on PyPI (pypi.org).
JSON Referencing + Python
Common protobufs used in Google APIs
The JSON Schema meta-schemas and vocabularies, exposed as a Registry
OpenTelemetry Semantic Conventions
Document parameters, class attributes, return types, and variables inline, with Annotated.
Module for decorators, wrappers and monkey patching.
Lightweight in-process concurrent programming
Sniff out which async library your code is running under
Typer, build great CLIs. Easy to code. Based on Python type hints.
Cross-platform colored terminal text.
An implementation of the WebSocket Protocol (RFC 6455 & 7692)
Fundamental algorithms for scientific computing in Python
Modern, extensible Python build backend
Screen-scraping library
pyparsing - Classes and methods to define and execute parsing grammars
Client library to download and publish models, datasets and other repos on the huggingface.co hub
A modern CSS selector implementation for Beautiful Soup.
OpenTelemetry Collector Protobuf over HTTP Exporter
Cross-platform lib for process and system monitoring.
Powerful and Pythonic XML processing library combining libxml2/libxslt with the ElementTree API.
Distro - an OS platform information API
More routines for operating on iterables, beyond itertools
Simple, modern and high performance file watching and code reload in python.
Building applications with LLMs through composability
A generic, spec-compliant, thorough implementation of the OAuth request-signing logic
Instrumentation Tools & Auto Instrumentation for OpenTelemetry Python
Universal Command Line Environment for AWS.
A Python library to read/write Excel 2010 xlsx/xlsm files
OpenTelemetry Protobuf encoding
An implementation of lxml.xmlfile for the standard library
OpenTelemetry Collector Protobuf over gRPC Exporter
Measures the displayed width of unicode strings in a terminal
A utility belt for advanced users of python-requests
Code coverage measurement for Python
Python interpreter discovery
Python wrapper module around the OpenSSL library
better multiprocessing and multithreading in Python
GitPython is a Python library used to interact with Git repositories
Type system extensions for programs checked with the mypy type checker.
Python package for creating and manipulating graphs and networks
Pytest plugin to generate json report in CTRF (Common Test Report Format)
MessagePack serializer
A pure Python implementation of a sliding window memory map manager
An extremely fast Python linter and code formatter, written in Rust.
Sorted Containers -- Sorted List, Sorted Dict, Sorted Set
psycopg2 - Python-PostgreSQL Database Adapter
Google Cloud Storage API client library
Python client for Redis database and key-value store
Python plotting package
Parse Python docstrings in reST, Google and Numpydoc format
WebSocket client for Python with low level API options
Python binding to the Networking and Cryptography (NaCl) library
Library for building powerful interactive command lines in Python
A fast implementation of the Cassowary constraint solver
Agent Framework / shim to use Pydantic with LLMs, slim package
Microsoft Azure Identity Library for Python
A set of python modules for machine learning and data mining
An ISO 8601 date/time/duration parser and formatter
Python library for calculating contours of 2D quadrilateral grids
tiktoken is a fast BPE tokeniser for use with OpenAI's models
XML bomb protection for Python stdlib modules
A robust email address syntax and deliverability validation library.
Pytest plugin for measuring coverage.
A collection of framework independent HTTP protocol utils.
Pexpect allows easy control of interactive console applications.
Fast implementation of asyncio event loop on top of libuv
Fast, correct Python JSON library supporting dataclasses, datetimes, and numpy
Universal character encoding detector
Modern password hashing for your software and your servers
The Microsoft Authentication Library (MSAL) for Python library enables your app to access the Microsoft Cloud by supporting authentication of users with Microsoft Azure Active Directory accounts (AAD) and Microsoft Accounts (MSA) using industry standard OAuth2 and OpenID Connect.
OpenTelemetry requests instrumentation
Composable style cycles
ruamel.yaml is a YAML parser/emitter that supports roundtrip preservation of comments, seq/map flow style, and map key order
Python @deprecated decorator to deprecate old python classes, functions or methods.
Google API Client Library for Python
Utilities for Google Media Downloads and Resumable Uploads
A super-fast templating language that borrows the best ideas from the existing templating languages.
IPython: Productive Interactive Computing
Snowflake Connector for Python
Identify specific nodes in a JSON document (RFC 6901)
Implementation of RFC 6570 URI Templates
Wrappers to call pyproject.toml-based build backend hooks.
Google Authentication Library: httplib2 transport
A framework for managing and maintaining multi-language pre-commit hooks.
Validate configuration and produce human readable error messages.
Python client for the Prometheus monitoring system.
Building applications with LLMs through composability
Fast ASN.1 parser and serializer with definitions for private keys, public keys, certificates, CRL, OCSP, CMS, PKCS#3, PKCS#7, PKCS#8, PKCS#12, PKCS#5, X.509 and TSP
Google Authentication Library
Transformers: the model-definition framework for state-of-the-art machine learning models in text, vision, audio, and multimodal models, for both inference and training.
Pure-Python HTTP/2 protocol implementation
Pure-Python HTTP/2 framing
An extremely fast Python package and project manager, written in Rust.
Traitlets Python configuration system
Google Cloud Secret Manager API client library
Google Cloud Batch API client library
An autocompletion tool for Python that can be used for text editors.
Get the currently executing AST node of a frame, and other information
Function decoration for backoff and retry
The uncompromising code formatter.
Python library for arbitrary-precision floating-point arithmetic
The ultimate Python library in building OAuth and OpenID Connect servers and clients.
Inline Matplotlib backend for Jupyter
Annotate AST trees with source code positions
Google Cloud Compute API client library
Google Analytics Admin API client library
Pickler class to extend the standard pickle.Pickler functionality
Microsoft Authentication Library extensions (MSAL EX) provides a persistence API that can save your data on disk, encrypted on Windows, macOS and Linux. Concurrent data access will be coordinated by a file lock mechanism.
pytest xdist plugin for distributed testing, most importantly across multiple CPUs
The ultimate Python library for JOSE RFCs, including JWS, JWE, JWK, JWA, JWT
Convenient Filesystem interface over GCS
Extract data from python stack frames and tracebacks for informative displays
Microsoft Azure Blob Storage Client Library for Python
Kubernetes python client
HuggingFace community-driven open-source library of datasets
Extremely lightweight compatibility layer between dataframe libraries
A lightweight library for converting complex datatypes to and from native Python datatypes.
ANSI color formatting for output in terminal
The Cython compiler for writing C extensions in the Python language.
Tornado is a Python web framework and asynchronous networking library, originally developed at FriendFeed.
JSON Log Formatter for the Python Logging Package
httplib2 caching for requests
Python bindings to the Tree-sitter parsing library
Makes working with XML feel like you are working with JSON
the blessed package to manage your versions by scm tags
Google Cloud Texttospeech API client library
Thread context propagation support for OpenTelemetry
Google Cloud Speech API client library
PyMongo - the Official MongoDB Python driver
Google Cloud Pub/Sub API client library
A Python utility / library to sort Python imports.
Databricks SQL Connector for Python
Python implementation of John Gruber's Markdown.
The set of adapter protocols and base functionality that supports integration with dbt-core
Checks CloudFormation templates for practices and behaviour that could potentially be improved
Filesystem events monitoring
Enables Python programs to dynamically access arbitrary Java objects
itertools and builtins for AsyncIO and mixed iterables
A cross-platform clipboard module for Python. (Only handles plain text for now.)
A pure-python PDF library capable of splitting, merging, cropping, and transforming PDF files
An implementation of the Debug Adapter Protocol for Python
Collection of plugins for markdown-it-py
Thin-wrapper around the mock package for easier use with pytest
Patch asyncio to allow nested event loops
Structured Logging for Python
With dbt, data analysts and engineers can build analytics the way engineers build applications.
Python bindings for 0MQ
JSONSchema Spec with object-oriented paths
A Python module for creating Excel XLSX files.
the blessed package to manage your versions by vcs metadata
Create, read, and update Microsoft Word .docx files.
Client library to connect to the LangSmith Observability and Evaluation Platform.
Links recognition library with FULL unicode support.
The FlatBuffers serialization format for Python
Query metadata from sdists / bdists / installed packages.
Snowflake Snowpark for Python
Micro subset of unicode data files for linkify-it-py projects.
Object-oriented paths
The fast, Pythonic way to build MCP servers and clients.
A high performance Python library for data extraction, analysis, conversion & manipulation of PDF (and other) documents.
The Slack API Platform SDK for Python
A Fast, spec compliant Python 3.14+ tokenizer that runs on older Pythons.
Unbearably fast near-real-time pure-Python runtime-static type-checker.
jsonref is a library for automatic dereferencing of JSON Reference objects for Python.
Load and dump data from json-like format into typed data structures
Google Cloud Logging API client library
Google Cloud Monitoring API client library
Tensors and Dynamic neural networks in Python with strong GPU acceleration
Module for converting between datetime.timedelta and Go's Duration strings.
Jupyter core package. A base package on which Jupyter projects rely.
Runtime inspection utilities for typing module.
Signatures for entire Python programs. Extract the structure, the frame, the skeleton of your project, to generate API documentation or find breaking changes in your API.
Python dependency management and packaging made easy.
Prometheus Metric Exporter for OpenTelemetry
C version of reader, parser and emitter for ruamel.yaml derived from libyaml
A beautiful reStructuredText renderer for rich
PostgreSQL database adapter for Python -- C optimisation distribution
Python style guide checker
Jupyter protocol implementation and client libraries
Google Cloud Bigtable API client library
CBOR (de)serializer with extensive tag support
Python helper for Semantic Versioning (https://semver.org)
Async Key-Value Store - A pluggable interface for KV Stores
OpenTelemetry FastAPI Instrumentation
Google Cloud Vision API client library
ONNX Runtime is a runtime accelerator for Machine Learning models
Cleo allows you to create beautiful and testable command-line interfaces.
A Python slugify application that also handles Unicode
Poetry plugin to export the dependencies to various formats
Defines a variety of Pygments lexers for highlighting IPython code.
Backport of compression.zstd
A rough port of Node.js's EventEmitter to Python with a few tricks of its own
A library to handle automated deprecations
Google Cloud Videointelligence API client library
Google Cloud Workflows API client library
Library for developers to extract data from Microsoft Excel (tm) .xls spreadsheet files
Google Cloud Language API client library
SQLAlchemy dialect for BigQuery
A pure python RFC3339 validator
ASGI instrumentation for OpenTelemetry
The Jupyter Notebook format
Better dates & times for Python
Deep Difference and Search of any Python object/data. Recreate objects by adding adding deltas to each other.
IPython Kernel for Jupyter
Google Cloud Dataform API client library
The shared common utilities that dbt-core and adapter implementations use
croniter provides iteration for datetime object with cron like format
A sane and fast Markdown parser with useful plugins and renderers
Google Cloud Os Login API client library
Snowflake SQLAlchemy Dialect
An easy safelist-based HTML-sanitizing tool.
Python logging made (stupidly) simple
GraphQL implementation for Python, a port of GraphQL.js, the JavaScript reference implementation for GraphQL.
Faker is a Python package that generates fake data for you.
Jupyter Python Comm implementation, for usage in ipykernel, xeus-python etc.
Google Cloud Bigquery Datatransfer API client library
Async dependency injection for Python functions
Google Cloud Dataproc Metastore API client library
Composable complex class support for attrs and dataclasses.
Google Cloud Orchestration Airflow API client library
Google Cloud Memcache API client library
Manipulation and analysis of geometric objects
Fast, drop-in replacement for Python's uuid module, powered by Rust.
Google Cloud Automl API client library
Low-level CFFI bindings for Argon2
A concrete syntax tree with AST-like properties for Python 3.0 through 3.14 programs.
Clean single-source support for Python 3 and 2
Utils for streaming large files (S3, HDFS, GCS, SFTP, Azure Blob Storage, gzip, bz2, zst...)
A final implementation of JSONPath for Python that aims to be standard compliant, including arithmetic and binary comparison operators and providing clear AST for metaprogramming.
A language and compiler for custom Deep Learning operations
Python client library for Modal
Natural Language Toolkit
An integration package connecting OpenAI and LangChain
Export blocking and async library versions from a single async implementation
A utility library for mocking out the `requests` Python library.
Google Cloud Dataflow Client API client library
A Python module to customize the process title
A Python SOCKS client module. See https://github.com/Anorov/PySocks for more information.
library with cross-python path, ini-parsing, io, code, log facilities
Microsoft Azure Client Library for Python (Common)
Google Cloud Resource Manager API client library
Convert Jupyter Notebooks (.ipynb files) to other formats.
The Reportlab Toolkit
A client library for executing notebooks. Formerly nbconvert's ExecutePreprocessor.
Add colours to the output of Python's logging module.
Pydantic OpenAPI schema implementation
An implementation of the SCRAM protocol.
An open-source interactive data visualization library for Python
Wraps the portalocker recipe for easy usage
python code static checker
The dependency-slim FastMCP package.
Python supercharged for fastai development
PDF parser and analyzer
Python extension for MurmurHash (MurmurHash3), a set of fast and robust hash functions.
Simple, fast, extensible JSON encoder/decoder for Python
Pygments theme using JupyterLab CSS variables
Blazingly fast DataFrame library
Unified diff parsing/metadata extraction library.
Ray provides a simple, universal API for building distributed applications.
Utilities for writing pandoc filters in python
pytest plugin to re-run tests to eliminate flaky failures
Python bindings to PDFium
An extension module for click to enable registering CLI commands via setuptools entry-points.
Messaging library for Python.
The backend—i.e. core services, APIs, and REST endpoints—to Jupyter web applications.
A simple Python library for easily displaying tabular data in a visually appealing ASCII table format
Jupyter Notebook - A web-based notebook environment for interactive computing
Binary Python wheels for all tree sitter languages.
Microsoft Corporation Key Vault Secrets Client Library for Python
Distributed Task Queue.
List processing tools and functional utilities
Redshift interface library
Python client for Elasticsearch
Coroutine-based network library
A friendly Python library for async concurrency and I/O
Library with high-level APIs for creating and executing LangGraph agents and tools.
Run and manage FastAPI apps from the command line with FastAPI CLI. 🚀
Abseil Python Common Libraries, see https://github.com/abseil/abseil-py.
An abstract syntax tree for Python with inference support.
Create, read, and update PowerPoint 2007+ (.pptx) files.
A Python implementation of the JSON5 data format.
A high-level Python web framework that encourages rapid development and clean, pragmatic design.
Low-level AMQP client for Python (fork of amqplib).
Capture the outcome of Python function calls.
A library for working with the color formats defined by HTML and CSS.
Python multiprocessing fork with improvements and bugfixes
Simple Python interface for Graphviz
Format click help output nicely with rich
Type annotations and code completion for awscrt
Client library for the Google Ads API
Wrapper package for OpenCV python bindings.
Type annotations and code completion for botocore
Vega-Altair: A declarative statistical visualization library for Python.
DB-API interface to Microsoft SQL Server for Python. (new Cython-based version)
Library with base interfaces for LangGraph checkpoint savers.
NVIDIA Collective Communication Library (NCCL) Runtime
Simple LRU cache for asyncio
Human friendly output for text interfaces using Python
Python bindings for the LangChain agent streaming protocol
The official SWE-bench package - a benchmark for evaluating LMs on software engineering
AWS SAM Translator is a library that transform SAM templates into AWS CloudFormation templates
psycopg2 - Python-PostgreSQL Database Adapter
JupyterLab computational environment
Operations with ISO 8601 durations
Python implementation of redis API, can be used for testing purposes.
Google Cloud Spanner API client library
Google Cloud Appengine Logging API client library
Type annotations and code completion for s3transfer
Fast, correct Python msgpack library supporting dataclasses, datetimes, and numpy
Validates fully-qualified domain names against RFC 1123, so that they are acceptable to modern bowsers
Send file to trash natively under Mac OS X, Windows and Linux
OpenAPI 2.0 (aka Swagger) and OpenAPI 3 spec validator
Blazingly fast DataFrame library
Google Cloud Translate API client library
A library implementing the 'SemVer' scheme.
A self-contained Python driver for communicating with MySQL servers, using an API that is compliant with the Python Database API Specification v2.0 (PEP 249).
JOSE implementation in Python
Pure python rfc3986 validator
AWS4 authentication for Requests
Jupyter interactive widgets for Jupyter Notebook
Plumb a PDF for detailed information about each char, rectangle, and line.
A decorator to automatically detect mismatch when overriding a method.
Google Cloud Container API client library
OpenTelemetry HTTPX Instrumentation
OpenTelemetry urllib3 instrumentation
Jupyter interactive widgets for JupyterLab
Jupyter interactive widgets
Jupyter Event System library
OpenTelemetry Database API instrumentation
A Python module for working with the Tableau Server REST API.
Date parsing library designed to parse dates from HTML pages
PostgreSQL interface library
Google Cloud Datacatalog API client library
OpenTelemetry psycopg2 instrumentation
Tornado websocket backend for the Xterm.js Javascript terminal emulator library.
OpenTelemetry Instrumentation for Django
Note: This library is already replaced by MSAL Python, available here: https://pypi.org/project/msal/ .ADAL Python remains available here as a legacy. The ADAL for Python library makes it easy for python application to authenticate to Azure Active Directory (AAD) in order to access AAD protected web resources.
A Jupyter Server Extension Providing Terminals.
Google Cloud Storage Transfer API client library
A library that allows you to easily mock out tests based on AWS infrastructure
Type annotations for boto3 1.43.39 generated with mypy-boto3-builder 8.12.0
Infer file type and MIME type of any file/buffer. No external dependencies.
Provider package apache-airflow-providers-common-sql for Apache Airflow
We have made you a wrapper you can't refuse
A fast serialization and validation library, with builtin support for JSON, MessagePack, YAML, and TOML.
Google Spreadsheets Python API
Pandas Data Types for SQL systems (BigQuery, Spanner)
OpenTelemetry urllib instrumentation
Google Cloud Bigquery Storage API client library
Flask instrumentation for OpenTelemetry
Advanced Enumerations (compatible with Python's stdlib Enum), NamedTuples, and NamedConstants
MLflow is an open source platform for the complete machine learning lifecycle
Microsoft Azure Monitor Opentelemetry Exporter Client Library for Python
The property-based testing library for Python
Read and write images and video across all major formats. Supports scientific and volumetric data.
OpenTelemetry Logging instrumentation
Distribution-building parts of Flit. See flit package for more information
Wrapper package for OpenCV python bindings.
Disk Cache -- Disk and file backed persistent cache.
Microsoft Azure Management Core Library for Python
An OrderedSet is a custom MutableSet that remembers its order, so that every
llama-index indices llama-cloud integration
WebSocket library for Trio
Python bindings for the Apache Thrift RPC system
A set of server components for JupyterLab and JupyterLab like applications.
CUBLAS native runtime libraries
cuDNN runtime libraries
readme_renderer is a library for rendering readme descriptions for Warehouse
NVIDIA Collective Communication Library (NCCL) Runtime
Deploy and manage FastAPI Cloud apps from the command line 🚀
NVIDIA cuSPARSELt
MLflow is an open source platform for the complete machine learning lifecycle
NVRTC native runtime libraries
GraphQL Framework for Python
Helper functions to syntactically validate strings according to RFC 3987.
In-process task scheduler with Cron-like capabilities
Microsoft Azure Azure Queue Storage Client Library for Python
Statistical computations and models for Python
image and video datasets and models for torch deep learning
A small Python module for determining appropriate platform-specific dirs, e.g. a "user data dir".
NVSHMEM creates a global address space that provides efficient and scalable communication for NVIDIA GPU clusters.
Transport classes and utilities shared among Python Elastic client libraries
This is a python API which allows you to get the transcripts/subtitles for a given YouTube video. It also works for automatically generated subtitles, supports translating subtitles and it does not require a headless browser, like other selenium based solutions do!
CUSPARSE native runtime libraries
CUDA Runtime native Libraries
CUFFT native runtime libraries
Nvidia JIT LTO Library
CUDA solver native runtime libraries
Lightweight static analysis for many languages. Find bug variants with patterns that look like source code.
Apache Iceberg is an open table format for huge analytic datasets
CURAND native runtime libraries
Databricks SQLAlchemy plugin for Python
Microsoft Azure File DataLake Storage Client Library for Python
CUDA profiling tools runtime libs.
ISO country, subdivision, language, currency and script definitions and their translations
Multi-Language Server WebSocket proxy for Jupyter Notebook/Lab server
A shim layer for notebook traits and config
C# grammar for tree-sitter
OAuth 2.0 client library
NVIDIA Tools Extension
ml_dtypes is a stand-alone implementation of several NumPy dtype extensions used in machine learning.
cuFile GPUDirect libraries
This package provides 36 stemmers for 34 languages generated from Snowball algorithms.
Python APIs for using Delta Lake with Apache Spark
A package to repair broken json strings
comprehensive password hashing framework supporting over 30 schemes
Accurately separates a URL's subdomain, domain, and public suffix, using the Public Suffix List (PSL). By default, this includes the public ICANN TLDs and their exceptions. You can optionally support the Public Suffix List's private domains as well.
Python version of Google's common library for parsing, formatting, storing and validating international phone numbers.
Python module to generate and modify bytecode
tox is a generic virtualenv management and test command line tool
Retrying
Google Cloud Firestore API client library
An integration package connecting Google VertexAI and LangChain
A Python package for describing statistical models and for building design matrices.
Type annotations for boto3 S3 1.43.31 service generated with mypy-boto3-builder 8.12.0
pathlib api extended to use fsspec backends
Keyring backend for Google Auth tokens
A model-driven approach to building AI agents in just a few lines of code
Very basic event publishing system
libcurl ffi bindings for Python, with impersonation support.
Thin Python bindings to de/compression algorithms in Rust
Python application configuration via the environment
A python package implementing the crc32c algorithm in hardware and software
JavaScript grammar for tree-sitter
pytest plugin for test session metadata
Python Data Validation for Humans™
Like `typing._eval_type`, but lets older Python versions use newer typing features.
Time expression parser
Ninja is a small build system with a focus on speed
A data analysis library that is optimized for humans instead of machines.
Simple retry client for aiohttp
Image processing in Python
An extremely fast Python type checker, written in Rust.
Python implementation of the Circuit Breaker pattern
license-expression is a comprehensive utility library to parse, compare, simplify and normalize license expressions (such as SPDX license expressions) using boolean logic.
Define boolean algebras, create and parse boolean expressions and create custom boolean DSL.
Signatures for entire Python programs. Extract the structure, the frame, the skeleton of your project, to generate API documentation or find breaking changes in your API.
Get image size from headers (BMP/PNG/JPEG/JPEG2000/GIF/TIFF/SVG/Netpbm/WebP/AVIF/HEIC/HEIF)
A basic Salesforce.com REST API client.
Deprecated backport of asyncio; use the stdlib package instead
AutoRest swagger generator Python client runtime. Azure-specific module.
pasta is an AST-based Python refactoring library
The bidirectional mapping library for Python.
CUBLAS native runtime libraries
Embeddings, Retrieval, and Reranking
sphinxcontrib-serializinghtml is a sphinx extension which outputs "serialized" HTML files (json and pickle)
Google Cloud Alloydb API client library
Travel through time in your tests.
NVRTC native runtime libraries
cuDNN runtime libraries
Open World Holidays Framework
Python library for CycloneDX
Java grammar for tree-sitter
C grammar for tree-sitter
Native Delta Lake Python binding based on delta-rs with Pandas integration
Rust grammar for tree-sitter
Go grammar for tree-sitter
HTTP REST client, simplified for Python
A pure-python PDF library capable of splitting, merging, cropping, and transforming PDF files
Provider package apache-airflow-providers-fab for Apache Airflow
OpenAPI schema validation for Python
Google Cloud Dataplex API client library
File type identification using libmagic
Correctly generate plurals, singular nouns, ordinals, indefinite articles
ClickHouse Database Core Driver for Python, Pandas, and Superset
Microsoft Corporation Azure Batch Client Library for Python
Patch asyncio to allow nested event loops
Seamless operability between C++11 and Python
A purl aka. Package URL parser and builder
Cross-platform tool for adding locations to the user PATH
CUSPARSE native runtime libraries
Python library for throwaway instances of anything that can run in a Docker container
Nvidia JIT LTO Library
CUFFT native runtime libraries
sphinxcontrib-qthelp is a sphinx extension which outputs QtHelp documents
sphinxcontrib-htmlhelp is a sphinx extension which renders HTML help files
sphinxcontrib-applehelp is a Sphinx extension which outputs Apple help books
sphinxcontrib-devhelp is a sphinx extension which outputs Devhelp documents
Library for serializing and deserializing Python Objects to and from JSON and XML.
CUDA profiling tools runtime libs.
CUDA solver native runtime libraries
Always know what to expect from your data.
CURAND native runtime libraries
A fast Git hook manager written in Rust, designed as a drop-in alternative to pre-commit, reimagined.
Parallel PyData with Task Scheduling
Pure python SSH tunnels
PyData helpers for authenticating to Google APIs
Ultra-lightweight pure Python package to check if a file is binary or text.
A lightweight and powerful JSONPath implementation for Python
The shared semantic layer definitions that dbt-core and MetricFlow use
A sphinx extension which renders display math in HTML via JavaScript
PHP grammar for tree-sitter
A Python implement of Agent Client Protocol (ACP, by Zed Industries)
CUDA Runtime native Libraries
A tool to analyze and extract information from Jinja used in dbt projects.
Collection of all Datadog Public endpoints
Extension pack for Python Markdown.
URL normalization for Python
Ruby grammar for tree-sitter
Python interface to PROJ (cartographic projections and coordinate transformations library)
Microsoft Azure Cosmos Client Library for Python
Invoke py.test as distutils command with dependency resolution
TensorBoard lets you watch Tensors Flow
HTML parser based on the WHATWG HTML specification
pytest plugin that allows you to add environment variables.
Widget for deck.gl maps
Simple creation of data classes from dictionaries.
pip requirements parser - a mostly correct pip requirements parsing library because it uses pip's own code.
NVIDIA Tools Extension
Google Cloud Dataproc API client library
Download market data from Yahoo! Finance API
Manipulate audio with an simple and easy high level interface
A new flavour of deep learning operations
AWS signature version 4 signing process for the python requests module
A versatile test fixtures replacement based on thoughtbot's factory_bot for Ruby.
OpenTelemetry SQLAlchemy instrumentation
A Python library that converts cron expressions into human readable strings.
A CLI and library for interacting with the Weights & Biases API.
Python library for interacting with JIRA via REST APIs.
Generate sparklines for numbers using Unicode characters only.
The official SWE-smith package - A toolkit for generating software engineering training data at scale.
Client library for the Qdrant vector search engine
A persistent cache for python requests
OpenTelemetry Semantic Conventions Extension for Large Language Models
Modern, extensible Python project management
Typer, build great CLIs. Easy to code. Based on Python type hints.
PostgREST client for Python. This library provides an ORM interface to PostgREST.
pathlib-style classes for cloud storage services.
PyMuPDF Utilities for LLM/RAG
A library for automatically generating command line interfaces.
A refreshing functional take on deep learning, compatible with your favorite libraries
Play and Record Sound with Python
A framework for elegantly configuring complex applications
Shim for the Logfire SDK which does nothing unless Logfire is installed
pytest plugin for generating HTML reports
pathvalidate is a Python library to sanitize/validate a string such as filenames/file-paths/etc.
Rich help formatters for argparse and optparse
OpenTelemetry Redis instrumentation
Microsoft Azure Resource Management Client Library for Python
Industrial-strength Natural Language Processing (NLP) in Python
Microsoft Azure Service Bus Client Library for Python
A Django plugin for pytest.
Immutable wrapper around dictionaries (a fork of frozendict)
Open source library for training and deploying models on Amazon SageMaker.
cssselect parses CSS3 Selectors and translates them to XPath 1.0
Precompiled rules for User Agent Parser
A tool for scanning Python environments for known vulnerabilities
A stats collection and distributed tracing framework
The AWS X-Ray SDK for Python (the SDK) enables Python developers to record and emit information from within their applications to the AWS X-Ray service.
PyMuPDF Layout turns PDFs into structured data 10× faster than vision-based tools using AI trained on PDF internals, not images. CPU-only. No GPU required.
Provider package apache-airflow-providers-http for Apache Airflow
Python extension for computing string edit distances and similarities.
Python wrapper for the arXiv API
GraphQL client for Python
Python command-line parsing library
LightGBM Python-package
Python package to parse, read and write Microsoft OLE2 files (Structured Storage or Compound Document, Microsoft Office)
A decorator for caching properties in classes.
Python library to build pretty command line user prompts ⭐️
TensorFlow is an open source machine learning framework for everyone.
A distributed background task system for Python functions
Provider package apache-airflow-providers-databricks for Apache Airflow
OpenTelemetry aiohttp client instrumentation
Python DB API 2.0 (PEP 249) client for Amazon Athena
A Git URL parsing module (supports parsing and rewriting)
Parse and manage posts with YAML (or other) frontmatter
Integration package connecting Claude (Anthropic) APIs and LangChain
django-cors-headers is a Django application for handling the server headers required for Cross-Origin Resource Sharing (CORS).
Windows Negotiate Authentication Client and Server
TLS (SSL) sockets, key generation, encryption, decryption, signing, verification and KDFs using the OS crypto libraries. Does not require a compiler, and relies on the OS for patching. Works on Windows, OS X and Linux/BSD.
A simple immutable dictionary
Library to implement a well-behaved Unix daemon process.
Azure Data Lake Store Filesystem Client Library for Python
Programmatically author, schedule and monitor data pipelines
Parameterized testing with any Python test framework
Provider package apache-airflow-providers-snowflake for Apache Airflow
Bash grammar for tree-sitter
Form rendering, validation, and CSRF protection for Flask with WTForms.
Building applications with LLMs through composability
Powertools for AWS Lambda (Python) is a developer toolkit to implement Serverless best practices and increase developer velocity.
MLflow Tracing SDK is an open-source, lightweight Python package that only includes the minimum set of dependencies and functionality to instrument your code/models/agents with MLflow Tracing.
Backport of pathlib ABCs
An audio library based on libsndfile, CFFI and NumPy
Python AST that abstracts the underlying Python version
A high performance build system
Snowplow event tracker for Python. Add analytics to your Python and Django apps, webapps and games
Geographic pandas extensions
SQLModel, SQL databases in Python, designed for simplicity, compatibility, and robustness.
Python interface to Graphviz's Dot
A command-line application framework (and CLI parser). Friendly for users, full-featured for developers.
Pure-Python robots.txt parser with support for modern conventions
Common libraries for Databricks Labs
Automatic MCP server generator for FastAPI applications - converts FastAPI endpoints to MCP tools for LLM integration
Form validation and rendering for Python web development.
A declarative object transformer and formatter, for conglomerating nested data.
The Blis BLAS-like linear algebra library, as a self-contained C-extension.
Manipulates JUnit/xUnit Result XML files
Provider package apache-airflow-providers-common-compat for Apache Airflow
Typing stubs for pyOpenSSL
Non-blocking Python methods using decorators
Microsoft Azure Compute Management Client Library for Python
NVIDIA cuSPARSELt
Python SDK for Claude Code
Python-tesseract is a python wrapper for Google's Tesseract-OCR
A drop-in replacement for argparse that allows options to also be set via config files and/or environment variables.
Python Utils is a module with some convenient utilities not included with the standard Python install
Microsoft Corporation Azure Key Vault Keys Client Library for Python
A Python Progressbar library to provide visual (yet text based) progress to long running operations.
Fast data loading for TensorBoard
jsonpickle encodes/decodes any Python object to/from JSON
Resolve abstract dependencies into concrete ones
Framework for evaluating stochastic code execution, especially code making use of LLMs
A wrapper around the pdftoppm and pdftocairo command line tools to convert PDF to a PIL Image list.
Hatch plugin for versioning with your preferred VCS
The python wrapper for the GitLab REST and GraphQL APIs.
CMake is an open-source, cross-platform family of tools designed to build, test and package software
SQLAlchemy dialect integrated into Cloud Spanner database
Legacy registered functions for spaCy backwards compatibility
parallel graph management and execution in heterogeneous computing
YAML parser and emitter for Python with support for free-threading
pip-tools keeps your pinned dependencies fresh.
Backport of asyncio.Runner, a context manager that controls event loop life cycle.
A (partial) reimplementation of pywin32 using ctypes/cffi
A utility for mocking out the Python HTTPX and HTTP Core libraries.
Python package for accessing and analyzing Formula 1 results, schedules, timing data and telemetry.
A feature-rich command-line audio/video downloader
AsyncSSH: Asynchronous SSHv2 client and server library
File-based locks for Python on Linux and Windows
Meson Python build backend (PEP 517)
Looker REST API
utilities for filesystem exploration and automated builds
Pythonic argument parser, that will make you smile
Cron expression parser and evaluator
Documentation that simply works
Microsoft Azure Monitor Opentelemetry Distro Client Library for Python
Microsoft Azure Storage Management Client Library for Python
The geodesic routines from GeographicLib
Python Geocoding Toolbox
OpenTelemetry gRPC instrumentation
API to interact with the python pyproject.toml based projects
UUID version 7, generating time-sorted UUIDs with 200ns time resolution and 48 bits of randomness
reStructuredText linter
Use JDBC database drivers from Python 2/3 or Jython with a DB-API.
Python Bindings for the NVIDIA Management Library
Django-filter is a reusable Django application for allowing users to filter querysets dynamically.
Small library to dynamically create python functions.
Copy your docs directly to the gh-pages branch.
A custom YAML tag for referencing environment variables in YAML files.
New time-based UUID formats which are suited for use as a database key
RDFLib is a Python library for working with RDF, a simple yet powerful language for representing information.
An integration package connecting Google's genai package and LangChain
Google Ai Generativelanguage API client library
Pytest plugin which splits the test suite to equally sized sub suites based on test execution time.
Python port of the fzy fuzzy string matching algorithm
A unified approach to explain the output of any machine learning model.
Python port of Inquirer.js (A collection of common interactive command-line user interfaces)
Firebase Admin Python SDK
A wrapper for the Gnu Privacy Guard (GPG or GnuPG)
Build and publish crates with pyo3, cffi and uniffi bindings as well as rust binaries as python packages
Automatically mock your HTTP interactions to simplify and speed up testing
A library for efficient similarity search and clustering of dense vectors.
A strictly RFC 4510 conforming LDAP V3 pure Python client library
Google Cloud resource detector for OpenTelemetry
Provider package apache-airflow-providers-google for Apache Airflow
Service identity verification for pyOpenSSL & cryptography.
Kusto Ingest Client
Python bindings for the Rust blake3 crate
Google Cloud Storage Control API client library
GenSON is a powerful, user-friendly JSON Schema generator.
Google Generative AI High level API client library and tools.
Convert Word documents from docx to simple and clean HTML and Markdown
Oracle Cloud Infrastructure Python SDK
Python Atlassian REST API Wrapper
The hassle-free way to integrate analytics into any python application.
Python client library and utilities for communicating with Triton Inference Server
An extra command for MkDocs that infers required PyPI packages from `plugins` in mkdocs.yml
Jupyter terminal console
Signatures for entire Python programs. Extract the structure, the frame, the skeleton of your project, to generate API documentation or find breaking changes in your API.
Avro is a serialization and RPC framework.
Python support for Parquet file format
Adds i18n/l10n support for Flask applications.
SDK and CLI for parsing PDF, DOCX, HTML, and more, to a unified document representation for powering downstream workflows such as gen AI applications.
Jupyter metapackage. Install all the Jupyter components in one go.
Library for analyzing ELF files and DWARF debugging information
Provider package apache-airflow-providers-cncf-kubernetes for Apache Airflow
Simple and rapid application development framework, built on top of Flask. includes detailed security, auto CRUD generation for your models, google charts and much more.
Microsoft Azure Containerservice Management Client Library for Python
Vectorized spatial vector file format I/O using GDAL/OGR
Interface between LLMs and your data
A ``pytest`` fixture for benchmarking code. It will group the tests into rounds that are calibrated to the chosen timer.
A pluggable API specification generator. Currently supports the OpenAPI Specification (f.k.a. the Swagger specification).
PyDeequ - Unit Tests for Data
Universal feed parser, handles RSS 0.9x, RSS 1.0, RSS 2.0, CDF, Atom 0.3, and Atom 1.0 feeds
Typed library that provides an ORM wrapper for tmux, a terminal multiplexer.
A system for controlling process state under UNIX
Library for performing speech recognition, with support for several engines and APIs, online and offline.
Python library for the snappy compression library from Google
A Simple SVG Converter based on Cairo
Extension pack for Python Markdown and MkDocs Material.
Python library to interact with Amazon SageMaker Unified Studio
A simple, safe single expression evaluator library.
Production-ready community-driven modern Stripe-like API versioning in FastAPI
Microsoft 365 & Microsoft Graph Library for Python
Instrument your FastAPI app with Prometheus metrics
gRPC extensions for Google Cloud Platform
Orchestrate your dbt projects in Airflow
This is a small Python module for parsing Pip requirement files.
cuFile GPUDirect libraries
Radically simplified static file serving for WSGI applications
An asynchronous networking framework written in Python
Provider package apache-airflow-providers-imap for Apache Airflow
Core abstractions for kiota generated libraries in Python
A small utility to modify the dynamic linker and RPATH of ELF executables.
Divides large result sets into pages for easier browsing
A python package that provides useful locks
Core abstractions for kiota generated libraries in Python
Provider package apache-airflow-providers-sqlite for Apache Airflow
Python library for easily interacting with trained machine learning models
Generate mypy stub files from protobuf specs
A command line interface for Databricks
This package allows for HTTP NTLM authentication using the requests library.
Access Azure Blobs and Data Lake Storage (ADLS) Gen2 with fsspec and dask
OpenTelemetry Botocore instrumentation
Provider package apache-airflow-providers-ssh for Apache Airflow
Library to easily read single chars and key strokes
pytest plugin for repeating tests
Provider package apache-airflow-providers-smtp for Apache Airflow
A generator library for concise, unambiguous and URL-safe UUIDs.
A Docker client for Python, designed to be fun and intuitive!
std-uritemplate implementation for Python
Core abstractions for kiota generated libraries in Python
Core abstractions for kiota generated libraries in Python
Clang Python Bindings, mirrored from the official LLVM repo: https://github.com/llvm/llvm-project/tree/main/clang/bindings/python, to make the installation process easier.
Microsoft Corporation Key Vault Certificates Client Library for Python
Provider package apache-airflow-providers-ftp for Apache Airflow
Type annotations for boto3 RDS 1.43.30 service generated with mypy-boto3-builder 8.12.0
Microsoft Azure Containerregistry Management Client Library for Python
Microsoft Azure Core OpenTelemetry plugin Library for Python
Extended JWT integration with Flask
Generate and parse RFC 3339 timestamps
This package provides a DateTime data type, as known from Zope. Unless you need to communicate with Zope APIs, you're probably better off using Python's built-in datetime module.
Type annotations for boto3 SQS 1.43.0 service generated with mypy-boto3-builder 8.12.0
An implementation of time.monotonic() for Python 2 & < 3.3
Core abstractions for kiota generated libraries in Python
Mock out requests made by ClientSession from aiohttp package
Self-service finite-state machines for the programmer on the go.
Microsoft Azure Cosmosdb Management Client Library for Python
Azure Resource Detector for OpenTelemetry
Python extension for computing string edit distances and similarities.
Core component of the Microsoft Graph Python SDK
OpenHands SDK - Core functionality for building AI agents
Google Cloud Managedkafka API client library
A wrapper around re and regex that adds additional back references.
A pure Python trie data structure implementation.
A SQL query builder API for Python
Simple & fast PDF generation for Python
Easy, practical library for making terminal apps, by providing an elegant, well-documented interface for Terminals.
Provider package apache-airflow-providers-mysql for Apache Airflow
Fixes mojibake and other problems with Unicode, after the fact
YAML grammar for tree-sitter
A module for monitoring memory usage of a python program
AWS X-Ray Propagator for OpenTelemetry
Microsoft Azure Msi Management Client Library for Python
Parameterize and run Jupyter and nteract Notebooks
Microsoft Azure Container Instance Client Library for Python
Creates JUnit XML test result documents that can be read by tools such as Jenkins
Python library for easily interacting with trained machine learning models
Microsoft Azure Azure Data Tables Client Library for Python
A formatter for Python code
Microsoft Azure Datafactory Management Client Library for Python
Sane and flexible OpenAPI 3 schema generation for Django REST framework
A tool to determine the content type of a file with deep learning
Extension to include jQuery on newer Sphinx releases
Mini SWE Agent - A simple AI software engineering agent
Support for many storage backends in Django
PyTorch native Metrics
Python driver with native interface for ClickHouse
SQLAlchemy integration with the marshmallow (de)serialization library
asyncio rate limiter, a leaky bucket implementation
scp module for paramiko
Fast and robust extraction of original and updated publication dates from URLs and web pages.
Meta-package that provides the oldest NumPy that supports a given Python version and platform. If wheels for the platform became available on PyPI only for a more recent NumPy version, then that NumPy version is specified.
Fast and simple WSGI-framework for small web-applications.
Library provides the way to automatically manage drivers for different browsers
Backports and enhancements for the contextlib module
Extract the top-level domain (TLD) from the URL given.
Push Notifications that work with just about every platform!
MinIO Python SDK for Amazon S3 Compatible Cloud Storage
The fastest memoizing and caching Python library written in Rust
A network address manipulation library for Python
Interact with a server using the SMB 2/3 Protocol
A pytest plugin to report test results as JSON files
Thrift SASL Python module that implements SASL transports for Thrift (`TSaslClientTransport`).
Convert WSGI app to ASGI app or ASGI app to WSGI app.
Cutting-edge framework for orchestrating role-playing, autonomous AI agents. By fostering collaborative intelligence, CrewAI empowers agents to work together seamlessly, tackling complex tasks.
Read GCS, ABS and local paths with the same interface, clone of tensorflow.io.gfile
Type annotations for boto3 DynamoDB 1.43.0 service generated with mypy-boto3-builder 8.12.0
Implements a topological sort algorithm.
Lightning toolbox for across the our ecosystem.
Type annotations for boto3 EC2 1.43.39 service generated with mypy-boto3-builder 8.12.0
Flexible recursive directory iterator: scandir meets glob("**", recursive=True)
Python module and CLI for hashing of file system directories.
'Turn functions and methods into fully controllable objects'
Pre-compiled tree-sitter grammars for 306 programming languages
Type annotations for boto3 Lambda 1.43.37 service generated with mypy-boto3-builder 8.12.0
Microsoft Azure Event Hubs Client Library for Python
Microsoft Azure Data Lake Store Management Client Library for Python
A2A Python SDK
A library to identify devices (phones, tablets) and their capabilities by parsing browser user agent strings.
Expand standard functools to methods
A modern Python package and dependency manager supporting the latest PEP standards
Optimized PyTree Utilities.
Python tool and library for decrypting and encrypting MS Office files using a password or other keys
Databricks Connect Client
HTTP client that can impersonate web browsers
RFC 5545 compatible parser and generator of iCalendar files
Uber's hierarchical hexagonal geospatial indexing system
Python bindings for the docker credentials store API
Detect how a Python package was installed and get the correct upgrade command
Fast, light, accurate library built for retrieval embedding generation
A standard API for reinforcement learning and a diverse set of reference environments (formerly Gym).
PyTorch Lightning is the lightweight PyTorch wrapper for ML researchers. Scale your models. Write less boilerplate.
Diff JSON and JSON-like structures in Python
Job scheduling for humans.
Test equality of unordered collections in pytest
Updated configparser from stdlib for earlier Pythons.
Python Circuit Breaker pattern implementation
An integration package connecting miscellaneous Google's products and LangChain
Call stack profiler for Python. Shows you why your code is slow!
Python dependency specifications supporting logical operations
Thin proxy server for Claude Code and Laminar tracing
Plotly graph export library
Send responses to httpx.
Python bindings for FFmpeg - with complex filtering support
Aiohttp transport for HTTPX
Fast inference engine for Transformer models
The SQL Linter for Humans
The official Python library for the cloudflare API
Python interface for libheif library
An event-driven, async-first, step-based way to control the execution flow of AI applications like Agents.
Microsoft Azure Synapse Artifacts Client Library for Python
The kitchen sink of Python utility libraries for doing "stuff" in a functional way. Based on the Lo-Dash Javascript library.
Google Cloud Trace exporter for OpenTelemetry
High quality, one-dimensional sample-rate conversion library
Python Bidi layout wrapping the Rust crate unicode-bidi
PyInstaller bundles a Python application and all its dependencies into a single package.
Notifications for all Farama Foundation maintained libraries.
A tool that automatically formats Python code to conform to the PEP 8 style guide
Microsoft Azure Storage Common Client Library for Python
Avro is a serialization and RPC framework.
Teradata SQL Driver for Python
Community maintained hooks for PyInstaller
An implementation of chunked, compressed, N-dimensional arrays for Python
Embedded Template (ERB, EJS) grammar for tree-sitter
Language detection library ported from Google's language-detection.
Microsoft Corporation Azure Monitor Query Client Library for Python
The official Amplitude backend Python SDK for server-side instrumentation.
JSON decoder for Python that can extract data from the muck
Up-to-date simple useragent faker with real world database
Microsoft Azure Synapse Spark Client Library for Python
Python & Command-line tool to gather text and metadata on the Web: Crawling, scraping, extraction, output as CSV, JSON, HTML, MD, TXT, XML.
Python client for the Impala distributed query engine
Connexion - API first applications with OpenAPI/Swagger
Mock data generation factories
OpenTelemetry System Metrics Instrumentation
Utilities for spying on function calls in unit tests.
Clean, filter and sample URLs to optimize data collection – includes spam, content type and language filters.
Python API for vespa.ai
Theory of Mind modeling for Software Engineering assistants
nose extends unittest to make testing easier
Convert Requests request objects to curl commands.
A CSS Cascading Style Sheets library for Python
Provider package apache-airflow-providers-common-io for Apache Airflow
Type annotations for boto3 CloudFormation 1.43.38 service generated with mypy-boto3-builder 8.12.0
Dictionary with auto-expiring values for caching purposes
A Python framework for building reactive web-apps. Developed by Plotly.
Typing stubs for python-slugify
Type annotations for boto3 1.43.39 generated with mypy-boto3-builder 8.12.0
Builds a queryable graph of the imports within one or more Python packages.
Microsoft Azure Key Vault Client Libraries for Python
Enhance the standard unittest package with features for testing asyncio libraries
llama-index readers llama-parse integration
Provider package apache-airflow-providers-slack for Apache Airflow
pytest plugin for URL based testing
Reenter an async event loop from synchronous code
Non-blocking MongoDB driver for Tornado or asyncio
OpenTelemetry Celery Instrumentation
Cython wrapper for the C++ translation of the Angus Johnson's Clipper library (ver. 6.4.2)
A framework for building Singer taps and targets
Type hints (PEP 484) support for the Sphinx autodoc extension
This project extends the Application Insights API surface to support Python.
A configurable set of panels that display various debug information about the current request/response.
Library to create spreadsheet files compatible with MS Excel 97/2000/XP/2003 XLS files, on any platform, with Python 2.6, 2.7, 3.3+
A simple utility to separate the implementation of your Python package and its public API surface.
A pytest wrapper with fixtures for Playwright to automate web browsers
A sphinx extension for designing beautiful, view size responsive web components.
The Snowflake adapter plugin for dbt
Lance Namespace interface and plugin registry
Lance Namespace Specification
NVSHMEM creates a global address space that provides efficient and scalable communication for NVIDIA GPU clusters.
Saml Python Toolkit. Add SAML support to your Python software using this library
TensorFlow Estimator.
A Django app providing DB, form, and REST framework fields for zoneinfo and pytz timezone objects.
use icdiff for better error messages in pytest assertions
Ultralytics YOLO 🚀 for SOTA object detection, multi-object tracking, instance segmentation, pose estimation, classification, and oriented object detection.
Pure Python conversion library for common geospatial data formats
Faster Whisper transcription with CTranslate2
Type annotations for aiobotocore 3.7.0 generated with mypy-boto3-builder 8.12.0
This python module helps converting arbitrary Python objects into JSON strings and back.
Apache Cassandra Python Driver
Microsoft Azure Keyvault Management Client Library for Python
Command line utility to show dependency tree of packages.
XPath 1.0/2.0/3.0/3.1 parsers and selectors for ElementTree and lxml
A library that contains the AWS CLI for use in Lambda Layers
A pure python-based utility to extract text and images from docx files.
Base class for creating enumerated constants that are also subclasses of str
Core abstractions for kiota generated libraries in Python
Python interface for the Rust OpenLineage lineage extraction library
Read, write, repair, and transform PDFs in Python, powered by qpdf
Simplifies to build parse types based on the parse module
Find dead code
Core abstractions for kiota generated libraries in Python
Microsoft Corporation Azure AI Projects Client Library for Python
Type annotations for aiobotocore S3 3.7.0 service generated with mypy-boto3-builder 8.12.0
Heuristic based boilerplate removal tool
OpenLineage common python library for integrations
Various objects to denote special meanings in python
Python 3.4 Enum backported to 3.3, 3.2, 3.1, 2.7, 2.6, 2.5, and 2.4
Microsoft Corporation Azure App Configuration Data Client Library for Python
The alibabacloud credentials module of alibabaCloud Python SDK.
Fake pymongo stub for testing simple MongoDB-dependent code
Core packages for Apache Airflow, schedule and API server
Python grammar for tree-sitter
A toolset for deeply merging Python dictionaries.
Backport of the standard library zoneinfo module
Provides an abstraction layer on top of the various Qt bindings (PyQt5/6 and PySide2/6).
OpenTelemetry instrumentation for AsyncPG
A light-weight and flexible data validation and testing tool for statistical data objects.
Random name and slug generator
Dynamic versioning based on VCS tags for uv/hatch project
Microsoft Azure AI Document Intelligence Client Library for Python
Lightweight, extensible schema and data validation tool for Pythondictionaries.
Interface between LLMs and your data
Dictdiffer is a library that helps you to diff and patch dictionaries.
An open source FaaS (Function as a service) framework for writing portable Python functions -- brought to you by the Google Cloud Functions team.
A package that allows you to utilize 12factor inspired environment variables to configure your Django application.
Type annotations for boto3 SecretsManager 1.43.0 service generated with mypy-boto3-builder 8.12.0
Microsoft Azure Resource Management Namespace Package [Internal]
MQTT version 5.0/3.1.1 client class
Python module which allows you to specify timeouts when calling any existing function. Also provides support for stoppable-threads
Python interface for libheif library
Simple LaTeX parser providing latex-to-unicode and unicode-to-latex conversion
Microsoft Azure Redis Cache Management Client Library for Python
Microsoft Azure Data Lake Management Namespace Package [Internal]
InfluxDB 2.0 Python client library
Slack API clients for Web API and RTM API (Legacy) - Please use https://pypi.org/project/slack-sdk/ instead.
Experimental package to automatically extract test plugins for Home Assistant custom components
Exit pytest test session with custom exit code in different scenarios
Dagster is an orchestration platform for the development, production, and observation of data assets.
Mosaic AI Agent Framework SDK
Kaitai Struct declarative parser generator for binary data: runtime library for Python
python-keycloak is a Python package providing access to the Keycloak API.
A collection of chemoinformatics and machine-learning software written in C++ and Python
Microsoft Azure Monitor Client Library for Python
Modules to convert numbers to words. Easily extensible.
A package which efficiently applies any function to a pandas dataframe or series in the fastest available manner
A lightweight and fast pure python ECDSA library
Pytest plugin to randomly order tests and control random.seed.
Toolkit for Dagster integrations with transform logic outside of Dagster
unittest-based test runner with Ant/JUnit like XML reporting.
Contains the API for end users as well as helper functions and classes to build Allure adapters for Python test frameworks
A minimal JSON Web Token authentication plugin for Django REST Framework
The Microsoft Graph Python SDK
Support for Zstandard (zstd) compression
Cython implementation of Toolz: High performance functional utilities
Ben Hodgson: A teeny Python library for creating Python dicts from protocol buffers and the reverse. Useful as an intermediate step before serialisation (e.g. to JSON). Kapor: upgrade it to PB3 and PY3, rename it to protobuf3-to-dict
A library for creating GraphQL APIs
Database-backed Periodic Tasks.
Import, export, process, analyze and view triangular meshes.
An extended [CommonMark](https://spec.commonmark.org/) compliant parser,
Automatic documentation from sources, for MkDocs.
Wrapper package for OpenCV python bindings.
Collection of common python utils
Pure python 7-zip library
Type annotations for boto3 STS 1.43.0 service generated with mypy-boto3-builder 8.12.0
The core module of Aliyun Python SDK.
Tools for stamping and signing PDF files
Keep all y'all's __all__'s in sync
PyYAML-based module to produce a bit more pretty and readable YAML-serialized data
🐫 Convert strings (and dictionary keys) between snake case, camel case and pascal case in Python. Inspired by Humps for Node
Microsoft Azure Web Management Client Library for Python
Python implementation of the Ethereum Virtual Machine
Automatically link across pages in MkDocs.
Publication helps you maintain public-api-friendly modules by preventing unintentional access to private implementation details via introspection.
A high-performance TOON (Token Oriented Object Notation) parser and serializer for Python, implemented in Rust.
Core library used by SDKs for IBM Cloud Services
Powerful and Lightweight Python Tree Data Structure with various plugins
State-of-the-art diffusion in PyTorch and JAX.
Pure Python read/write support for ESRI Shapefile format
A python implementation of GNU readline.
Format messages and post to Microsoft Teams.
Svix webhooks API client and webhook verification library
Microsoft Azure Cognitiveservices Management Client Library for Python
RQ is a simple, lightweight, library for creating background jobs, and processing them.
Fancy PyPI READMEs with Hatch
Addict is a dictionary whose items can be set using both attribute and item syntax.
A small Python utility to set file creation time on Windows
lancedb
Version 2 of the AWS Cloud Development Kit library
pytest-sugar is a plugin for pytest that changes the default look and feel of pytest (e.g. progressbar, show tests that fail instantly).
OpenTelemetry Haystack instrumentation
deflate64 compression/decompression library
Microsoft Azure Sql Management Client Library for Python
Adaptive API testing for OpenAPI and GraphQL
Colorful worry-free console applications for Linux, Mac OS X, and Windows.
multi volume file wrapper library
Pure python AMQP asynchronous client library
EditorConfig File Locator and Interpreter for Python
A wrapper around the stdlib `tokenize` which roundtrips.
Utilities for preparing Stan inputs and processing Stan outputs
A Flexible Service Locator
Provider package apache-airflow-providers-amazon for Apache Airflow
Allure pytest integration
A command line utility to check for unused, missing and transitive dependencies in a Python project.
Vestigial utilities from IPython
Python Driver for ArangoDB
Microsoft Azure Managementgroups Management Client Library for Python
A Python wrapper for the Discord API
Instrumentation and Observability for LlamaIndex
A ASGI Server based on Hyper libraries and inspired by Gunicorn
A High-Performance Graph Library for Python
Mistral-common is a library of common utilities for Mistral AI.
Make Anthropic Model Context Protocol (MCP) tools compatible with LangChain and LangGraph agents.
Install and Run Python Applications in Isolated Environments
Config file reading, writing and validation.
Google Cloud Discoveryengine API client library
Dependency injection framework for Python
Microsoft Azure Rdbms Management Client Library for Python
Fiona reads and writes spatial data files
dlt is an open-source python-first scalable data loading library that does not require any backend to run.
Python SDK for Firecrawl API
OpenTelemetry Vertex AI instrumentation
A check digit library for data validation
eth-account: Sign Ethereum transactions and messages with local private keys
Microsoft Azure Service Bus Management Client Library for Python
Provides enhanced HTTPS support for httplib and urllib2 using PyOpenSSL
Integration of uv with tox (meta package with bundled uv).
Python Rate-Limiter using Leaky-Bucket Algorithm
Framework for large language model evaluations
Microsoft Azure Loganalytics Management Client Library for Python
Microsoft Corporation Azure Search Documents Client Library for Python
Microsoft Azure Network Management Client Library for Python
Library for utilization of compressed safetensors of neural network models
Auth0 Python SDK - Management and Authentication APIs
Python2's stdlib csv module is nice, but it doesn't support unicode. This module is a drop-in replacement which *does*.
OpenTelemetry Lancedb instrumentation
Alibaba Cloud openapi SDK Library for Python
Type annotations for boto3 Glue 1.43.37 service generated with mypy-boto3-builder 8.12.0
A pytest plugin powered by VCR.py to record and replay HTTP traffic
Library with a Postgres implementation of LangGraph checkpoint saver.
Microsoft Azure Event Hub Management Client Library for Python
Pretty Good Privacy for Python
A full-featured console (xterm et al.) user interface library
Alibaba Cloud adb (20211201) SDK Library for Python
Get a public suffix for a domain name using the Public Suffix List. Forked from and using the same API as the publicsuffix package.
Google Cloud Logging exporter for OpenTelemetry
Microsoft Corporation Azure AI Agents Client Library for Python
Microsoft Azure Policyinsights Management Client Library for Python
Uniform Manifold Approximation and Projection
A Python package providing buffer compression and transformation codecs for use in data storage and communication applications.
Command line tool and async library to perform basic file operations on local paths, Google Cloud Storage paths and Azure Blob Storage paths.
Microsoft Azure Application Insights Management Client Library for Python
Exasol python driver with extra features
A patch parsing and application library.
Microsoft Azure Recoveryservices Management Client Library for Python
WebSocket client & server library, WAMP real-time framework
k-bit optimizers and matrix multiplication routines.
Microsoft Azure Recoveryservicesbackup Management Client Library for Python
Ultralytics THOP package for fast computation of PyTorch model FLOPs and parameters.
Python Task SDK for Apache Airflow DAG Authors
A fast HTML5 parser with CSS selectors, written in Cython, using Modest and Lexbor engines.
Data Quality eXtended (DQX) is a Python library for data quality checks and data quality monitoring
The build backend used by PDM that supports latest packaging standards
Setuptools Rust extension plugin
General purpose 'deep agent' with sub-agent spawning, todo list capabilities, and mock file system. Built on LangGraph.
OpenTelemetry Pinecone instrumentation
Click utility functions
Microsoft Azure CDN Management Client Library for Python
Hjson, a user interface for JSON.
"Higher Level Zookeeper Client"
OpenTelemetry Milvus instrumentation
Physical quantities module
Microsoft Azure Search Management Client Library for Python
@aws-cdk/asset-node-proxy-agent-v6
Microsoft Azure Batch Management Client Library for Python
Mixed sync-async queue to interoperate between asyncio tasks and classic threads
Google Cloud Bigquery Biglake API client library
eth-utils: Common utility functions for python code that interacts with Ethereum
OpenTelemetry Bedrock instrumentation
Probabilistic data structures for processing and searching very large datasets
OpenTelemetry LlamaIndex instrumentation
Microsoft Azure Event Grid Management Client Library for Python
OpenTelemetry Cohere instrumentation
Video editing with Python
Microsoft Azure IoT Hub Management Client Library for Python
A zero-dependency, local, fast, tiny ip-address to country lookup
Schema for the protocol between CDK framework and CDK CLI
Convert the Korean lunar calendar to/from the Gregorian solar calendar (KARI standard).
An international phone number field for django models.
hexbytes: Python `bytes` subclass that decodes hex, with a readable console output
OpenTelemetry Ollama instrumentation
Microsoft Azure Traffic Manager Management Client Library for Python
eth_abi: Python utilities for working with Ethereum ABI definitions, especially encoding and decoding
Python SDK for Opsgenie REST API
OpenTelemetry Qdrant instrumentation
Dux Distributed Global Search. A metasearch library that aggregates results from diverse web search services.
OpenTelemetry Replicate instrumentation
OpenTelemetry transformers instrumentation
OpenTelemetry Chroma DB instrumentation
a jinja2 extension to use humanize library inside jinja2 templates
Async generators and context managers for Python 3.5+
TypeScript and TSX grammars for tree-sitter
OpenTelemetry IBM Watsonx Instrumentation
Convert between various DB API 2.0 parameter styles.
A pure-Python implementation of the HTTP/2 priority tree
OpenTelemetry Weaviate instrumentation
Compatibility API between asyncio/Twisted/Trollius
Microsoft Azure Marketplaceordering Management Client Library for Python
Efficient, Flexible and Portable Structured Generation
OpenTelemetry Aleph Alpha instrumentation
OpenTelemetry Mistral AI instrumentation
Python client for CodeWords with auto-configured FastAPI integration.
OpenTelemetry Together AI instrumentation
TensorFlow IO
IPv4/IPv6 manipulation library
OpenTelemetry Marqo instrumentation
OpenTelemetry SageMaker instrumentation
The set of adapter protocols and base functionality that supports integration with dbt-core
PuLP is an LP modeler written in python. PuLP can generate MPS or LP files and call GLPK, COIN CLP/CBC, CPLEX, and GUROBI to solve linear problems.
Resolving Swagger/OpenAPI 2.0 and 3.0.0 Parser
(Soon to be) the fastest pure-Python PEG parser I could muster
Microsoft Azure Advisor Management Client Library for Python
OpenTelemetry crewAI instrumentation
eth-hash: The Ethereum hashing function, keccak256, sometimes (erroneously) called sha3
Scan dependencies for known vulnerabilities and licenses.
eth-typing: Common type annotations for ethereum python packages
Google Cloud Monitoring exporter for OpenTelemetry
Google Analytics Data API client library
pyahocorasick is a fast and memory efficient library for exact or approximate multi-pattern string search. With the ``ahocorasick.Automaton`` class, you can find multiple key string occurrences at once in some input text. You can use it as a plain dict-like Trie or convert a Trie to an automaton for efficient Aho-Corasick search. And pickle to disk for easy reuse of large automatons. Implemented in C and tested on Python 3.6+. Works on Linux, macOS and Windows. BSD-3-Cause license.
cChardet is high speed universal character encoding detector.
Python library for Windows Remote Management
Plugin interface for the Pinecone python client
Microsoft Azure Service Fabric Management Client Library for Python
Microsoft Azure SignalR Client Library for Python
Devtools Protocol implementation for chrome.
A plugin for Apache Airflow to interact with Microsoft Fabric items
Python function signatures from PEP362 for Python 2.6, 2.7 and 3.2+
Parse partial JSON generated by LLM
Python parser for the CommonMark Markdown spec
EasyGUI is a module for very simple, very easy GUI programming in Python. EasyGUI is different from other GUI generators in that EasyGUI is NOT event-driven. Instead, all GUI interactions are invoked by simple function calls.
eth-rlp: RLP definitions for common Ethereum objects in Python
Microsoft Azure Billing Management Client Library for Python
Prefect integrations for interacting with Amazon Web Services.
Microsoft Azure Media Services Client Library for Python
Microsoft Azure Maps Client Library for Python
Microsoft Azure IoT Hub Provisioning Services Client Library for Python
Microsoft Azure Data Migration Client Library for Python
Microsoft Azure Iotcentral Management Client Library for Python
Type annotations for boto3 RedshiftDataAPIService 1.43.0 service generated with mypy-boto3-builder 8.12.0
Microsoft Azure Batch AI Management Client Library for Python
SQLALchemy JSONField implementation for storing dicts at SQL
Simple construction, analysis and modification of binary data.
an efficient SMT solver library
BrowserGym: a gym environment for web task automation in the Chromium browser
Rebuild Sphinx documentation on changes, with hot reloading in the browser.
Type annotations for boto3 Appflow 1.43.23 service generated with mypy-boto3-builder 8.12.0
Editable interval tree data structure for Python 2 and 3
Parsing made fun ... using typing.
A small Python library created to help developers protect their applications from Server Side Request Forgery (SSRF) attacks.
Saves and loads to the cache a transformed versions of a source object.
Cross-platform network interface and IP address enumeration library
Parser like ConfigParser but for updating configuration files
The Deep Learning framework to train, deploy, and ship AI products Lightning fast.
Python tools to analyze security characteristics of MS Office and OLE files (also called Structured Storage, Compound File Binary Format or Compound Document File Format), for Malware Analysis and Incident Response #DFIR
Google Cloud Artifact Registry API client library
A powerful declarative symmetric parser/builder for binary data
The Apache Spark adapter plugin for dbt
Orbax Checkpoint
An interactive, SSL/TLS-capable intercepting proxy for HTTP/1, HTTP/2, and WebSockets.
Safe, minimalistic evaluator of python expression using ast module
pytest plugin to run tests in a specific order
Apache Beam SDK for Python
Official native Python client for the Vertica database.
SQLAlchemy database migrations for Flask applications using Alembic.
Tool for detecting secrets in the codebase
Modern datetime library for Python
Python decorator for async properties.
A web server for spawning and communicating with Jupyter kernels
Python wrapper for the GitHub API(http://developer.github.com/v3)
Log and progress bar manager for console, notebooks, web...
A high-throughput and memory-efficient inference and serving engine for LLMs
A framework for optimizing textual system components (AI prompts, code snippets, etc.) using LLM-based reflection and Pareto-efficient evolutionary search.
Python module to handle standardized numbers and codes
Google OR-Tools python libraries and modules
A development tool to measure, monitor and analyze the memory behavior of Python objects.
Utility that helps with local TCP ports management. It can find an unused TCP localhost port and remember the association.
Removes unused imports and unused variables
Wrapper around the aiormq for asyncio and humans
Python library to convert dataclasses into marshmallow schemas.
A tiny, secure, URL-friendly, unique string ID generator for Python
The PEX packaging toolchain.
Provider package apache-airflow-providers-standard for Apache Airflow
A Kerberos authentication handler for python-requests
Python framework for fast Vector Space Modelling
OpenTelemetry SQLite3 instrumentation
OpenAI's response format for its open-weight model series gpt-oss
Type annotations and runtime checking for shape and dtype of JAX/NumPy/PyTorch/etc. arrays.
Structured deserialization of Docker Compose files.
A plugin for Apache Airflow to interact with Microsoft Fabric items
HuggingFace community-driven open-source library of evaluation
python package for finding the timezone of any point on earth (coordinates) offline
An Agent-Computer Interface (ACI) designed for software development agents OpenHands.
Google Cloud Datastore API client library
TensorFlow Serving Python API.
Python library for Intel HEX files manipulations
The BigQuery adapter plugin for dbt
Pseudo terminal support for Windows from Python.
Plumbum: shell combinators library
Yet Another Terminal Spinner
Search for words, documents, images, news, maps and text translation using the DuckDuckGo.com search engine.
Naturally author ONNX functions and models using a subset of Python
A small Python library created to help developers protect their applications from Server Side Request Forgery (SSRF) attacks.
The tea-util module of alibabaCloud Python SDK.
Validates X.509 certificates and paths; forked from wbond/certvalidator
Extracts emails and attachments saved in Microsoft Outlook's .msg files
netCDF4 via h5py
OpenTelemetry instrumentation for asyncio
Snowflake Python API for Resource Management
mbstrdecoder is a Python library for multi-byte character string decoder
rlp: A package for Recursive Length Prefix encoding and decoding
Automatically configures Python to use system certificates via truststore
A fast type checker and language server for Python with powerful IDE features
Proxy (SOCKS4, SOCKS5, HTTP CONNECT) client for Python
eth-keyfile: A library for handling the encrypted keyfiles used to store ethereum private keys
A pure-Python library for reading and converting SVG
Turns CSS blocks into style attributes
Microsoft Azure DNS Private Zones Client Library for Python
OpenTelemetry OpenAI instrumentation
Read & write Java .properties files
Microsoft Azure Event Grid Client Library for Python
Bindings for the Low-level Guidance (llguidance) Rust library for use within Guidance
OpenTelemetry Starlette Instrumentation
Microsoft Azure AI Inference Client Library for Python
A library that prepares raw documents for downstream ML tasks.
Mermaid diagrams in your Sphinx-powered docs
Function decoration for backoff and retry
A chess library with move generation, move validation, and support for common formats.
A fast C-implemented library for Levenshtein distance
OpenTelemetry Langchain instrumentation
behave is behaviour-driven development, Python style
Microsoft Azure API Management Client Library for Python
Generate simple tables in terminals from a nested list of strings.
Reconstruct Arabic sentences to be used in applications that do not support Arabic
Hamcrest framework for matcher objects
Template tool for putting up the scaffold of a Python project
Python wrapper around rapidjson
ModelScope: bring the notion of Model-as-a-Service to life.
Teradata SQL Driver Dialect for SQLAlchemy
Format agnostic tabular data library (XLS, JSON, YAML, CSV, etc.)
Generate a dot graph from the output of several profilers.
A task runner that works well with poetry and uv.
The missing async toolbox
PycURL -- A Python Interface To The cURL library
typepy is a Python library for variable type checker/validator/converter at a run time.
A high-performance JSON Schema validator for Python
A package interact with the Hive metastore via the Thrift protocol
A Rust HTTP server for Python applications
Common methods for propbable parsers
A framework for writing Airbyte Connectors.
A collection of specialized tools for Strands Agents
TensorBoardX lets you watch Tensors Flow without Tensorflow
A py.test plugin that parses environment files before running tests
Python wrapper around the Azure DevOps 7.x APIs
OpenTelemetry Kafka-Python instrumentation
A Celery Beat Scheduler using Redis for persistent storage
Type annotations for boto3 S3 1.43.31 service generated with mypy-boto3-builder 8.12.0
Parse US addresses using conditional random fields
Deep learning for humans.
Fast, flexible, and advanced augmentation library for deep learning, computer vision, and medical imaging. Albumentations offers a wide range of transformations for both 2D (images, masks, bboxes, keypoints) and 3D (volumes, volumetric masks, keypoints) data, with optimized performance and seamless integration into ML workflows.
Compressed Rich Text Format (RTF) compression and decompression package
A wizard-like JSON serialization library for Python dataclasses
OAuth2 Provider for Django
Microsoft Azure Appcontainers Management Client Library for Python
Fork of the standard library cgi and cgitb modules removed in Python 3.13
Microsoft Azure Security Center Management Client Library for Python
Type annotations for aioboto3 15.5.0 generated with mypy-boto3-builder 8.11.0
OpenTelemetry Anthropic instrumentation
Microsoft Azure Hdinsight Management Client Library for Python
Microsoft Azure App Configuration Management Client Library for Python
Create Python CLI apps with little to no effort at all!
A getattr and setattr that works on nested objects, lists, dicts, and any combination thereof without resorting to eval
A library for extracting HTML content from RTF encapsulated HTML as commonly found in the exchange MSG email format.
Python binding for Rust's library for reading excel and odf file - calamine
A python library to define and validate data types in Docling.
Code Metrics in Python
A tool for detecting and masking secrets
A helper class for handling configuration defaults of packaged apps gracefully.
Postgresql fixtures and fixture factories for Pytest.
A Python package for easy multiprocessing, but faster than multiprocessing
Microsoft Azure Synapse Management Client Library for Python
Unicode to ASCII transliteration
Self-contained ISO 3166-1 country definitions.
Tool for detecting secrets in the codebase
Microsoft Azure Postgresqlflexibleservers Management Client Library for Python
Implements a fake file system that mocks the Python file system modules.
A simple, cross-platform, pure Python module for JavaScript-like message boxes.
Aliyun Tea OpenApi Library for Python
Using SQLAlchemy with Spatial Databases
Microsoft Azure Redhatopenshift Management Client Library for Python
A simple Python wrapper around the PubChem PUG REST API.
Open-source thermodynamic and transport properties database
Integration of uv with tox (bare package, bring your own uv).
Structured Text Generation in Rust
A pure Python package for reading and writing DICOM data
Standard library chunk redistribution. "dead battery".
Standard library aifc redistribution. "dead battery".
Automagic shell tab completion for Python CLI applications
Alibaba Cloud OSS (Object Storage Service) SDK V2 for Python
Generic automation framework for acceptance testing and robotic process automation (RPA)
Tree is a library for working with nested data structures.
Python client library for IBM Cloudant
Please run pip install vertexai to use the Vertex SDK.
Utilities for string case conversion.
Lightweight stateless SQL execution for Databricks with minimal dependencies
Python client for Valkey forked from redis-py
Simple wrapper over logging for a couple basic features
This module performs conversions between Python values and C bit field structs represented as Python byte strings.
Microsoft Corporation Key Vault Administration Client Library for Python
Microsoft Azure Netapp Management Client Library for Python
client-side and server-side support for the OpenAPI Specification v3
Wkhtmltopdf python wrapper to convert html to pdf using the webkit rendering engine and qt
Type Hints for Python
Client for the Presto distributed SQL Engine
OpenTelemetry pymongo instrumentation
Parsel is a library to extract data from HTML and XML using XPath and CSS selectors
Efficiently computes derivatives of NumPy code.
Boto3 SQS service tracing for OpenTelemetry
Library for communicating with Redis Clusters. Built on top of redis-py lib
pytablewriter is a Python library to write a table in various formats: AsciiDoc / CSV / Elasticsearch / HTML / JavaScript / JSON / LaTeX / LDJSON / LTSV / Markdown / MediaWiki / NumPy / Excel / Pandas / Python / reStructuredText / SQLite / TOML / TSV / YAML.
Microsoft Azure SQL Virtual Machine Management Client Library for Python
Microsoft Azure Synapse AccessControl Client Library for Python
TF.Text is a TensorFlow library of text related ops, modules, and subgraphs.
Microsoft Azure Imagebuilder Management Client Library for Python
Microsoft Azure Mysqlflexibleservers Management Client Library for Python
OpenTelemetry jinja2 instrumentation
Microsoft Azure Bot Service Client Library for Python
A collection of accessible pygments styles
Collection of common interactive command line user interfaces, based on Inquirer.js
Microsoft Azure Service Linker Management Client Library for Python
Microsoft Azure Synapse Managed Private Endpoints Client Library for Python
Microsoft Azure Servicefabricmanagedclusters Management Client Library for Python
Microsoft Azure Extended Location Management Client Library for Python
Converts between Gregorian dates and other calendar systems
Microsoft Azure Graph RBAC Client Library for Python
Simple, Pythonic text processing. Sentiment analysis, part-of-speech tagging, noun phrase parsing, and more.
A library for working with web frameworks
Integrated set of Django applications addressing authentication, registration, account management as well as 3rd party (social) account authentication.
Multi key dictionary implementation
pysbd (Python Sentence Boundary Disambiguation) is a rule-based sentence boundary detection that works out-of-the-box across many languages.
A simple Python wrapper for FFmpeg
Matrices describing affine transformation of the plane
Wraps the open-source Stockfish chess engine for easy integration into python.
A library for recording and reading data in Jupyter and nteract Notebooks
OpenTelemetry aiokafka instrumentation
Astronomy and astrophysics core library
A simple library to get or create a unique device id for a device in Python.
Allows you to use fixtures in @pytest.mark.parametrize.
PowerShell Remoting Protocol and WinRM for Python
A collection of helpers and mock objects for unit tests and doc tests.
Simple VAPID header generation library
Repackaging of Google's Diff Match and Patch libraries.
QueryString parser for Python/Django that correctly handles nested dictionaries
A sphinx extension that automatically documents argparse commands and options
Store model history and view/revert changes from admin site.
Python modules for implementing LDAP clients
Monitor the health of your Django app and its connected services.
A Python library for splitting text into smaller chunks while preserving as much local semantic context as possible.
Read audio file metadata
llama-index readers file integration
Python package that interfaces with the Internet Archive's Wayback Machine APIs. Archive pages and retrieve archived pages easily.
Python library for extract property from data.
A Python module to bypass Cloudflare's anti-bot page.
Celery result backends for Django.
Make beautiful maps with Leaflet.js & Python
Checks playbooks for practices and behavior that could potentially be improved
Retry potentially transient HTTP errors in Python.
A library to access World Bank data
OpenHands Agent Server - REST/WebSocket interface for OpenHands AI Agent
Asynchronous Python HTTP for Humans.
Python bindings for ERFA
Complete lxml external type annotation
Package for AWS-specific Dagster framework solid and resource components.
A sleek Python library for binary data.
OpenTelemetry AWS Lambda instrumentation
Python package for configuring a python package
Python bindings and utilities for GeoJSON
JSON Merge Patch library (https://tools.ietf.org/html/rfc7386)
python wrapper for Lance columnar format
OpenTelemetry psycopg instrumentation
A pluggable framework for adding two-factor authentication to Django using one-time passwords.
A domain-specific language for modeling convex optimization problems in Python.
Appier Framework
unittest subTest() support and subtests fixture
Build and run queries against data
Universal Python binding for the LMDB 'Lightning' Database
Python protocol stubs for LiveKit
Easy VCS-based management of project version strings
Python 3 library for downloading YouTube Videos.
Provides an object-oriented python interface to the netCDF version 4 library
Middleware correlating project logs to individual requests
Microsoft Corporation Azure Keyvault Securitydomain Client Library for Python
Library to parse and apply unified diffs.
A plugin for flake8 finding likely bugs and design problems in your program. Contains warnings that don't belong in pyflakes and pycodestyle.
Microsoft Azure Deploymentstacks Management Client Library for Python
Probably the fastest Python package to convert longitude/latitude to timezone name
High level interface to SSPI for Kerberos client auth
Python client for Appium
A Python library for anomaly detection across tabular, time series, graph, text, image, and audio data. 61 detectors, benchmark-backed ADEngine orchestration, and an agentic workflow for AI agents.
A pillow plugin that adds avif support via libavif
WebPush publication library
Microsoft Azure Deployments Management Client Library for Python
A set of disposable email domains
The kms module of Aliyun Python sdk.
A Wadler–Lindig pretty-printer for Python.
A fast & compressed ndarray library with a flexible compute engine.
Generate C/C++ code coverage reports with gcov
Bootstrap-based Sphinx theme from the PyData community
Python Server API for LiveKit
Python Client for the Airtable API
Basic trajectory file format functionality for Biotite; forked from MDTraj
PDF generator using HTML and CSS
Amazon MSK Library in Python for SASL/OAUTHBEARER Auth
A flexible utility for flattening and unflattening dict-like objects in Python.
Presidio Anonymizer package - replaces analyzed text with desired values.
Python Real-time SDK for LiveKit
Python utilities for the NVIDIA Management Library
A Pulumi package for creating and managing Amazon Web Services (AWS) cloud resources.
Microsoft Azure Resource Templatespecs Management Client Library for Python
Python bindings for the Enchant spellchecking system
Microsoft Azure Resource Deploymentscripts Management Client Library for Python
selects tests affected by changed files and methods
Standard OpenGL bindings for Python
Immutable Collections
IERS Earth Rotation and Leap Second tables for the astropy core package
Generate locked-down AWS IAM Policies
Reference implementations of popular deep learning models
Workflow mgmgt + task scheduling + dependency resolution.
Static memory-efficient and fast Trie-like structures for Python.
OpenLineage integration with Airflow
Modern and fully asynchronous framework for Telegram Bot API
Provider package apache-airflow-providers-microsoft-mssql for Apache Airflow
Plugin for pytest that automatically reruns flaky tests.
Pure Python implementation of Google Common Expression Language
AWS IAM Security Assessment tool that identifies violations of least privilege and generates a risk-prioritized HTML report
A powerful framework for building realtime voice AI agents
A pytest plugin that allows multiple failures per test.
a fork of Python 2 and 3 ast modules with type comment support
Provider package apache-airflow-providers-sftp for Apache Airflow
ONNX Runtime is a runtime accelerator for Machine Learning models
A gradient processing and optimization library in JAX.
Schemas for Safety tools
Hassle-free computation of shareable, comparable, and reproducible BLEU, chrF, and TER scores
A Python package for dealing with Hebrew (Jewish) calendar dates.
A minimal snowplow event tracker for Python. Add analytics to your Python and Django apps, webapps and games
Command-line YAML/XML processor - jq wrapper for YAML/XML documents
Pure Python library for LaTeX to MathML conversion
AWS Plugin for MLflow with SageMaker
A cryptocurrency trading API with more than 100 exchanges in JavaScript / TypeScript / Python / C# / PHP / Go
Tempo is timeseries manipulation for Spark. This project builds upon the capabilities of PySpark to provide a suite of abstractions and functions that make operations on timeseries data easier and highly scalable.
Django middlewares to monitor your application with Prometheus.io.
C++ grammar for tree-sitter
Plugin for Poetry to enable dynamic versioning based on VCS tags
HuggingFace library for verifying mathematical answers
Simple entity relation (ER) diagrams generation
OpenTelemetry mysqlclient instrumentation
Utility to detect blocking calls in the async event loop
Google Drive Public File/Folder Downloader
OpenTelemetry Instrumentation for Tortoise ORM
Tornado instrumentation for OpenTelemetry
Google Cloud Documentai API client library
Install rust into a temporary directory for boostrapping a rust-based build backend
A final implementation of JSONPath for Python that aims to be standard compliant, including arithmetic and binary comparison operators and providing clear AST for metaprogramming.
Typed settings based on attrs classes
Daytona
Mustache for Python
ISO 639 language codes, names, and other associated information
Daytona
Modular version of the Docling package: SDK and CLI for parsing PDF, DOCX, HTML, and more, to a unified document representation for powering downstream workflows such as gen AI applications.
Official Box Python SDK
Provider package apache-airflow-providers-docker for Apache Airflow
Expose features from _ArviZverse_ refactored packages together in the ``arviz`` namespace.
A library for Unicode normalization (NFC, NFD, NFKC, NFKD) independent of Python's core Unicode database.
Train transformer language models with reinforcement learning.
Portable mixed-precision BLAS-like vector math library for x86 and ARM
An extending constructor of PyYAML: include other YAML files into current YAML document
Calendars for securities exchanges
Conan C/C++ package manager
Comet tool for logging and evaluating LLM traces
Daytona Toolbox API
Utilities and helpers for writing Pylint plugins
Lightweight SOAP client (community fork)
Python version of Google's common library for parsing, formatting, storing and validating international phone numbers.
Clang-Format is an LLVM-based code formatting tool
PostgreSQL Languages AST and statements prettifier
Daytona Toolbox API
Microsoft Azure Machine Learning Client Library for Python
Cython bindings and Python interface to HMMER3.
Injector - Python dependency injection framework, inspired by Guice
Jupyter notebooks as Markdown documents, Julia, Python or R scripts
Multiple argument dispatching.
tabledata is a Python library to represent tabular data. Used for pytablewriter/pytablereader/SimpleSQLite/etc.
Enforce the output format (JSON Schema, Regex etc) of a language model
Read/write gspread worksheets using pandas DataFrames
Easily measure timing and throughput of code blocks, with beautiful human friendly representations.
Powerful Feature flagging and A/B testing for Python apps
Linux-only Pytest plugin to control durations of various test case execution phases
Sphinx extension that provides a domain for documenting HTTP APIs.
Jupyter Notebook as a Jupyter Server extension.
Python bindings to Rust's regress ECMA regular expressions library
Python wrapper around invoking shellcheck (https://www.shellcheck.net/)
A new kind of Progress Bar, with real-time throughput, ETA, and very cool animations!
OpenTelemetry PyMySQL instrumentation
RestrictedPython is a defined subset of the Python language which allows to provide a program input into a trusted environment.
A record linkage toolkit for linking and deduplication
Type annotations for SciPy
Minimal CLI coding agent by Mistral
Declarative parsing and validation of HTTP request objects, with built-in support for popular web frameworks, including Flask, Django, Bottle, Tornado, Pyramid, Falcon, and aiohttp.
Compress responses in your Flask app with gzip, deflate, brotli or zstandard.
Process executor (not only) for tests.
TinyDB is a tiny, document oriented database optimized for your happiness :)
Fast python callback/event system modeled after Qt Signals
Snowflake Python API
django-taggit is a reusable Django application for simple tagging.
Pure-Python Japanese character interconverter for Hiragana, Katakana, Hankaku, Zenkaku and more
OpenTelemetry Google Generative AI instrumentation
Statsig Python bindings for the Statsig Core SDK.
A Python library to interract with the Pusher Channels API
Fast implementation of the edit distance (Levenshtein distance)
Building Blocks for Precise & Flexible Type Hints
A spec-compliant gitignore parser for Python 3.5+
Provider package apache-airflow-providers-apache-impala for Apache Airflow
An integration package connecting Ollama and LangChain
Generate complex HTML+JS pages with Python
Falcon instrumentation for OpenTelemetry
A Python tool to maintain a modular package architecture.
End-to-End Multi-Lingual Optical Character Recognition (OCR) Solution
Python DBI driver for DB2 (LUW, zOS, i5)
Swagger UI bundled for usage with Python
A dot-accessible dictionary (a la JavaScript objects)
LEB128(Little Endian Base 128)
Microsoft Azure Subscription Management Client Library for Python
Check CDK v2 applications for best practices using a combination on available rule packs.
Unleash the power of MkDocs with macros and variables
Lint your dbt project SQL
Pytest plugin to create CodSpeed benchmarks
Expand system variables Unix style
Never use print() to debug again: inspect variables, expressions, and program execution with a single, simple function call.
High-performance image processing functions for deep learning and computer vision.
Evaluate your speech-to-text system with similarity measures such as word error rate (WER)
Geocoder is a simple and consistent geocoding library.
Keep track of failed login attempts in Django-powered sites.
A fully-featured and blazing-fast Python API client to interact with Algolia.
Undetected Python version of the Playwright testing and automation library.
Cucumber Expressions - a simpler alternative to Regular Expressions
PDF file reader/writer library
OpenTelemetry elasticsearch instrumentation
Python DBAPI driver for MSSQL using pure Python TDS (Tabular Data Stream) protocol implementation
Library and standards for schema and statistics.
Supplementary data about languages used by the langcodes module
Static typing compatibility layer for older versions of NumPy
Microsoft Azure MyService Management Client Library for Python
pytest plugin to annotate failed tests with a workflow command for GitHub Actions
A robust and significantly extended implementation of JSONPath for Python, with a clear AST for metaprogramming.
Type annotations for boto3 BedrockRuntime 1.43.30 service generated with mypy-boto3-builder 8.12.0
Type annotations for boto3 ECR 1.43.0 service generated with mypy-boto3-builder 8.12.0
Type stubs for Celery and its related packages
a modern parsing library
Generate random strings in Python
Promises/A+ implementation for Python
Agent Framework Plugin for Silero
Access dict values as attributes (works recursively).
Simple package to extract text with coordinates from programmatic PDFs
Provides a tag-expression parser and evaluation logic for cucumber/behave
Valkey GLIDE Async client. Supports Valkey and Redis OSS.
This package will be released in the near future. Stay tuned!
You should switch to the snowflake-uuid package
Type annotations for boto3 SSM 1.43.0 service generated with mypy-boto3-builder 8.12.0
Type annotations for aiobotocore EC2 3.7.0 service generated with mypy-boto3-builder 8.12.0
The powerful data exploration & web app framework for Python.
Implementation of ITU-R BS.1770-4 loudness algorithm in Python.
An ultra fast cross-platform multiple screenshots module in pure python using ctypes.
Simple wrapper for tabula-java, read tables from PDF into DataFrame
OpenTelemetry Pyramid instrumentation
Python bindings for the Qt cross-platform application and UI framework (Essentials)
External JavaScript for yt-dlp supporting many runtimes
Accurate Hijri-Gregorian dates converter based on Umm al-Qura calendar
Clarabel Conic Interior Point Solver for Rust / Python
OpenTelemetry Confluent Kafka instrumentation
Type annotations for boto3 Athena 1.43.0 service generated with mypy-boto3-builder 8.12.0
AWS Encryption SDK implementation for Python
NVIDIA cuDNN Frontend — Python and C++ Graph API with SOTA attention (SDPA / Flash Attention), MoE grouped GEMM fusions, and FP8/MXFP8 kernels for Hopper and Blackwell GPUs.
Extract attachments from Outlook .msg files.
OpenTelemetry Aio-pika instrumentation
Python/C++ bindings helper module
The easiest way to use deep metric learning in your application. Modular, flexible, and extensible. Written in PyTorch.
Splitting conic solver
Python implementation of Jean Meeus astronomical routines
Type annotations for boto3 IAM 1.43.29 service generated with mypy-boto3-builder 8.12.0
A chess library with move generation and validation, Polyglot opening book probing, PGN reading and writing, Gaviota tablebase probing, Syzygy tablebase probing, and XBoard/UCI engine communication.
A Lucene query parser generating ElasticSearch queries and more !
`interface_meta` provides a convenient way to expose an extensible API with enforced method signatures and consistent documentation.
Awesome OCR Library
An extension of the Hugging Face CLI for interacting with Gradio Spaces and Apps.
The Redshift adapter plugin for dbt
Cache-based rate-limiting for Django.
Python<->ObjC Interoperability Module
A fully featured, pythonic library for representing and using quaternions.
Type annotations for boto3 SFN 1.43.7 service generated with mypy-boto3-builder 8.12.0
An asyncio driver for ClickHouse with native TCP support
RotatingFileHandler replacement with concurrency, gzip and Windows support. Size and time based rotation.
Full-featured Telegram client library for Python 3
ordered, dynamically-expandable dot-access dictionary
SAP HANA Python Client
Databricks Feature Engineering Client
Propensity score matching for python and graphical plots
A Python package for flexible and modular causal inference modeling
Support for Databricks AI support in LangChain
Wrapper package for OpenCV python bindings.
Prometheus metrics exporter for Flask
Alibaba Cloud Gateway SPI SDK Library for Python
Null values and sentinels like (but not) None, False & True
Yet Another Python Profiler
A DynamoDB json util from and to python objects
Google Cloud Vectorsearch API client library
Inmem implementation for the LangGraph API server.
Python commitizen client tool
Agent Framework plugin for services from OpenAI
OpenTelemetry MySQL instrumentation
Python XML Binding
Pure-Python Implementation of the AES block-cipher and common modes of operation
This package contains the AI models used by the Docling PDF conversion package
Multi-producer multi-consumer in-memory signal dispatch system
Type annotations for aiobotocore SQS 3.7.0 service generated with mypy-boto3-builder 8.12.0
Wrappers for the Cocoa frameworks on macOS
Type annotations for boto3 Kinesis 1.43.0 service generated with mypy-boto3-builder 8.12.0
Hatchling plugin to read project dependencies from requirements.txt
Apache Drill for SQLAlchemy
NFS-safe file locking with timeouts for POSIX and Windows
Python library for working with the SpatioTemporal Asset Catalog (STAC) specification
[DEPRECATED] Use 'hijridate' package instead
Best way to have Django DRY forms
A Software Testing Tool
Python wrapper for the Buildkite API
Easy-to-use parser combinators, for parsing in pure Python
A Discord Audio & Video End-to-End Encryption (DAVE) Protocol implementation
Command line python tool for working with singularity.
Microsoft Azure Domainregistration Management Client Library for Python
A tiny LRU cache implementation and decorator
Produce a plan that dispatches calls based on a graph of functions, satisfying data dependencies.
Parse and compile Excel formulas and workbooks in python code.
Shared utilities for CrewAI — version, paths, user-data, telemetry, printer.
CLI for CrewAI — scaffold, run, deploy and manage AI agent crews.
Authentication for HTTPX
Massive Text Embedding Benchmark
Kubeflow Pipelines API
SSH Filesystem -- Async SSH/SFTP backend for fsspec
Clustering based on density with variable density clusters
Pyspark test helper library
Python's forecast::auto.arima equivalent
Treescope: An interactive HTML pretty-printer for ML research in IPython notebooks.
OpenMed delivers state-of-the-art biomedical and clinical LLMs that rival proprietary enterprise stacks, unifying model discovery, advanced extractions, and one-line orchestration.
Convert AWS CloudFormation templates between JSON and YAML formats
Avro record class and specific record reader generator
CommonMark compliant Markdown formatter
Open Source Differentiable Computer Vision Library for PyTorch
A small utility to simplify and clean up argument parsing scripts.
Collection of persistent (disk-based) and non-persistent (memory-based) queues
A Grammar of Graphics for Python
A simple Python module for parsing human names into their individual components.
Python bindings for the Qt cross platform application toolkit
A package for encoding categorical variables for machine learning
Shims to make deprecation of pytz easier
Type annotations for boto3 ECS 1.43.38 service generated with mypy-boto3-builder 8.12.0
Microsoft Azure DNS Management Client Library for Python
Google Cloud Org Policy API client library
JSON grammar for tree-sitter
The programming language for agentic software.
The tea module of alibabaCloud Python SDK.
Scales for Python
Line-by-line profiler
OpenTelemetry pymemcache instrumentation
Reads and Writes SAS, SPSS and Stata files into/from pandas and polars data frames.
Automated generation of real Swagger/OpenAPI 2.0 schemas from Django Rest Framework code.
Google Cloud Os Config API client library
Load, configure, and compose WSGI applications and servers
includes jinja templates in a documentation
Google Cloud Access Context Manager Protobufs
jinja2 template renderer for aiohttp.web (http server for asyncio)
Google Cloud Pubsublite API client library
script tag with additional attributes for django.forms.Media
BlingFire bindings for livekit-agents
tcolopy is a Python library to apply true color for terminal text.
GraphFrames: DataFrame-based Graphs
Flexible python implementation of red black trees
The Rerun Logging SDK
AWS SAM CLI is a CLI tool for local development and testing of Serverless applications
UUID object and generation functions (Python 2.3 or higher)
Dump the software license list of Python packages installed with pip.
OpenTelemetry Cassandra instrumentation
A multi-language, cross-platform library that provides cryptographic APIs that are secure, easy to use correctly, and hard(er) to misuse.
SeleniumBase is a framework for web crawling, scraping, and testing. Supports pytest. CDP Mode adds stealth. Includes many tools.
OpenTelemetry Remoulade instrumentation
llama-index multi-modal-llms openai integration
Java Property file parser and writer for Python
Generate modern Python clients from OpenAPI
Microsoft Azure Resourcegraph Management Client Library for Python
Media bundle containing audio/3D/misc workflow assets
llama-index question_gen openai integration
MediaPipe is the simplest way for researchers and developers to build world-class ML solutions and applications for mobile, edge, cloud and the web.
Django application and library for importing and exporting data with included admin integration.
XFormers: A collection of composable Transformer building blocks.
Pytest plugin reporting fixtures and test functions execution time.
A pure python implementation of multicast DNS service discovery
The Pulumi Command Provider enables you to execute commands and scripts either locally or remotely as part of the Pulumi resource model.
Media bundle containing image workflow assets
Sass for Python: A straightforward binding of libsass for Python.
A simple, cross-platform screenshot module for Python 2 and 3.
A lightweight, object-oriented Python state machine implementation with many extensions.
OT Trace Propagator for OpenTelemetry
Low level implementations for computer vision in Rust
A collection of tweening (aka easing) functions.
Build complex rules, serialize them as JSON, and execute them in Python
High performance graph data structures and algorithms
Logging formatters for ECS (Elastic Common Schema) in Python
Graph and drawing algorithms framework
Type stubs for google-api-python-client
Handlebars template engine for composing LLM prompts, built on Pydantic
PyAutoGUI lets Python control the mouse and keyboard, and other GUI automation tasks. For Windows, macOS, and Linux, on Python 3 and 2.
Core helpers for ComfyUI workflow templates
A simple, cross-platform module for obtaining GUI information on application's windows.
An easy interface to query the EC2 metadata API, with caching.
Intelligent browser header & fingerprint generator
Zope Deprecation Infrastructure
Safest and fastest Python library for secp256k1 elliptic curve operations
pysmb is an experimental SMB/CIFS library written in Python to support file sharing between Windows and Linux machines
ML Collections is a library of Python collections designed for ML usecases.
Marker library to detect whether urllib3 was installed with the deprecated [secure] extra
Client-side AWS Secrets Manager caching library
Adds the ability to retry flaky tests in CI environments
PyRect is a simple module with a Rect class for Pygame-like rectangular areas.
A library for deferring decorator actions
Media bundle containing video workflow assets
Microsoft Azure Reservations Client Library for Python
Pagefind is a library for performant, low-bandwidth, fully static search.
Highly-optimized, pure-python HTTP server
Bootstrap themed components for use in Plotly Dash
Provider package apache-airflow-providers-airbyte for Apache Airflow
Type annotations for boto3 SNS 1.43.23 service generated with mypy-boto3-builder 8.12.0
Django email backends and webhooks for Amazon SES, Brevo, MailerSend, Mailgun, Mailjet, Mailtrap, Mandrill, Postal, Postmark, Resend, Scaleway TEM, SendGrid, SparkPost, and Unisender Go (EmailBackend, transactional email tracking and inbound email signals)
Distributed Asynchronous Hyperparameter Optimization
A file format that achieves a new frontier of IO efficiency
Python toolkit for standardized model hosting container implementations with Amazon SageMaker integration
Search, hash, sort, and process strings faster via SWAR and SIMD
utilities for testing.* packages
The official Python library for the Browserbase API
Integrated process monitor for developing and reloading daemons.
Python bindings for the Qt cross-platform application and UI framework (Addons)
An application to display XY position and RGB color information for the pixel currently under the mouse. Works on Python 2 and 3.
A small python api to collect data from prometheus
Seamless polymorphic inheritance for Django models.
JSON5 serializer and parser for Python 3 written in Cython.
Python bindings for the Qt cross-platform application and UI framework
calculations with values with uncertainties, error propagation
A comprehensive, fast, pure Python memcached client
Open reproduction of consastive language-image pretraining (CLIP) and related.
automatically setups a postgresql instance in a temporary directory, and destroys it after testing
Type stubs for the Kubernetes Python API client
Randomise the order in which pytest tests are run with some control over the randomness
An integration package connecting LiteLLM and LangChain
{OPEN} client authentication protocol for python-requests
Minimal effort CLIs derived from type hints and parse from command line, config files and environment variables.
Python implementation of SAML Version 2 Standard
Intel® oneAPI Threading Building Blocks (oneTBB)
Easy access of environment variables from Python with support for strings, booleans, list, tuples, and dicts.
Python version of Sudachi, the Japanese Morphological Analyzer
AKEYLESS Cloud ID Retriever
OpenTelemetry OpenAI Agents instrumentation
Type annotations for boto3 SQS 1.43.0 service generated with mypy-boto3-builder 8.12.0
Building applications with LLMs through composability
Complete Two-Factor Authentication for Django
Provider package apache-airflow-providers-postgres for Apache Airflow
a dictionary-like, file-based cache module for Python
Robust Speech Recognition via Large-Scale Weak Supervision
A python implementation of the three Reader-Writer problems.
Plugin backend renderer for reportlab.graphics.renderPM
High-performance library for inlining CSS into HTML 'style' attributes
Microsoft Azure Monitor Ingestion Client Library for Python
Library with a SQLite implementation of LangGraph checkpoint saver.
The portable Python dataframe library
Convert strings to snakecase
Implements the hashids algorithm in python. For more information, visit http://hashids.org/
Type annotations for boto3 DynamoDB 1.43.0 service generated with mypy-boto3-builder 8.12.0
Declarative parameters for robust Python classes and a rich API for reactive programming
Programmatically open an editor, capture the result.
The endpoint-util module of alibabaCloud Python SDK.
Python class to integrate Boto3's Cognito client so it is easy to login users. With SRP support.
Flake8 plug-in loading the configuration from pyproject.toml
A framework for evaluating and optimizing agents and models using sandboxed environments.
Git for data scientists - manage your code and data together
Check PEP-8 naming conventions, plugin for flake8
Media bundle containing API-driven workflow assets
An authorization library that supports access control models like ACL, RBAC, ABAC in Python
Python and Django SDK for Cloudinary
Traversal over Python's objects subtree and calculate the total size of the subtree in bytes (deep size).
Python client library and CLI for using Redis as a vector database
Universally Unique Lexicographically Sortable Identifier
To simplify exif manipulations with python. Writing, reading, and more...
This package is deprecated, switch to roman-numerals.
Simple python library for color and formatting to terminal
Gherkin parser (official, by Cucumber team)
Python client for reading yaml based config files
Compresses linked and inline JavaScript or CSS into single cached files.
A modern, enterprise-ready business intelligence web application
Clean US addresses following USPS pub 28 and RESO guidelines
OpenInference LangChain Instrumentation
Databricks API client auto-generated from the official databricks-cli package
Wrappers for the Quartz frameworks on macOS
Generate test data from JSON schemata with Hypothesis
backport of asyncio.TaskGroup, asyncio.Runner and asyncio.timeout
Python bindings for interacting with Vagrant virtual machines.
Microsoft Azure CosmosDB Table Client Library for Python
A Pulumi package to create TLS resources in Pulumi programs.
HTTP security headers for Flask.
OpenTelemetry Writer instrumentation
Lightweight grading toolkit for environment-based tasks.
Small library to post data from DVC/DVCLive to Iterative Studio
Type annotations for boto3 APIGateway 1.43.0 service generated with mypy-boto3-builder 8.12.0
Microsoft Azure CosmosDB Namespace Package [Internal]
Utility library for i18n relied on by various Repoze and Pyramid packages
Sudachi Dictionary for SudachiPy - Core Edition
chDB is an in-process OLAP SQL Engine powered by ClickHouse
Silky smooth profiling for the Django Framework
Proxy connector for aiohttp
API key permissions for the Django REST Framework
gTTS (Google Text-to-Speech), a Python library and CLI tool to interface with Google Translate text-to-speech API
A toolkit for reproducible evaluation, diagnostic, and error analysis of speaker diarization systems
GIL-powered* locking library for Python
YAML reading/writing for Pydantic models
Microsoft Azure Storage File Client Library for Python
A tool that parses emails by enhancing the Python standard library, extracting all details into a comprehensive object.
Awesome multilingual OCR and document parsing toolkits based on PaddlePaddle
Web mercator XYZ tile utilities
A Microsoft Fabric Synapse Data Warehouse adapter plugin for dbt
Interface to multimedia databases and experimental protocols
Middleware for Starlette that allows you to store and access the context data of a request. Can be used with logging so logs automatically use request headers such as x-request-id or x-correlation-id.
QR Code and Micro QR Code generator for Python
Access Kaggle resources anywhere
Type annotations for boto3 SES 1.43.0 service generated with mypy-boto3-builder 8.12.0
Type annotations for boto3 CloudWatchLogs 1.43.35 service generated with mypy-boto3-builder 8.12.0
A MCP server which proxies requests to a remote MCP server over streamable HTTP or SSE.
A python library to read and write structured data in csv, zipped csvformat and to/from databases
Compute distance between the two texts.
A set of Python modules to automate the Microsoft Windows GUI
Extension for flake8 which uses pydocstyle to check docstrings
Apify API client for Python
Alembic autogenerate support for creation, alteration and deletion of enums
Python PAM module using ctypes, py3
Dictionary wrapper for quick access to deeply nested keys.
Type annotations for boto3 EC2 1.43.39 service generated with mypy-boto3-builder 8.12.0
Type annotations for boto3 SES 1.43.0 service generated with mypy-boto3-builder 8.12.0
Microsoft Cognitive Services Speech SDK for Python
Type annotations for boto3 Lambda 1.43.37 service generated with mypy-boto3-builder 8.12.0
Generate source code for Python classes from a JSON schema.
A Python wrapper for ngrok
Agent Framework plugin for services using Deepgram's API.
The Pyramid Web Framework, a Pylons project
2-5X faster training, reinforcement learning & finetuning
Parsing and validation of URIs (RFC 3986) and IRIs (RFC 3987)
A dataclasses serializer for Django REST Framework
Fast Kernel Library for ComfyUI with multiple compute backends
This package allows deprecating model fields and allows removing them in a backwards compatible manner.
Type annotations for boto3 RDS 1.43.30 service generated with mypy-boto3-builder 8.12.0
Google Spreadsheets Python API v4
Probabilistic Programming in Python: Bayesian Modeling and Probabilistic Machine Learning with PyTensor
A web-based viewer for Python profiler output
Sphinx plugin which renders a OpenAPI specification with Swagger
Python NVD3 - Chart Library for d3.js
Interface between LLMs and your data
The darabonba module of alibabaCloud Python SDK.
High performance storage and I/O for deep learning and data processing.
Add Python and JavaScript style comments in your JSON files.
MongoEngine is a Python Object-Document Mapper for working with MongoDB.
Python wrapper of the TestRail API
End of utterance detection for LiveKit Agents
Enable users to hijack (=login as) and work on behalf of another user.
CUBLAS native runtime libraries
Contains the integration code of AzureML with Mlflow.
Plyvel, a fast and feature-rich Python interface to LevelDB
Type annotations for boto3 Signer 1.43.0 service generated with mypy-boto3-builder 8.12.0
Monitor and control user input devices
Prefect integrations for interacting with Google Cloud Platform.
Pure python implementation of Apache Thrift.
llama-index embeddings bedrock integration
Base classes for sklearn-like parametric objects
Forecasting utilities
Function and command-line program to strip Python type hints.
XML & DTD grammars for tree-sitter
The country converter (coco) - a Python package for converting country names between different classifications schemes
Bindings to access kaggle's external-facing APIs
TAXII 2 Client Library
Nice DSP sweets: resampling, FFT Convolutions. All with PyTorch, differentiable and with CUDA support.
urllib3.future is a powerful HTTP 1.1, 2, and 3 client with both sync and async interfaces
WebDAV client, based on original package https://github.com/designerror/webdav-client-python but uses requests instead of PyCURL
HTML grammar for tree-sitter
The Datadog AWS Lambda Library
A loader implementing the PasteDeploy syntax to be used by plaster.
A loader interface around multiple config file formats.
A Django app for adding object tools for models in the admin
Type annotations for boto3 XRay 1.43.0 service generated with mypy-boto3-builder 8.12.0
Django extension to allow working with 'clusters' of models as a single unit, independently of the database
Advanced data structures for handling temporal segments with attached labels
Google Cloud Recommendations Ai API client library
Read one-dimensional barcodes and QR codes from Python 2 and 3.
OpenTelemetry Voyage AI instrumentation
AI Observability and Evaluation
Type annotations for boto3 CloudFormation 1.43.38 service generated with mypy-boto3-builder 8.12.0
VTK is an open-source toolkit for 3D computer graphics, image processing, and visualization
Library to convert rich text from Draft.js raw ContentState to HTML
US state meta information and other fun stuff
Tools to ease creating larger test libraries for Robot Framework using Python.
Mimesis: Fake Data Generator.
A library to convert Markdown to Slack's mrkdwn format
A library for providing I/O abstraction.
Python bindings for [Loro](https://loro.dev)
MCP server for retrieving context from a Qdrant vector database
Calculate recurrence times of events, todos, alarms and journals based on icalendar RFC5545.
Python client library for the Plaid API and Link
Design of Experiments for Python
OpenTelemetry OpenAI Agents instrumentation (barebones)
A Python library for cartographic visualizations with Matplotlib
The cw-rpa package provides reusable functions/common utilities for developing CW RPA bots.
An extension to the Django web framework that provides version control for model instances.
MONGODB-AWS authentication support for PyMongo
A Python image library that sits on top of Pillow, Wand and OpenCV
Drop-in replacement for Python's CSV library that tries to mitigate CSV injection attacks
Type annotations for boto3 Schemas 1.43.0 service generated with mypy-boto3-builder 8.12.0
Fully featured framework for fast, easy and documented API development with Flask
Runtime Hooks for AWS Lambda SnapStart - Python
An abstraction layer for distributed computing
cuDNN runtime libraries
FHIR Resources as Model Class
Access your OS root certificates with utmost ease
Niquests is a simple, yet elegant, HTTP library. It is a drop-in replacement for Requests, which is under feature freeze.
A client library for accessing Windmill server wrapping the Windmill client API
A customizable parser/transpiler for SCIM2.0 filters.
Type annotations for boto3 LakeFormation 1.43.0 service generated with mypy-boto3-builder 8.12.0
A flexible free and unlimited python tool to translate between different languages in a simple way using multiple translators
Simple VTXXX-compatible terminal emulator.
flake8 plugin that integrates isort
An integration package connecting Groq and LangChain
A wrapper around NumPy and other array libraries to make them compatible with the Array API standard
Tree-sitter Grammar for SQL
Type annotations for boto3. Adds code completion in IDEs such as PyCharm.
Sphinx extension to support docstrings in Numpy format
Safe, minimal import sorting
Apache Sedona is a cluster computing system for processing large-scale spatial data
Hypothesis strategies for GraphQL queries
mutation testing for Python 3
Read write lock for asyncio.
Type annotations for boto3 KMS 1.43.12 service generated with mypy-boto3-builder 8.12.0
A tile level programming language to generate high performance code.
Provides a country field for Django models.
Ease support for compatible scikit-learn estimators across versions
OpenInference OpenAI Instrumentation
A library for exchanging data between Python and JavaScript
AWS SigV4 Authentication with the python requests module
CSS grammar for tree-sitter
The Dag IO Framework for Fugue projects
A mocking library for requests.
Django extension for creating forms that vary according to user permissions
Low-code development tool based on PaddlePaddle.
Python bindings for Jsonnet - The data templating language
Markdown grammar for tree-sitter
TOML grammar for tree-sitter
Parallel Distributed Deep Learning
Clean personally identifiable information from dirty dirty text.
Chex: Testing made fun, in JAX!
Python API for sparkMeasure, a tool for performance troubleshooting of Apache Spark workloads.
FIDO2/WebAuthn library for implementing clients and servers.
CUDA nvcc
Thread-safe async-aware queue for Python
Molecule aids in the development and testing of Ansible roles
dvc objects - filesystem and object-db level abstractions to use in dvc and dvc-data
Faster zlib and gzip compatible compression and decompression by providing python bindings for the ISA-L ibrary.
A wrapper library that provides one API to read, manipulate and writedata in different excel formats
This package provides AWS V4 request signing using the requests library.
Django components that know how to render themselves.
Backport of Python 3.11's datetime.fromisoformat
Easy data preprocessing and data augmentation for deep learning models
The tea-xml module of alibabaCloud Python SDK.
A Python implementation of tree structure.
Provider package apache-airflow-providers-microsoft-azure for Apache Airflow
Python bindings for the mapbox earcut C++ polygon triangulation library
Reliable and fast NGINX configuration file parser.
A lightweight agent skill implementation for Pydantic AI
Parameter builder SDK for Conversion API events
An OpenTelemetry package to populates Resource attributes for Kubernetes pods
Google Cloud Securitycenter API client library
pydantic xml extension
Sandboxed code execution for AI agents, locally or on the cloud.
An integration package connecting Hugging Face and LangChain.
Toolkit for Python-based database access.
A Pytest plugin for running a subset of your tests by splitting them in to equally sized groups.
A JupyterLab extension for rendering HoloViz content.
A Pylint plugin to help Pylint understand the Django web framework
Dominate is a Python library for creating and manipulating HTML documents using an elegant DOM API.
CUDA Runtime native Libraries
Package for using Celery as Dagster's execution engine.
Converts a Python dictionary or other native data type into a valid XML string.
Poetry plugin that adds support for pypi.org mirrors and pull-through caches
A MkDocs plugin for including mermaid graphs in markdown sources
Protocol Buffer Validation for Python
Repair Google Calendar - This Python module and program makes ICS/iCalendar files using X-WR-TIMEZONE compatible with the RFC 5545 standard.
A backport of Starlette TestClient using requests! ⏪️
Ordered YAML: drop-in replacement for PyYAML which preserves dict ordering
Semantic link for Microsoft Fabric
python wrapper for Xvfb, Xephyr and Xvnc
Regex grammar for tree-sitter
Type annotations for aiobotocore DynamoDB 3.7.0 service generated with mypy-boto3-builder 8.12.0
Survival analysis in Python, including Kaplan Meier, Nelson Aalen and regression
Asynchronous Python ODM for MongoDB
Extensive database of location and timezone data for nearly every airport and landing strip in the world.
Type annotations for boto3 CloudWatch 1.43.38 service generated with mypy-boto3-builder 8.12.0
E2B Code Interpreter - Stateful code execution
Web testing library for Robot Framework
Universal Binary JSON encoder/decoder
The Boost::Histogram Python wrapper.
Alibaba Cloud Gateway SPI SDK Library for Python
A Python implementation of Google's Encoded Polyline Algorithm Format.
NVRTC native runtime libraries
Type system extensions for use with the pyre type checker
Plugin for FABRIC SDK, used in fabric online Spark/Python Notebook and SJD
Replace default `flask shell` command by similar command running IPython.
Semantic Link Labs for Microsoft Fabric
Mako template bindings for the Pyramid web framework
Stone is an interface description language (IDL) for APIs.
SQL-based prefix tree inspired by pygtrie and python-diskcache
SDK for the Fabric Analytics Client
Apache Kylin Python Client Library
Provider package apache-airflow-providers-openlineage for Apache Airflow
Snowball stemming algorithms, for information retrieval
An OpenTelemetry package to populates Resource attributes from Docker containers
Structural Search and Rewrite code at large scale using precise AST pattern.
FastAPI plugin to enable SSO to most common providers (such as Facebook login, Google login and login via Microsoft Office 365 Account)
The official Python library for the composio API
Pytest to Slack reporting plugin
Jinja2 template bindings for the Pyramid web framework
scandir, a better directory iterator and faster os.walk()
A package which provides an interactive HTML debugger for Pyramid application development
Convert text with ANSI color codes to HTML or to LaTeX
Generate profile report for pandas DataFrame
cmd2 - quickly build feature-rich and user-friendly interactive command line applications in Python
A Python library for managing multiple versions of dependencies
Nebius Python SDK
Provider package apache-airflow-providers-oracle for Apache Airflow
Command-line interface to Jinja2 for templating in shell scripts.
Easy-to-use, Pythonic and complete IMAP client library
Cheetah is a template engine and code generation tool
Microsoft Azure Devtestlabs Management Client Library for Python
Library that uses Python to connect to Smartsheet services (using API 2.0).
Persistent dict in Python, backed up by sqlite3 and pickle, multithread-safe.
Nested resources for the Django Rest Framework
Version and deploy your models following GitOps principles
Python package for generating STAC metadata for the Met Office Deterministic Numerical Weather Prediction model
Wrapper around Playwright to help launch Camoufox
Probabilistic Generative Model Programming
Simple ClickHouse SQLAlchemy Dialect
Color palettes for Python
Automatically install geckodriver that supports the currently installed version of chrome.
Creates and signs online certificate status protocol (OCSP) requests and responses for X.509 certificates
RFC 6960 compliant OCSP Responder framework written in Python 3.5+.
PROXY protocol library with asyncio server implementation
Versioning It with your Version In Git
install curator through pip and run it through python
Converting pydantic classes to avro schemas
Qwen Vision Language Model Utils - PyTorch
A library for making HTTP requests through browser impersonation
A simple wrapper around inotify. No fancy bells and whistles, just a literal wrapper with ctypes. Under 100 lines of code!
Flexible version handling
Androguard is a full python tool to play with Android files.
Official Python library for Databricks AI support
Prefect integrations for interacting with Docker.
An accurate natural language detection library, suitable for short text and mixed-language text
A Python client for the tus resumable upload protocol -> http://tus.io
Optimum Library is an extension of the Hugging Face Transformers library, providing a framework to integrate third-party libraries from Hardware Partners and interface with their specific functionality.
Provider package apache-airflow-providers-odbc for Apache Airflow
A pure-Python implementation of SNMP/SMI MIB parsing and conversion library.
CycloneDX Software Bill of Materials (SBOM) generator for Python projects and environments
A library for accessing stubs in typeshed.
An implementation of Interactive Connectivity Establishment (RFC 5245)
Microsoft Azure Azure Schema Registry Client Library for Python
NVVM Libraries
Generate random english words and phrases.
Kalman filtering and optimal estimation library
A package that provides type hints for AWS Lambda event, context and response objects
Hook for adding Open Authentication support to Python-requests HTTP library.
Open-source home automation platform running on Python 3.
A hierarchical, easy-to-use, powerful configuration module for Python
Python binding for Intel's Embree ray engine
Graph Neural Network Library for PyTorch
A partial implementation of the SCIM 2.0 provider specification for use with Django.
Provider package apache-airflow-providers-celery for Apache Airflow
Generate static HTML documentation from JSON schemas
Create standard barcodes with Python. No external modules needed. (optional Pillow support included).
TensorFlow is an open source machine learning framework for everyone.
A Python library for automatically generating Pydantic v2 models from JSON Schema definitions
apkInspector is a tool designed to provide detailed insights into the zip structure of APK files, offering the capability to extract content and decode the AndroidManifest.xml file.
DEPRECATED: LangChain integration is now included in the main braintrust package. Install braintrust instead.
Official Infisical SDK for Python (Latest)
TensorFlow Hub is a library to foster the publication, discovery, and consumption of reusable parts of machine learning models.
Automatically rerun your tests on file modifications
Microsoft Agent Framework for building AI Agents with Python. This is the core package that has all the core abstractions and implementations.
Python library to compile, build & package AWS Lambda functions for several runtimes & frameworks.
Docusign eSignature REST API
OpenCC made with Python
Provider package apache-airflow-providers-apache-kafka for Apache Airflow
Monitor, kill, and analyze Postgres queries.
Generic drag-and-drop sorting for the List, the Stacked- and the Tabular-Inlines Views in the Django Admin
The "Django Admin Inline Paginator" is simple way to paginate your inline in django admin
Ready-to-use and customizable users management for FastAPI
Litestar - A production-ready, highly performant, extensible ASGI API Framework
Open3D: A Modern Library for 3D Data Processing.
Google Cloud Recaptcha Enterprise API client library
Tool for creating and verifying consumer-driven contracts using the Pact framework.
An implementation of Apache Ant FileSet and Globs
Fast implementations of common forecasting routines
This module contains several useful functions to work with prime numbers. from primePy import primes
A lightweight package that adds security headers for Python web frameworks.
Remote Python Call (RPyC) is a transparent and symmetric distributed computing library
A Pytorch library for audio data augmentation. Inspired by audiomentations. Useful for deep learning.
Backport functools.singledispatch to older Pythons.
Postgres locking routines and lock table access.
Easily parse JSON returned by Amazon Textract.
Dash wrapper around AG Grid, the best interactive data grid for the web.
Microsoft Azure Data Lake Analytics Management Client Library for Python
Plugin for adding monorepository support in Mkdocs.
Simple pytest fixtures for Docker and Docker Compose based tests
Type-Safe Pydantic Schemas for Django JSONFields
FastDepends - extracted and cleared from HTTP domain logic FastAPI Dependency Injection System. Async and sync are both supported.
Apache Atlas client
An app to add a "Log in as user" button in the Django user admin page.
Prometheus metrics exporter for Starlette applications.
Solves automatic numerical differentiation problems in one or more variables.
A web server and web framework that's written to go fast. Build fast. Run fast.
Python's missing debug print command, and more.
Whois querying and parsing of domain registration information.
Robot Framework keyword library wrapper around requests
converts and manipulates various color representation (HSL, RVB, web, X11, ...)
SDE solvers and stochastic adjoint sensitivity analysis in PyTorch.
Strawberry GraphQL Django extension
Packrat parser interpreter
Databricks AI Search Client (formerly Vector Search)
Market and exchange trading calendars for pandas
GDB pretty printers and commands for debugging the MongoDB Server
"Consistent Ansible Python API and CLI with container and process isolation runtime capabilities"
CMA-ES, Covariance Matrix Adaptation Evolution Strategy for non-linear numerical optimization in Python
sqldf for pandas
All-in-one speech toolkit in pure Python and Pytorch
A high-level plotting API for the PyData ecosystem built on HoloViews.
Smart object creation facility for Django.
DEPRECATED — use 'pip install vastai' instead. This package is a compatibility wrapper that installs vastai.
Provider package apache-airflow-providers-mongo for Apache Airflow
LLM Observability
Microsoft Azure Form Recognizer Client Library for Python
SQL Lineage Analysis Tool powered by Python
Client for Microsoft Exchange Web Services (EWS)
Python Reddit API Wrapper.
A Python logging handler for Fluentd event collector
A command line tool for interacting with cloud storage services.
Simple and tiny yield-based trampoline implementation.
PyXDG contains implementations of freedesktop.org standards in python.
IBM watsonx.ai API Client
Type annotations for boto3 EventBridge 1.43.0 service generated with mypy-boto3-builder 8.12.0
Blazingly fast cleaning swear words (and their leetspeak) in strings
Tool to support lazy imports
Honcho: a Python clone of Foreman. For managing Procfile-based applications.
Library to instrument executable formats
Hist classes and utilities
A Lightning Fast ⚡ Rust-based regex crate wrapper for Python3 to get faster performance. 👾
VMware vSphere Python SDK
Modin: Make your pandas code run faster by changing one line of code.
Look up the frequencies of words in many languages, based on many sources of data.
An authorization library that supports access control models like ACL, RBAC, ABAC in Python
A flake8 plugin to help you write better list/set/dict comprehensions.
Microsoft Azure Azure Container Registry Client Library for Python
Easy and powerful exception tracking with Rollbar. Send messages and exceptions with arbitrary context, get back aggregates, and debug production issues quickly.
Statsig Python bindings for the Statsig Core SDK.
Provider package apache-airflow-providers-jdbc for Apache Airflow
Generate HTML reports from Junit results
FHIR Core library
Manage multiple versions of your MkDocs-powered documentation
Library for making sigv4 requests to AWS API endpoints
A tool to automatically upgrade syntax for newer versions.
Official Python client library for LinkedIn APIs
Time series forecasting suite using statistical models
Jinja2 Extension for Dates and Times
CUDA C Runtime
CUDA nvcc
The CLI for Jinja2
The duckdb adapter plugin for dbt (data build tool)
CVSS2/3/4 library with interactive calculator for Python 2 and Python 3
High-performance safetensors model loader
A libpq-based ADBC driver for working with PostgreSQL.
Automatically retrieve credentials for AWS CodeArtifact.
Lightweight version of Milvus for local development and testing
Oracle Cloud Infrastructure CLI
A wrapper library to read, manipulate and write data in xls format. Itreads xlsx and xlsm format
A pure Python Levenshtein implementation that's not freaking GPL'd.
Hand-rolled Rust HogQL parser with C++-parity AST output
Plain Python functions as CLI commands without boilerplate
Type annotations for aiobotocore Lambda 3.7.0 service generated with mypy-boto3-builder 8.12.0
a thread-safe connection pool for ClickHouse
An OpenTelemetry package to populates Resource attributes from the running process
A fully featured modbus protocol stack in python
An OpenTelemetry distro which automatically discovers container attributes
Extensions to the Python standard library unit testing framework
Low-level communication layer for PRAW 4+.
Use dropdowns in Django admin list filter
Standardized and easy-to-parse API error responses for DRF.
A serial utility for flashing, provisioning, and interacting with Espressif SoCs.
Pinecone client (DEPRECATED)
Python interface for SEGGER J-Link.
Unified Histogram Interface: tools to help library authors work with histograms
An integration package to support Microsoft Foundry (formerly Azure AI) capabilities in LangChain/LangGraph ecosystem.
Detect test environment - pytest, doctest, unittest, or regular execution
Ctypes-based simple MagickWand API binding for Python
Google Cloud propagator for OpenTelemetry
A cross platform OCR Library based on OnnxRuntime.
tensorflow/datasets is a library of datasets ready to use with TensorFlow.
CircularDict is a high-performance Python data structure that blends the functionality of dictionaries and circular buffers. Inheriting the usage of traditional dictionaries, it allows you to define constraints on size and memory usage. This way, the CircularDict will be always up-to-date with the last N added elements, ensuring that neither the maximum length nor the memory usage limit is exceeded. It is ideal for caching large data structures while maintaining control over memory footprint.
A python project containing all the dependencies for schema s3 for tentaclio.
Kedro-Datasets is where you can find all of Kedro's data connectors.
A multi-architecture binary analysis toolkit, with the ability to perform dynamic symbolic execution and various static analyses on binaries
fast html to text parser (article readability tool) with python 3 support
Convert number words eg. three hundred and forty two to numbers (342).
Mask your objects instead of deleting them from your database.
Version numbering for anarchists and software realists
Type annotations for aiobotocore RDS 3.7.0 service generated with mypy-boto3-builder 8.12.0
Kana kanji simple inversion library
A MkDocs plugin for dynamic page redirects to prevent broken links
Simple cron-like parser, which determines if current datetime matches conditions.
Flake8 and pylama plugin that checks the ordering of import statements.
Splunk Software Development Kit for Python
Open source library for Hugging Face Task Sample Inputs and Outputs
Support for Unity Catalog functions as LangChain tools
Parse gdb machine interface output with Python
Mkdocs plugin that enables displaying the localized date of the last git modification of a markdown file.
A flexible Python Kconfig implementation
Autograd compatible approximations to the gamma family of functions
Python Client for BioThings API services.
Spinners for terminals
Docker integration tests for pytest
Microsoft Azure Logic Apps Management Client Library for Python
Optimizing compiler for evaluating mathematical expressions on CPUs and GPUs.
Polymorphic serializers for Django REST Framework.
Standardizing Feature Flagging for Everyone
A robust implementation of concurrent.futures.ProcessPoolExecutor
Colored symbols for various log levels for Python
Azure Machine Learning core packages, modules, and classes
An integration package connecting MongoDB and LangChain
Convert docx to pdf on Windows or macOS directly using Microsoft Word (must be installed).
Automatic Semantic Versioning for Python projects
Create decorators easily in python.
Zipkin Span JSON Exporter for OpenTelemetry
Python Client for MyGene.Info services.
Python bindings for the Pact FFI library
Converts a string from snake case to camel case or camel case to snake case
Microsoft Azure Storage Client Library for Python with multi API version support.
pytest plugin for test data directories and files
Match tokenized words and phrases within the original, untokenized, often messy, text.
MWParserFromHell is a parser for MediaWiki wikicode
A starter toolkit for using Bedrock AgentCore
Python data structure and operations for intervals
Serve self-contained distribution builds of Swagger UI and Redoc with Django
A Django email backend for Amazon's Simple Email Service (SES)
A pytest plugin for instrumenting test runs via OpenTelemetry
Evaluation framework for RAG and LLM applications
PyDev.Debugger (used in PyDev, PyCharm and VSCode Python)
Type annotations for boto3 Organizations 1.43.16 service generated with mypy-boto3-builder 8.12.0
A python threadded logging handler and service extension for Azure Log Workspace OMS REST API.
Extension for Python-Markdown that makes lists truly sane. Custom indents for nested lists and fix for messy linebreaks.
Internationalization for pytz timezones and territories
Provider package apache-airflow-providers-dbt-cloud for Apache Airflow
Provider package apache-airflow-providers-apache-iceberg for Apache Airflow
Python bindings for the Monty sandboxed Python interpreter
A set of py.test fixtures to test Flask applications.
An integration package connecting Chroma and LangChain.
Python library for consuming OpenStack sevice-types-authority data
Scrape and search localized results from Google, Bing, Baidu, Yahoo, Yandex, Ebay, Homedepot, youtube at scale using SerpApi.com
Jazzband-maintained fork of docopt, the humane command line arguments parser.
golden master/snapshot/approval testing library which puts the values right into your source code
Thin wrapper around the "aws" command line interface for use with LocalStack
Give your project support for a variety of PyTorch model architectures, including auto-detecting model architecture from just .pth files. spandrel gives you arch support.
Original, standard and customisable versions of the Jaro-Winkler functions.
Microsoft Azure Consumption Client Library for Python
Ariadne is a Python library for implementing GraphQL servers.
Agent Framework plugin for voice synthesis with ElevenLabs' API.
Fluent data processing in Python - a chainable stream processing library for expressive data manipulation using method chaining
Strips outputs from Jupyter and IPython notebooks
fast, simple packet creation / parsing, with definitions for the basic TCP/IP protocols
Official Python SDK for Unity Catalog
aiosmtpd - asyncio based SMTP server
A full-featured Python package for parsing and creating iCalendar and vCard files
Command line tool for managing Amazon S3 and CloudFront services
Microsoft Azure Log Analytics Client Library for Python
This plugin provides an easy way to render a beautiful API reference based on a OpenAPI/Swagger file with FastAPI.
SQLAlchemy Adapter for PyCasbin
Microsoft Azure Notification Hubs Management Client Library for Python
A caching library for Python
Generate fully typed GraphQL client from schema, queries and mutations!
Python SDK and CLI for UiPath Platform, enabling programmatic interaction with automation services, process management, and deployment tools.
Microsoft Azure Service Fabric Client Library for Python
Asyncio DataLoader implementation for Python
Document structures for collaborative editing using Ypy
Functional enrichment analysis and more via the g:Profiler toolkit
pdb++, a drop-in replacement for pdb
Pytorch version of Stable Baselines, implementations of reinforcement learning algorithms.
Official bindings for the Axiom API
A fast and flexible implementation of Rigid Body Dynamics algorithms and their analytical derivatives
colorful TAB completion for Python prompt
Official Python library for Unity Catalog AI support
SageMaker Serve package for model serving and deployment
Kotlin grammar for tree-sitter
Units and constants in the HEP system of units
HdiJupyterUtils: Utils for Jupyter projects from HDInsight team
AutoVizWidget: An Auto-Visualization library for pandas dataframes
Extended PDG particle data and MC identification codes
py.test plugin to locally test sftp server connections.
A client library for accessing Neptune API
Produce and consume STIX 2 JSON content
Type annotations for boto3 DataExchange 1.43.0 service generated with mypy-boto3-builder 8.12.0
A Python framework for high-performance simulation and graphics programming
SQL code converter and data reconcilation tool for accelerating data onboarding to Databricks from EDW, CDW and other ETL sources.
b2luigi - bringing batch 2 luigi
Use git repo data for building a version number according to PEP-440
All-in-one type annotations for boto3 1.43.39 generated with mypy-boto3-builder 8.12.0
Convert OpenAPI Schemas to JSON Schemas
MkDocs plugin to allow clickable sections that lead to an index page
A port of Ansible's jinja2 filters without requiring ansible core.
Provider package apache-airflow-providers-datadog for Apache Airflow
A Great Dane turned Python environment detective
The hassle-free way to integrate analytics into any python application.
Type annotations for aiobotocore CloudFormation 3.7.0 service generated with mypy-boto3-builder 8.12.0
Type annotations for boto3 EventBridgeScheduler 1.43.0 service generated with mypy-boto3-builder 8.12.0
Fast, re-entrant optimistic lock implemented in Cython
Python module for interacting with nested dicts as a single level dict with delimited keys.
Elegant easy-to-use neural networks in JAX.
CUDA CCCL
Open source library for training and deploying models on Amazon SageMaker.
Speed-of-light TokenSpeed MLA kernels for Blackwell SM100 and SM103.
A django-compressor filter to compile SASS files using libsass
Browser fingerprint datapoints collected by Apify
An integration package connecting Postgres and LangChain
SageMaker MLOps package for workflow orchestration and model building
cmeel distribution for boost, which provides free peer-reviewed portable C++ source libraries.
Pure Python client for Apache Kafka
Type annotations for boto3 ElasticLoadBalancingv2 1.43.0 service generated with mypy-boto3-builder 8.12.0
A language and compiler for custom Deep Learning operations (vendor release for TokenSpeed)
Lightweight Covariance Matrix Adaptation Evolution Strategy (CMA-ES) implementation for Python 3.
Python Finite State Machines made easy.
A Python library for adding effects to audio.
Avoid costly downtime during Postgres migrations.
Python bindings for encoding and decoding Databento Binary Encoding (DBN)
MkDocs plugin supports image lightbox with GLightbox.
Type annotations for boto3 Batch 1.43.33 service generated with mypy-boto3-builder 8.12.0
Python DataFrames as interactive DataTables
Interrogate a codebase for docstring coverage.
Automatic registry design-pattern for mapping names to functionality.
Additional files for the LiteLLM Proxy. Reduces the size of the main litellm package.
A faster tokenizer for the json-stream Python library
Runs tests multiple times to expose flakiness.
Fast, async, fully-typed Redis client with support for cluster and sentinel
Collection of common code shared among different research projects in FAIR computer vision team
A nested progress with plotting options for fastai
Pythonic HTML generation/templating (no template files)
jupyter-server extension integrating collaborative shared models.
OpenVINO™ Telemetry package for sending statistics with user's consent, used in combination with other OpenVINO™ packages.
Neptune Fetcher (DEPRECATED - use neptune-query instead)
Fast and effective Instagram Private API wrapper
A collection of Python deprecation patterns and strategies that help you collect your technical debt in a non-destructive manner.
A tool for converting ONNX files to LiteRT/TFLite/TensorFlow, PyTorch native code (nn.Module), TorchScript (.pt), state_dict (.pt), Exported Program (.pt2), and Dynamo ONNX. It also supports direct conversion from LiteRT to PyTorch.
X-Transformers
MkDocs plugin to programmatically generate documentation pages during the build
npmai is a lightweight Python package designed to bridge the gap between users and open-source LLMs. Connect with Ollama and 45+ other powerful models instantly— no installation, no login, and no API keys required, and help in development of RAG Agents without installing anything locally or on cloud and it is free without sigin or signup or any type of limit.
Human-readable HTML tracebacks for Python exceptions
Microsoft Azure Relay Management Client Library for Python
jinja2 pre and post-processor to update with YAML
Quickly import and export delimited data with Django support for PostgreSQL's COPY command
Google Cloud Scheduler API client library
Headless chrome/chromium automation library (unofficial port of puppeteer)
Convert JSON Schema to human-readable Markdown documentation
Streaming JSON encoder and decoder
Publish Markdown files to Confluence wiki
An interface to libseccomp using ctypes. API compatible with libseccomp's Python bindings.
Vector Quantization - Pytorch
JSON type with nested change tracking for SQLAlchemy
Distributed task queue with full async support
The machine learning client library that is used for interacting with Snowflake to build machine learning solutions.
A library to create a command-line program from a function
Bayesian Optimization package
The world's fastest WARC parsing library written in Rust with bindings for Python.
Full featured consistent hashing python library compatible with ketama.
Kubernetes Operator Pythonic Framework (Kopf)
scalable pythonic model fitting for high energy physics
Google Cloud Modelarmor API client library
Karlsruhe Fit Environment 2: a package for fitting and elementary data analysis
A python package for fitting splines.
Compute numerical derivatives
Small utility to convert a python dictionary into an XML string
zfit model fitting interface for HEP
This SDK enables a set of First Party (Google owned) pipeline components that allow users to take their experience from Vertex AI SDK and other Google Cloud services and create a corresponding pipeline using KFP or Managed Pipelines.
FastAPI like dependency injection implementation
Support for Unity Catalog functions as OpenAI tools
The CDK Construct Library for AWS Lambda in Python
KeyBERT performs keyword extraction with state-of-the-art transformer models.
The Model Context Protocol (MCP) Atlassian integration is an open-source implementation that bridges Atlassian products (Jira and Confluence) with AI language models following Anthropic's MCP specification. This project enables secure, contextual AI interactions with Atlassian tools while maintaining data privacy and security. Key features include:
Python module for parsing semi-structured text into python tables.
Utilities for implementing Modified Preorder Tree Traversal with your Django Models and working with trees of Model instances.
Add new pages to the Django admin.
The CrowdStrike Falcon SDK for Python
high-level file-system operations for lazy devs.
Type annotations for boto3 CognitoIdentityProvider 1.43.33 service generated with mypy-boto3-builder 8.12.0
Static type checking support for Trio and related projects
Matchers for pytest
Tweak the form field rendering in templates, not in python-level form definitions.
Rust-powered collection of financial functions for Python.
This tool lets you search your gadgets on your binaries to facilitate your ROP exploitation.
A Pylint plugin to help Pylint understand the Pydantic
PEM file parsing in Python.
A portable, lightweight MessagePack serializer and deserializer written in pure Python.
Python client for ReportPortal v5.
CliKit is a group of utilities to build beautiful and testable command line interfaces.
A sqlalchemy/alembic extension for migrating procedures and views
Mailchimp Marketing API
Data monitoring and lineage
MySQL driver written in Python
Algolia Search integration for Django
Pseudo API for Google Trends
The CDK Construct Library for AWS::Glue
CUSPARSE native runtime libraries
CUFFT native runtime libraries
Monte Carlo's Python SDK
CUDA solver native runtime libraries
Type annotations for boto3 IAM 1.43.29 service generated with mypy-boto3-builder 8.12.0
CURAND native runtime libraries
Tools to expand Python's enum module.
CUDA profiling tools runtime libs.
Microsoft Azure Resource Management Client Libraries for Python
Client for getstream.io. Build scalable newsfeeds & activity streams in a few hours instead of weeks.
Build GUI for your Python program with JavaScript, HTML, and CSS
🐍 | Python library for Runpod API and serverless worker SDK.
Parse and process date string of varied precision as prefixes in Python.
Shell escape a string to safely use it as a token in a shell command (backport of cPython shlex.quote for Python versions 2.x & < 3.3)
A microlibrary that defines a Json type alias for Python.
Validate_email verify if an email address is valid and really exists.
Microsoft Azure Commerce Management Client Library for Python
Unix cron implementation by Python
Read and write ZIP files - backport of the zipfile module from Python 3.6
A simple, easy to use, unified manner of accessing program properties.
Flagsmith Python SDK
A fast, extensible Markdown parser in pure Python.
Multitask Cascaded Convolutional Networks for face detection and alignment (MTCNN) in Python >= 3.10 and TensorFlow >= 2.12
NVIDIA Tools Extension
A blazing-fast Python HTTP client with TLS fingerprint
The official CloudCruise Python SDK
Microsoft Azure Scheduler Management Client Library for Python
Microsoft Azure Power BI Embedded Management Client Library for Python
Microsoft Azure Hanaonazure Management Client Library for Python
Python Telnet server and client CLI and Protocol library
Microsoft Azure Managementpartner Management Client Library for Python
Microsoft Azure Machine Learning Compute Management Client Library for Python
A docutils-compatibility bridge to CommonMark, enabling you to write CommonMark inside of Docutils & Sphinx projects.
Type annotations for boto3 Textract 1.43.0 service generated with mypy-boto3-builder 8.12.0
JSONPath, JSON Pointer and JSON Patch for Python.
Django-MySQL extends Django's built-in MySQL and MariaDB support their specific features not available on other databases.
Microsoft Azure Dev Spaces Client Library for Python
Change point detection for signals in Python.
A command line application framework
Easily serialize dataclasses to and from JSON.
The ultra-reliable, fast ASGI+WSGI framework for building data plane APIs at scale.
sphinxcontrib-websupport provides a Python API to easily integrate Sphinx documentation into your Web application
Kconfig tooling for esp-idf
Microsoft Azure Legacy Service Management Client Library for Python
The official Python library for the cerebras API
Kestra is an infinitely scalable orchestration and scheduling platform, creating, running, scheduling, and monitoring millions of complex pipelines.
MkDocs plugin for setting revision date from git per markdown file.
Microsoft Agent Framework for building AI Agents with Python. This package contains all the core and optional packages.
Jupyter Server extension providing an implementation of the File ID service.
Type annotations for boto3 CodeBuild 1.43.38 service generated with mypy-boto3-builder 8.12.0
Microsoft Azure Application Insights Client Library for Python
OpenTelemetry Official OpenAI instrumentation
Pure python spell checker based on work by Peter Norvig
django-rest-framework-role-filters
Type annotations for boto3 SageMaker 1.43.33 service generated with mypy-boto3-builder 8.12.0
Convex optimization package
An integration package connecting Mistral and LangChain
Firmware size analysis for ESP-IDF
JCS - JSON Canonicalization
SWIG is a software development tool that connects programs written in C and C++ with a variety of high-level programming languages.
django-admin-rangefilter app, add the filter by a custom date range on the admin UI.
Python-ASN1 is a simple ASN.1 encoder and decoder for Python 2.7+ and 3.5+.
Various utilities for working with date and datetime objects
A Python library for interacting with Microsoft SQL Server
SPARQL Endpoint interface to Python
Official Saxonica python package for the SaxonC-HE 13.0.0 processor: for XSLT 3.0, XQuery 3.1, XPath 3.1 and XML Schema processing.
Sparse n-dimensional arrays for the PyData ecosystem
The smartest command line arguments parser in the world
Generate core dumps on unrecoverable software errors
A modern static site generator built by the creators of Material for MkDocs
Worldwide holidays and working days helper and toolkit.
Encode and decode Base64 without "=" padding
Python interface to Graphviz
Python STOMP client, supporting versions 1.0, 1.1 and 1.2 of the protocol
A debugging and profiling tool that can trace and visualize python code execution
Localization library for expressive translations.
A GitHub Flavored Markdown compliant Markdown linter.
Create web-based user interfaces with Python. The nice way.
Threading and multiprocessing eye-candy.
MNE-Python project for MEG and EEG data analysis.
On the fly conversion of Python docstrings to markdown
fasttext with wheels and no external dependency, but only the predict method (<1MB)
Type annotations for boto3 Account 1.43.0 service generated with mypy-boto3-builder 8.12.0
A small package to create visualizations of PyTorch execution graphs
Classes with architecture-specific information useful to other projects.
Simple YAML configuration file parser with easy access for structured data
Support for Databricks AI support with OpenAI
NVIDIA Collective Communication Library (NCCL) Runtime
Utilities for working with inspect.Signature objects.
Alpaca API python client
Image transformation, compression, and decompression codecs
AutoGen agents and teams library
Type annotations for boto3 EMR 1.43.23 service generated with mypy-boto3-builder 8.12.0
cmeel distribution for assimp, Open-Asset-Importer-Library Repository
Type annotations for boto3 Route53 1.43.0 service generated with mypy-boto3-builder 8.12.0
LiveKit Agents Plugin for Cartesia
A library that can print Python objects in human readable format
Grain: A library for loading and transforming data for ML training.
Provider package apache-airflow-providers-redis for Apache Airflow
Check python packages from requirement.txt and report issues
Video scene cut/shot detection program and Python library.
Python Language Server for the Language Server Protocol
CLE Loads Everything (at least, many binary formats!) and provides a pythonic interface to analyze what they are and what they would look like in memory.
Official Box Python Generated SDK
Package containing libusb so it can be installed via Python package managers
Misuse-resistant authenticated symmetric encryption
Timedelta for business time. Supports exact amounts of time (hours, seconds), custom schedules, holidays, and time zones.
textwrap from Python 3.6 backport (plus a few tweaks)
A wrapper library to read, manipulate and write data in xlsx and xlsmformat
SMG gRPC proto definitions for vLLM, TRT-LLM, MLX, TokenSpeed, and SGLang
A lunar calendar converter, including a number of lunar and solar holidays, mainly from China.
Approximate Nearest Neighbors in C++/Python optimized for memory usage and loading/saving to disk.
Utilities and examples for working with pandas and dagster, an opinionated framework for expressing data pipelines
Passphrases you will remember
An extension to bring MaterialUI components to Panel.
Matplotlib Jupyter Extension
Pusher websocket client for python, based on Erik Kulyk's PythonPusherClient
Simple reuse of partial HTML page templates in the Jinja template language for Python web frameworks.
cmeel distribution for OctoMap, An Efficient Probabilistic 3D Mapping Framework Based on Octrees
Cortex-M debugger for Python
Flake8 noqa comment validation
A high-level plotting API for the PyData ecosystem built on HoloViews.
Open-source tools to analyze, monitor, and debug machine learning model in production.
cmeel distribution for qhull: Convex hull, Delaunay triangulation, Voronoi diagrams, Halfspace intersection
portable archive file manager
Mdformat plugin for GitHub Flavored Markdown compatibility
cmeel distribution for console-bridge, A ROS-independent package for logging that seamlessly pipes into rosconsole/rosout for ROS-dependent packages.
The datacontract CLI is an open source command-line tool for working with Data Contracts. It uses data contract YAML files to lint the data contract, connect to data sources and execute schema and quality tests, detect breaking changes, and export to different formats. The tool is written in Python. It can be used as a standalone CLI tool, in a CI/CD pipeline, or directly as a Python library.
Swift grammar for tree-sitter
The new features in unittest backported to Python 2.4+.
Python API for Federal Reserve Economic Data (FRED) from St. Louis Fed
Improved build system generator for Python C/C++/Fortran/Cython extensions
A set of functions and classes for simulating the performance of photovoltaic energy systems.
Bindings to the Linux input handling subsystem
Python client for Chunkr: open source document intelligence
Python bindings for SparseDiffEngine algorithmic differentiation
Dropbox Sign API
Parse Python docstrings in reST, Google and Numpydoc format
Redis integration for taskiq
Click instrumentation for OpenTelemetry
python-benedict is a dict subclass with keylist/keypath/keyattr support, normalized I/O operations (base64, csv, ini, json, pickle, plist, query-string, toml, xls, xml, yaml) and many utilities... for humans, obviously.
Postgres trigger support integrated with Django models.
Python bindings for libmongocrypt
A collection of various common Python utilities.
"Automatically retrieve credentials for Azure Artifacts."
Robot Framework Browser library powered by Playwright. Aiming for speed, reliability and visibility.
A seamless bridge from model development to model delivery
Fast, pure-Python full text indexing, search, and spell checking library.
UPGRADE ALL THE PIP PACKAGES!
Check MANIFEST.in in a Python source package for completeness
Intuit OAuth Client
Helpful functions for Python 🐍 🛠️
FastStream: the simplest way to work with a messaging queues
JSON Python Logging
Provider package apache-airflow-providers-pagerduty for Apache Airflow
A powerful caching library for Python, with TTL support and multiple algorithm options. (https://github.com/lonelyenvoy/python-memoization)
py-ecc: Elliptic curve crypto in python including secp256k1, alt_bn128, and bls12_381
Microsoft Bot Framework Bot Builder SDK for Python.
A library providing profiling functionalities related to OpenTelemetry
Add PKCS#12 support to the requests library in a clean way, without monkey patching or temporary files
BotBuilder Schema
A Pulumi package to safely use randomness in Pulumi programs.
Type annotations for boto3 EKS 1.43.38 service generated with mypy-boto3-builder 8.12.0
Probabilistically split concatenated words using NLP based on English Wikipedia uni-gram frequencies.
A collection of robust and fast processing tools for parsing and analyzing (not only) web archive data.
A simple Docker HTTP API wrapper written with asyncio and aiohttp.
ASCII Art Library For Python
Pickled object field for Django
A Python HTTP client focused on mimicking browser fingerprints.
Curated transformer models for spaCy pipelines
Interactive visualization in Python
PureCloud Platform API SDK
Translates Django models using a registration approach.
Human-friendly HSL
A pytest plugin for verifying alembic migrations.
Adapters and tools for lintrunner
3D visualization and mesh analysis for science and engineering.
Ebook library which can handle EPUB2/EPUB3 format
Foundational interfaces and agent runtime implementation for AutoGen
rendezvous hashing implementation based on murmur3 hash
Framework to develop datapipelines from files on disk to full dissemenation API
A module to obtain and visualize k-vector coefficients and obtain band paths in the Brillouin zone of crystal structures
A comprehensive I/O validator for electronic structure calculations
ONNX Converter and Optimization Tools
Python options, make charting easier
Modules to read and manipulate many file formats related to Debian packages and repositories
A set of easy-to-use utils that will come in handy in any Computer Vision project
Package for reading, manipulating, and writing genomic data
Iteratively adjust text position in matplotlib plots to minimize overlaps
An open-source SDK for working with quantum computers at the level of extended quantum circuits, operators, and primitives.
Type annotations for boto3 AutoScaling 1.43.38 service generated with mypy-boto3-builder 8.12.0
Mailchimp Transactional API
Standard library sunau redistribution. "dead battery".
Hera makes Python code easy to orchestrate on Argo Workflows through native Python integrations. It lets you construct and submit your Workflows entirely in Python.
Stub files for confluent-kafka.
The Context Optimization Layer for LLM Applications - Cut costs by 50-90%
Multi-container orchestration for Docker
Python library to work with CSVW described tabular data
Collate SQL Lineage for Analysis Tool powered by Python and sqlfluff based on sqllineage.
A toolbar overlay for debugging Flask applications.
A dynamic code loading framework for building pluggable Python distributions
Convert Vega-Lite chart specifications to SVG, PNG, or Vega
Local continuous test runner with pytest and watchdog.
Git commit message linter written in python, checks your commit messages for style.
Windows Management Instrumentation
Verifiers: Environments for LLM Reinforcement Learning
A simpler and easier-to-use library for loading, manipulating, saving, and visualizing URDF files.
Detect backward incompatible migrations for your django project
Print versions of imported packages.
Pytest plugin providing a fixture interface for spulec/freezegun
Enhanced Python wrapper around ChaN's FatFS library - Fork of fatfs-python with extended features.
A unified framework for machine learning with time series
Probabilistic modeling and statistical inference in TensorFlow
Formats docstrings to follow PEP 257
USA zipcode programmable database, includes 2020 census data and geometry information.
Logical unification in Python
Provides Python bindings for popular Information Retrieval measures implemented within trec_eval.
textwrap, but savvy to ANSI colors and styles
HTTP-based interface to Stan, a package for Bayesian inference.
Type annotations for boto3 Bedrock 1.43.26 service generated with mypy-boto3-builder 8.12.0
The athena adapter plugin for dbt (data build tool)
A library extend sqlalchemy module, makes CRUD easier.
A library for building flexible command line interfaces
Calculations for the position of the sun and moon.
An integration package connecting Fireworks and LangChain
Mailjet V3 API wrapper
Standard library imghdr redistribution. "dead battery".
Kedro-Viz helps visualise Kedro data and analytics pipelines
print statement checker plugin for flake8
Your Gateway to Embedded Software Development Excellence. Unlock the true potential of embedded software development with PlatformIO's collaborative ecosystem, embracing declarative principles, test-driven methodologies, and modern toolchains for unrivaled success.
The official Python library for the perplexity API
Server and client runtime library for Connect RPC
Segmentation with orthography profiles
Detect confusable usage of unicode homoglyphs, prevent homograph attacks.
OpenAPI (v3) specification schema as pydantic class
🦛 CHONK your texts with Chonkie ✨ - The no-nonsense chunking library
Microsoft Bot Framework Bot Builder
Draws Python object reference graphs with graphviz
John Snow Labs Spark NLP is a natural language processing library built on top of Apache Spark ML. It provides simple, performant & accurate NLP annotations for machine learning pipelines, that scale easily in a distributed environment.
TileIR Assembler Package
Tools for using a Web Server Gateway Interface stack
Easily forge ICMP packets and make your own ping and traceroute.
Graphene Django integration
Koalas: pandas API on Apache Spark
JSON Schema Draft v7 (http://json-schema.org/) formatting with marshmallow
Molecule Plugins
Backport of new features in Python's weakref module
Collection objects similar to those in stdlib by jaraco
Linear Assignment Problem solver (LAPJV/LAPMOD).
FastAPI Users database adapter for SQLAlchemy
Python code for generation of crystal structures based on symmetry constraints.
Microsoft Bot Framework Bot Builder
An MkDocs extension to generate documentation for Click command line applications
A pure-Python implementation of RFC 8785 (JSON Canonicalization Scheme)
PLY file reader/writer
Python REST and Realtime client library SDK for Ably realtime messaging service
Backport of new features in Python's tempfile module
Yet another serialization library on top of dataclasses
A static analyzer and interpreter for Python pickle data
Library to extract Exif information from digital camera image files.
CasADi -- framework for algorithmic differentiation and numeric optimization
A Cython interface to the hidapi from https://github.com/libusb/hidapi
foreman reads from .env. manage.py doesn't. Let's fix that.
Type annotations for boto3 CloudFront 1.43.8 service generated with mypy-boto3-builder 8.12.0
A setuptools extension for building cpython extensions written in golang.
Make your functions return something meaningful, typed, and safe!
Livekit plugin for noise cancellation of inbound AudioStream
Utilities for building and installing packages with compiled extensions
Package for GCP-specific Dagster framework op and resource components.
A small package to deal with the headaches of scanning for files for an application to execute on.
libclang python bindings
A code analyzer without caring the C/C++ header files. It works with Java, C/C++, JavaScript, Python, Ruby, Swift, Objective C. Metrics includes cyclomatic complexity number etc.
Provides Currency and Money classes for use in your Python code.
Multi-vendor library to simplify legacy CLI connections to network devices
Doing the OAuth dance with style using Flask, requests, and oauthlib
A unified framework for reinforcement learning environments
Extends Selenium to give you the ability to inspect requests made by the browser.
Type annotations for boto3 SageMakerRuntime 1.43.29 service generated with mypy-boto3-builder 8.12.0
A python package for quick analysis of vasp calculation
Creates NTLM authentication structures
A semi hard Cornish cheese, also queries PyPI (PyPI client)
A clean book theme for scientific explanations and documentation with Sphinx
A utility to report core memory usage per program
ASAM MDF measurement data file parser
Aiohttp server instrumentation for OpenTelemetry
Static code analysis tool (linter) and code formatter for Robot Framework
This library enables developers to call any method seen in Tableau Server's REST API documentation.
Microsoft Azure Redisenterprise Management Client Library for Python
Python interface to the ecCodes GRIB and BUFR decoder/encoder
Type annotations for boto3 CognitoIdentity 1.43.0 service generated with mypy-boto3-builder 8.12.0
An AWS Labs Model Context Protocol (MCP) server for AWS Documentation
jobflow is a library for writing computational workflows
Library for Hawk HTTP authorization
Describe-style plugin for pytest
A Lambda Layer that contains kubectl v1.20
The Pydantic Model of the Open Data Contract Standard
The idiomatic asyncio MQTT client
Lua grammar for tree-sitter
Provides systray integration
Agent Framework plugin for services from Google Cloud
Flash Attention CUTE (CUDA Template Engine) implementation
A simple opionated yaml formatter that keeps your comments!
A reusable Django field that allows you to store validated JSON in your model.
WebSocket connector for Ypy
AI coding assistant skill (Claude Code, CodeBuddy, Codex, OpenCode, Kilo Code, Cursor, Gemini CLI, Aider, OpenClaw, Factory Droid, Trae, Hermes, Kiro, Pi, Devin CLI, Google Antigravity) - turn any folder of code, docs, papers, images, or videos into a queryable knowledge graph
Generate Avro Schemas from Python classes. Serialize/Deserialize python instances with avro schemas
HTTPie: modern, user-friendly command-line HTTP client for the API era.
Django live settings with pluggable backends, including Redis.
Python модуль для создания скриптов для социальной сети Вконтакте (vk.com API wrapper)
Hosted coverage reports for GitHub, Bitbucket and Gitlab
A bytes manipulation library inspired by Java ByteBuffer
A thin, practical wrapper around terminal coloring, styling, and positioning
TextFSM Templates for Network Devices, and Python wrapper for TextFSM's CliTable.
tasks runner for python projects
An open source framework for voice (and multimodal) assistants
Simple JavaScript interpreter for Python
CockroachDB dialect for SQLAlchemy
Python client for Typesense, an open source and typo tolerant search engine.
Extract Deflate64 ZIP archives with Python's zipfile API.
Library for mocking AsyncIOMotorClient built on top of mongomock.
Python implementation of subunit test streaming protocol
Make Excel fly: Interact with Excel from Python and vice versa.
ARCH for Python
Microsoft Corporation Azure AI Content Understanding Client Library for Python
Low-level, data-driven core of IBM SDK for Python
Provider package apache-airflow-providers-apache-spark for Apache Airflow
Binary dependency utility
Bidirectional UTM-WGS84 converter for python
Create modern looking GUIs with Python
Version of the glob module that can capture patterns and supports recursive wildcards
Converts XML into JSON/Python dicts/arrays and vice-versa.
A modular, primitive-first, python-first PyTorch library for Reinforcement Learning
Python bindings for MPI
CUDA CCCL
Beautiful terminal spinners in Python
Google Cloud TPU runtime library.
ASGI middleware to emit timing metrics with something like statsd
Library with a MongoDB implementation of LangGraph checkpoint saver.
GraphFrames: Graph Processing Framework for Apache Spark
Collects and extracts URLs from given text.
Command-line interface to Jinja2 for templating in shell scripts.
Search, filter and sort iCalendar components
Complete Google Sheets formatting support for gspread worksheets
The Pydantic Model of the Data Contract Specification
BigQuery DataFrames -- scalable analytics and machine learning with BigQuery
A set of simple math filters for Django
Fiddle: A Python-first configuration library
A Python logging handler that sends your logs to Splunk
This is the official Python SDK for Hatchet, a distributed, fault-tolerant task queue. The SDK allows you to easily integrate Hatchet's task scheduling and workflow orchestration capabilities into your Python applications.
A Python library for probabilistic modeling and inference
Types for Confluent Kafka
Generic API for dispatch to Pyro backends.
Type annotations for boto3 EMRServerless 1.43.24 service generated with mypy-boto3-builder 8.12.0
Python manager for CMSIS-Pack index and cache with fast Rust backend
Pwntools CTF framework and exploit development library.
Time-Accurate Automatic Speech Recognition using Whisper.
TQDM progress bar helpers for logging and other headless application
geospatial xarray extension powered by rasterio
Azure Machine Learning Feature Store SDK
Type annotations for boto3 Firehose 1.43.29 service generated with mypy-boto3-builder 8.12.0
Package which provides the plugin API for the jinjanator tool
A pytest plugin that allows multiple failures per test
Pure Python library to read, modify, convert, and write rosbag files.
The package provides base classes and utils for flake8 plugin writing
Pure Python implementation of JSONata
A library for performing inference using trained models.
Lock context manager implemented via redis SETNX/BLPOP.
Format Matplotlib Plots for thesis, scientific papers and reports.
A DBAPI and SQLAlchemy dialect for Elasticsearch
Check for python builtins being used as variables or parameters
Python SDK for the Okta Management API
TatSu takes a grammar in a variation of EBNF as input, and outputs a memoizing PEG/Packrat parser in Python.
Pydantic data models for the GeoJSON spec.
An MkDocs plugin to minify HTML, JS or CSS files prior to being written to disk
Python utilities used to generate and sign orders from Polymarket's Exchange
MkDocs Plugin to enable pan & zoom on images and mermaid diagrams
Scala grammar for tree-sitter
Type annotations for boto3 ResourceGroupsTaggingAPI 1.43.15 service generated with mypy-boto3-builder 8.12.0
Python extension to run WebAssembly binaries
Easy to use Python subprocess interface.
Google Cloud Profiler Python Agent
Validation and parsing library
RingCentral Python SDK
A Pulumi package for creating and managing Google Cloud Platform resources.
A Python NLP Library for Many Human Languages, by the Stanford NLP Group
A Model Context Protocol server providing tools to read, search, and manipulate Git repositories programmatically via LLMs
Objective-C grammar for tree-sitter
Thai Natural Language Processing library
Prefect integrations for working with databases
Deep learning for humans.
Type annotations for boto3 SESV2 1.43.18 service generated with mypy-boto3-builder 8.12.0
Minimal, modern embedded V8 for Python.
Python VISA bindings for GPIB, RS232, TCPIP and USB instruments
('Selenium.webdriver.Chrome replacement with compatiblity for Brave, and other Chromium based browsers.', 'Not triggered by CloudFlare/Imperva/hCaptcha and such.', 'NOTE: results may vary due to many factors. No guarantees are given, except for ongoing efforts in understanding detection algorithms.')
Fit interpretable models. Explain blackbox machine learning.
NeMo - a toolkit for Conversational AI
Type annotations for boto3 ElastiCache 1.43.37 service generated with mypy-boto3-builder 8.12.0
Type annotations for boto3 IdentityStore 1.43.0 service generated with mypy-boto3-builder 8.12.0
TensorFlow Addons.
A standard Python library that abstracts away differences among multiple cloud provider APIs. For more information and documentation, please see https://libcloud.apache.org
A Model Context Protocol server providing tools to fetch and convert web content for usage by LLMs
Type annotations for boto3 AgentsforBedrockRuntime 1.43.32 service generated with mypy-boto3-builder 8.12.0
Prometheus Remote Write Metrics Exporter for OpenTelemetry
Language tools for cmake (format, lint, etc)
Python library for the Onfido API
An integration package connecting Cohere and LangChain
Type annotations for boto3 OpenSearchService 1.43.39 service generated with mypy-boto3-builder 8.12.0
fasttext Python bindings, fixed numpy 2 compatibiliy
Python wrapper for tshark, allowing python packet parsing using wireshark dissectors
LLM framework to build customizable, production-ready LLM applications. Connect components (models, vector DBs, file converters) to pipelines or agents that can interact with your data.
Singer.io utility library - PipelineWise compatible
A Pythonic implementation of the JOSE / JSON Web Crypto related RFCs (JWS, JWK, JWA, JWT, JWE)
AWS IoT SDK based on the AWS Common Runtime
An mdformat plugin for parsing / ignoring frontmatter.
Type annotations for boto3 EFS 1.43.23 service generated with mypy-boto3-builder 8.12.0
Convert pydantic models to typescript interfaces
A bridge between an Objective C runtime environment and Python.
Better Stack client library
Python Extension for IBM MQ
Per object permissions for Django
The 1Password Python SDK offers programmatic read access to your secrets in 1Password in an interface native to Python.
An utility to monitor NVIDIA GPU status and usage
Groovy grammar for tree-sitter
Equivariant convolutional neural networks for the group E(3) of 3 dimensional rotations, translations, and mirrors.
Manhole is in-process service that will accept unix domain socket connections and present thestacktraces for all threads and an interactive prompt.
Streamlit component implementation of ag-grid
JSONSchema Spec with object-oriented paths
This is the Python package for ECOS: Embedded Cone Solver. See Github page for more information.
A linear operator implementation, primarily designed for finite-dimensional positive definite operators (i.e. kernel matrices).
Lightweight SOAP client
Elixir grammar for tree-sitter
A lightweight Python client for LocalStack.
A speedy LookML parser implemented in pure Python.
An integration package connecting Pinecone and LangChain
Python bindings around Google Chromium's embedded compact language detection library (CLD2)
Barcode rendering for Python supporting QRcode, Aztec, PDF417, I25, Code128, Code39 and many more types.
A JSON formatter that produces compact but human-readable
Core (offline) functionality for the apeye library.
Type annotations for boto3 ApplicationAutoScaling 1.43.33 service generated with mypy-boto3-builder 8.12.0
Plugin for pytest to simplify calling ansible modules from tests or fixtures
Module for serializing and de-serializing Java objects.
ReDoc powered OpenAPI (fka Swagger) spec renderer for Sphinx
GraphQL Server tools for powering your server
Proxy auto-config and auto-discovery for Python.
Python API for geoh5, an open file format for geoscientific data
A lightweight authentication and access management library for integration with OpenID Connect enabled authentication services.
Type annotations for boto3 IoT 1.43.20 service generated with mypy-boto3-builder 8.12.0
XProf Profiler Plugin
Simple library for creating fake models in the unit tests.
Type annotations for boto3 SSOAdmin 1.43.38 service generated with mypy-boto3-builder 8.12.0
Transparently use webpack with django
Microsoft Azure Data Box Edge Management Client Library for Python
A Python library for sending messages to DingTalk chatbot
A custom ConfigParser class that preserves comments and most formatting when writing loaded config out.
PyTorch implementation of BERT score
LLM Observability
pytest support for PyQt and PySide applications
Python API for Google Visualization
A toolkit for building composable interactive data driven applications.
Wrappers for the framework Security on macOS
Separate test code from test cases in pytest.
A Powershell grammar for tree-sitter
A Lightweight Face Recognition and Facial Attribute Analysis Framework (Age, Gender, Emotion, Race) for Python
Easily use and manipulate unit-aware measurements in Python.
A package to search for shared libraries on various platforms
A Python package for extracting, transforming and loading tables of data.
The Cranelift compiler for the `wasmer` package (to compile WebAssembly module)
Extend your Sanic installation with some core functionality.
Jupyter Packaging Utilities.
Wrappers for the framework WebKit on macOS
Postgres-based distributed task processing library
Hunter is a flexible code tracing toolkit.
A Python Matrix client library, designed according to sans I/O principles.
setuptools_scm plugin for git archives
Reliability Engineering toolkit for Python
Sphinx extension to build a 404 page with absolute URLs
Redis implementation of the LangGraph agent checkpoint saver and store.
Data Insights Library for Amazon SageMaker.
Amazon SageMaker Data Wrangler Library
Websocket handler for the gevent pywsgi server, a Python network library
SSH public key parser
Configuration library for Python applications
Type annotations for boto3 SESV2 1.43.18 service generated with mypy-boto3-builder 8.12.0
LCOV to Cobertura XML converter
Microsoft Azure AI Content Safety Client Library for Python
Google Drive API made easy. Maintained fork of PyDrive.
Provider package apache-airflow-providers-tableau for Apache Airflow
Type annotations for boto3 AgentsforBedrock 1.43.34 service generated with mypy-boto3-builder 8.12.0
A fast native implementation of diff algorithm with a pure python fallback
Table/data-grid framework for Django
utils to inspect Python type annotations
Checks syntax of reStructuredText and code blocks nested within it
Integration of Vite in a Django project.
Python client for Elasticsearch
smbus2 is a drop-in replacement for smbus-cffi/smbus-python in pure Python
Version bump your Python project
Provider package apache-airflow-providers-salesforce for Apache Airflow
Utilities for working with Excel files that require both xlrd and xlwt
A flexible, customizable timer for your Python code.
Django multiple select field
Python wrapper for Pandoc - the universal document converter
Type annotations for boto3 S3Control 1.43.17 service generated with mypy-boto3-builder 8.12.0
Type annotations for boto3 CostExplorer 1.43.22 service generated with mypy-boto3-builder 8.12.0
Open source Python library converting pdf to docx.
Logging handler to send logs to your Logz.io account with bulk SSL
Zipkin Span Protobuf Exporter for OpenTelemetry
Python cross-version byte-code disassembler and marshal routines
VADER Sentiment Analysis. VADER (Valence Aware Dictionary and sEntiment Reasoner) is a lexicon and rule-based sentiment analysis tool that is specifically attuned to sentiments expressed in social media, and works well on texts from other domains.
Rate limiter for Async IO
Simple, flexible and fast Apple Push Notifications on iOS, OSX and Safari using the HTTP/2 Push provider API.
(Geohash fixed for python3) Module to decode/encode Geohashes to/from latitude and longitude. See http://en.wikipedia.org/wiki/Geohash
Provider package apache-airflow-providers-trino for Apache Airflow
Cards package for Microsoft Teams
Prisma Client Python is an auto-generated and fully type-safe database client
A slightly opinionated framework for simple dataclass-based configurations based on Pyrallis.
Python library for NETCONF clients
pynose fixes nose to extend unittest and make testing easier
Fully customizable language detection for spaCy pipeline
A Python library for OAuth 1.0/a, 2.0, and Ofly.
Image augmentation library for deep neural networks
Azure ML Data Preparation SDK is used to load, transform, and write data for machine learning workflows
MCP server for manipulating Microsoft Word documents
Technical Analysis Library in Python
A Python API for accessing resources on a Jenkins continuous-integration server.
Classification Schemes for Choropleth Maps.
Snapshot testing for pytest, unittest, Django, and Nose
Removes commented-out code.
Adds features to Click: option groups, constraints, subcommand sections and help themes.
color field for django models with a nice color-picker in the admin.
A Jupyter Notebook Sphinx reader built on top of the MyST markdown parser.
Extension for the python package 'construct' that adds typing features
Durable Functions For Python
Common package for Microsoft Teams
Python SDK that enables developers to build and deploy LangGraph agents to the UiPath Cloud Platform
Google Cloud Error Reporting API client library
The extension for Sphinx documentation projects that handle redirects for moved pages. It generates HTML pages with meta refresh redirects to the new page location to prevent 404 errors if you rename or move your documents.
An integration package connecting DeepSeek and LangChain
Strict, simple, lightweight RFC3339 functions
Agent for Reporting results of tests to the Report Portal
Adds GraphQL support to your Flask application
The official Python library for the Prelude API
Deprecated
Tenacious & trustworthy tool calling built on LangGraph.
API package for Microsoft Teams
Full Python ROUGE Score Implementation (not a wrapper)
Structural Search and Rewrite code at large scale using precise AST pattern.
OpenTok server-side SDK
A Python library for tree data structures with an intuitive, yet powerful, API.
A data-structure parameterization system written for embedding context in JSON objects
Wrappers for the framework UniformTypeIdentifiers on macOS
Very fast implementation of the token bucket algorithm.
Type annotations for boto3 CloudTrail 1.43.0 service generated with mypy-boto3-builder 8.12.0
Uncompress DEFLATE streams in pure Python (albeit compiled with Cython)
pytest plugin to test server connections locally.
Python client library for IBM Cloud Platform Services
Python client for Taskcluster
Zig grammar for tree-sitter
A toolkit for making real world machine learning and data analysis applications
Asynchronous console and interfaces for asyncio
Python function to stream unzip all the files in a ZIP archive, without loading the entire ZIP file into memory or any of its uncompressed files
Dynamic instrumentation toolkit for developers, reverse-engineers, and security researchers
s3pathlib is the python package provides the Pythonic objective oriented programming (OOP) interface to manipulate AWS S3 object / directory. The api is similar to the pathlib standard library and very intuitive for human.
Provides an alternative, or maybe a more user friendly way to use the native boto3 API.
A rewrite of the builtin doctest module
Google Cloud Dialogflow Cx API client library
A very simple python library, used to format datetime with `*** time ago` statement. eg: "3 hours ago".
Simple symmetric GPG file encryption and decryption
Automatically color uncaught exception tracebacks
Utilities to execute code blocks in Markdown files.
CLI tool and Python library for manipulating SQLite databases
Verilog grammar for tree-sitter
Nextcloud Python Framework
A defined interface for working with a cache of jupyter notebooks.
Julia grammar for tree-sitter
#1 quality TLS certs while you wait, for the discerning tester
Scylla Driver for Apache Cassandra
Standardized url generator for taskcluster resources.
A module provides basic functions for parsing mime-type names and matching them against a list of media-ranges.
Sphinx directive to add unselectable prompt
Basic face library
Django json widget is an alternative widget that makes it easy to edit the jsonfield field of django.
A PlantUML plugin for Markdown
Get the unique machine ID of any host (without admin privileges)
Ahead of Time compiler for numeric kernels
Checks syntax of reStructuredText and code blocks nested within it
Python Client for Couchbase
A helper library to work with threads within Flask applications.
Python library for dataflow programming with Amazon SWF
Type annotations for boto3 Transfer 1.43.0 service generated with mypy-boto3-builder 8.12.0
A Pulumi package for creating and managing Kubernetes resources.
Python library to access and analyze SEC Edgar filings, XBRL financial statements, 10-K, 10-Q, and 8-K reports
Give any iterable object capability to use .one(), .one_or_none(), .many(k), .skip(k), .all() API.
python library to work with Smartling translation services APIs
Simple tool that converts a flake8 file to junit format
Proxy (HTTP, SOCKS) transports for httpx
Fake Snowflake Connector for Python. Run, mock and test Snowflake DB locally.
This project provides pylint formatters for a nice integration with GitLab CI.
Google Cloud Functions API client library
Text to Speech (TTS) library for Python 3. Works without internet connection or delay. Supports multiple TTS engines, including Sapi5, nsss, and espeak.
SMG gRPC servicer implementations for LLM inference engines (vLLM, MLX, TokenSpeed, SGLang)
Kedro helps you build production-ready data and analytics pipelines
Type Stubs for flask-smorest
Python client library for Postmark API
Command-line tool and Python library to efficiently diff rows across two different databases.
Fugue SQL Antlr Parser
Google Reauth Library
MkDocs plugin for managing meta tags across folders and files.
A Microsoft Fabric Spark adapter plugin for dbt
OCRmyPDF adds an OCR text layer to scanned PDF files, allowing them to be searched
Pure-Python Java Keystore (JKS) library
MkDocs plugin for marking external or mail links in your documentation.
Google Ads Python Client Library
Type annotations for boto3 ACM 1.43.38 service generated with mypy-boto3-builder 8.12.0
CANopen stack implementation
A pytest plugin to find dependencies between tests
Enabling Modern UI Composition in Django.
An MkDocs plugin that simplifies configuring page titles and their order
Adds support for using money and currency fields in django models and forms. Uses py-moneyed as the money implementation.
Add tags to your MkDocs pages based on their path / file name
Find unused functions in Python projects
Event-driven data pipelines
A lightweight Python library for creating wrapper functions with enhanced argument handling using sentinel values to mark parameters as required or optional.
Proxy package for botocore-stubs
Convert markdown to Slack-compatible formatting
Type annotations for boto3 Redshift 1.43.7 service generated with mypy-boto3-builder 8.12.0
Data preparation for speech processing models training.
Translates a simple metric definition into reusable SQL and executes it against the SQL engine of your choice.
SQLAlchemy admin for FastAPI and Starlette
The fastest way to create an HTML app
A simple plugin to list unused fixtures in pytest
A high performance and flexible authorization/permission engine built for developers and inspired by Google Zanzibar.
A Comprehensive Python 3 Technical Analysis Library with Pandas Dataframe Extension for Quantitative Researchers, Traders, and Investors.
The athena adapter plugin for dbt (data build tool)
Fortran grammar for tree-sitter
MCUboot's image signing and key management
Python functions for working with SQLite FTS4 search
Collection of python functions that can be used to run GitHub Action Workflow Commands
Easy to use fixtures to write regression tests.
MLX-VLM is a package for inference and fine-tuning of Vision Language Models (VLMs) and Omni Models (VLMs with audio and video support) on your Mac using MLX.
Type annotations for boto3 DatabaseMigrationService 1.43.8 service generated with mypy-boto3-builder 8.12.0
Extended sphinx autodoc including automatic autosummaries
Parallel test runner for Robot Framework
Type annotations for boto3 CodePipeline 1.43.0 service generated with mypy-boto3-builder 8.12.0
Miscellaneous utility code used by scverse packages
Django admin classes that allow for nested inlines
Type annotations for boto3 SSO 1.43.0 service generated with mypy-boto3-builder 8.12.0
pure Python (no prereqs) coordinate conversions, following convention of several popular Matlab routines.
PluginBase is a module for Python that enables the development of flexible plugin systems in Python.
Official Polygon.io REST and Websocket client.
Pip requirements.txt generator based on imports in project
Type annotations for boto3 Pricing 1.43.0 service generated with mypy-boto3-builder 8.12.0
Thread-safe Python3 RabbitMQ Client & Management library.
An integration package connecting Qdrant and LangChain
Type Stubs for sqlalchemy-utils
Wrappers for the framework CoreText on macOS
Sccache is a ccache-like tool. It is used as a compiler wrapper and avoids compilation when possible. Sccache has the capability to utilize caching in remote storage environments, including various cloud storage options, or alternatively, in local storage.
Git commit message linter written in python, checks your commit messages for style.
Monkey patch the standard zipfile module to enable Zstandard support
Type annotations for aiobotocore DataExchange 3.7.0 service generated with mypy-boto3-builder 8.12.0
Core Algorithms for Multi-Objective Optimization
Wrappers for the framework ApplicationServices on macOS
Intel OpenMP* Runtime Library
Salesforce Marketing Cloud Fuel SDK for Python
Utility functions for monkey-patching python code
A Django Middleware to enable use of CIDR IP ranges in ALLOWED_HOSTS.
Robust and effective logging for Python 2 and 3
Library for nonlinear optimization, wrapping many algorithms for global and local, constrained or unconstrained, optimization
Type annotations for boto3 ElasticLoadBalancing 1.43.0 service generated with mypy-boto3-builder 8.12.0
Provider package apache-airflow-providers-opsgenie for Apache Airflow
provides a common interface to many IR ad-hoc ranking benchmarks, training datasets, etc.
Handy tools for working with URLs and APIs.
Generic way to create meaningful and easy to use assertions for the Robot Framework libraries.
Apache MXNet is an ultra-scalable deep learning framework. This version uses openblas and MKLDNN.
Sequential model-based optimization toolbox.
Clamd is a python interface to Clamd (Clamav daemon).
Type annotations for boto3 AppConfig 1.43.37 service generated with mypy-boto3-builder 8.12.0
Type annotations for boto3 GreengrassV2 1.43.0 service generated with mypy-boto3-builder 8.12.0
Formatting PyTest output for Azure Pipelines UI
A Python docstring linter that checks arguments, returns, yields, and raises sections
Type annotations for boto3 ServiceQuotas 1.43.0 service generated with mypy-boto3-builder 8.12.0
Extract semantic information about static Python code
Prefixed alternative numeric library
PostgreSQL database adapter for Python -- C optimisation distribution
Python client for interacting with FalkorDB database
JavaScript to Python Translator & JavaScript interpreter written in 100% pure Python.
OCR, layout, reading order, and table recognition in 90+ languages.
Debug UI for Microsoft Agent Framework with OpenAI-compatible API server.
Python interface to map GRIB files to the NetCDF Common Data Model following the CF Convention using ecCodes.
Python icalendar (rfc5545) parser
Provider package apache-airflow-providers-papermill for Apache Airflow
Easily send Discord webhooks with Python
Type annotations for boto3 Kafka 1.43.36 service generated with mypy-boto3-builder 8.12.0
Type annotations for boto3 TranscribeService 1.43.20 service generated with mypy-boto3-builder 8.12.0
Pure python ISO manipulation library
Hook and simulate keyboard events on Windows and Linux
HTML minifier for Python frameworks (not only Django, despite the name).
Prefect integrations for working with dbt
tabcompleter --- Autocompletion in the Python console.
Type annotations for boto3 Backup 1.43.15 service generated with mypy-boto3-builder 8.12.0
Streamlined Cython bindings for the harfbuzz shaping engine
Simple, incomplete implementation of the Beats protocol used by Elastic Beats and Logstash.
Patch ssl.match_hostname for Unicode(idna) domains support
Data management framework for Python that provides functionality to describe, extract, validate, and transform tabular data
All-in-one type annotations for boto3 1.43.39 generated with mypy-boto3-builder 8.12.0
Client library to connect to the LangSmith LLM Tracing and Evaluation Platform.
Metaflow: More AI and ML, Less Engineering
Syntax-highlighting, declarative and composable pretty printer for Python 3.5+
Type annotations for boto3 CodeDeploy 1.43.0 service generated with mypy-boto3-builder 8.12.0
Sphinx extension that automatically documents click applications
The app package for a Microsoft Teams agent
A Python implementation of Douglas Crockford's base32 encoding scheme
Type annotations for boto3 S3Tables 1.43.0 service generated with mypy-boto3-builder 8.12.0
Image segmentation models with pre-trained backbones. PyTorch.
Python SDK for Mailgun
Python client for Nacos.
pdbp (Pdb+): A drop-in replacement for pdb and pdbpp.
Leiden is a general algorithm for methods of community detection in large networks.
Type annotations for boto3 Amplify 1.43.0 service generated with mypy-boto3-builder 8.12.0
Type annotations for boto3 RDSDataService 1.43.37 service generated with mypy-boto3-builder 8.12.0
Type annotations for boto3 IoTDataPlane 1.43.17 service generated with mypy-boto3-builder 8.12.0
Python client library for AirTable
Type annotations for boto3 DocDB 1.43.0 service generated with mypy-boto3-builder 8.12.0
Type annotations for boto3 ApiGatewayV2 1.43.0 service generated with mypy-boto3-builder 8.12.0
This project provides the infrastructure to build s5cmd Python wheels.
Track Earth satellites given TLE data, using up-to-date 2020 SGP4 routines.
A helper library to interact with Arize AI APIs
Python deprecation decorator: call forwarding, argument mapping, class proxying, CI audit. Zero deps.
Type annotations for boto3 DAX 1.43.0 service generated with mypy-boto3-builder 8.12.0
Class and tools for handling of IPv4 and IPv6 addresses and networks
Type stubs for msgpack
Type annotations for boto3 RAM 1.43.0 service generated with mypy-boto3-builder 8.12.0
Enlighten Progress Bar
ComfyUI-Manager provides features to install and manage custom nodes for ComfyUI, as well as various functionalities to assist with ComfyUI.
Pandas-compatible data readers. Formerly a component of pandas.
A hyper-fast Python module for computing CRC(8, 16, 32, 64) checksum
Type annotations for boto3 Neptune 1.43.28 service generated with mypy-boto3-builder 8.12.0
A SQL formatter
Amazon Textract Caller tools
Git remote prefix to simplify pushing to and pulling from CodeCommit.
Auth plugin allowing use the use of OAuth 2.0 credentials for Google Cloud Storage in the Boto library.
Neural Networks Compression Framework
Type annotations for boto3 TimestreamWrite 1.43.0 service generated with mypy-boto3-builder 8.12.0
Microsoft Azure Cost Management Client Library for Python
sentence segmentation and word tokenization tools
Type annotations for boto3 CodeArtifact 1.43.0 service generated with mypy-boto3-builder 8.12.0
Python wrapper for the MeCab morphological analyzer for Japanese
Type annotations for boto3 ElasticsearchService 1.43.7 service generated with mypy-boto3-builder 8.12.0
Type annotations for boto3 QuickSight 1.43.39 service generated with mypy-boto3-builder 8.12.0
Generate HTML or XML in a pythonic way. Pure python alternative to web template engines.Can fill HTML forms with default values and error messages.
Type annotations for boto3 DynamoDBStreams 1.43.0 service generated with mypy-boto3-builder 8.12.0
HTTP client library for programmatic access to UiPath Platform
Zope Component Architecture
Type annotations for boto3 Route53Resolver 1.43.31 service generated with mypy-boto3-builder 8.12.0
Type annotations for boto3 ConfigService 1.43.23 service generated with mypy-boto3-builder 8.12.0
Hatchling metadata hook to generate all extras
Type annotations for boto3 TimestreamQuery 1.43.0 service generated with mypy-boto3-builder 8.12.0
Qt-based desktop GUI for Anki, the spaced repetition flashcard program
A Python package that provides shared library loader for eSpeak NG
doit - Automation Tool
Type annotations for boto3 ApiGatewayManagementApi 1.43.0 service generated with mypy-boto3-builder 8.12.0
Simple assertion library for unit testing in python with a fluent API
Type annotations for boto3 Comprehend 1.43.0 service generated with mypy-boto3-builder 8.12.0
Rotary Embedding - Pytorch
Type annotations for boto3 Translate 1.43.0 service generated with mypy-boto3-builder 8.12.0
Compute a single hash of the file contents of a directory.
Style checker for Sphinx (or other) RST documentation
Type annotations for boto3 FIS 1.43.0 service generated with mypy-boto3-builder 8.12.0
Quadratic programming solvers in Python with a unified API.
Spreadsheet Number Format processor - a Python port of SheetJS/ssf.js
a pytest plugin for parallel and concurrent testing
Sunshine Conversations API
GPUtil is a Python module for getting the GPU status from NVIDA GPUs using nvidia-smi.
An integration package connecting Tavily and LangChain
Utilities to work with the ODX standard for automotive diagnostics
微信支付 Python SDK(python sdk for wechatpay)
Runtime abstractions and interfaces for building agents and automation scripts in the UiPath ecosystem
Flake8 plugin to forbid backslashes for line breaks
Dodgy: Searches for dodgy looking lines in Python code
Type annotations for boto3 MWAA 1.43.12 service generated with mypy-boto3-builder 8.12.0
Type annotations for boto3 AppSync 1.43.0 service generated with mypy-boto3-builder 8.12.0
An Earley-Algorithm Context-free grammar Parser Toolkit
Scrapling is an undetectable, powerful, flexible, high-performance Python library that makes Web Scraping easy and effortless as it should be!
Authentication and Registration in Django Rest Framework
A package to download several URL as one, as well as supporting multi-part URLs
The core MkDocs plugin used by Backstage's TechDocs as a wrapper around multiple MkDocs plugins and Python Markdown extensions
An integration package connecting NVIDIA AI Endpoints and LangChain
Remote vanilla PDB (over TCP sockets) *done right*: no extras, proper handling around connection failures and CI. Based on `pdbx
Type annotations for boto3 AppConfigData 1.43.0 service generated with mypy-boto3-builder 8.12.0
A python client for interacting with Cerberus
A connector for Bleak Clients that handles transient connection failures
Type annotations for boto3 MediaConvert 1.43.39 service generated with mypy-boto3-builder 8.12.0
Localization library for expressive translations.
BigQuery schema generator from JSON or CSV data
Validation of Swagger specifications
Python wrapper of lightning fast Finite State Machine based NLP library.
A DataSource for reading and writing HuggingFace Datasets in Spark
AG-UI protocol integration for Agent Framework
A Python svg graph plotting library
A PyTorch library of transformer models and components
Type annotations for boto3 BedrockAgentCore 1.43.35 service generated with mypy-boto3-builder 8.12.0
Type annotations for boto3 EBS 1.43.0 service generated with mypy-boto3-builder 8.12.0
Python Materials Genomics is a robust materials analysis code that defines core object representations for structures
Type annotations for boto3 ComprehendMedical 1.43.0 service generated with mypy-boto3-builder 8.12.0
Type annotations for boto3 DirectoryService 1.43.0 service generated with mypy-boto3-builder 8.12.0
Unified Efficient Fine-Tuning of 100+ LLMs
Type annotations for boto3 CodeCommit 1.43.0 service generated with mypy-boto3-builder 8.12.0
Tools for global sensitivity analysis. Contains Sobol', Morris, FAST, DGSM, PAWN, HDMR, Moment Independent and fractional factorial methods
#1812 social-auth-core 6.47M
Python social authentication made simple.