$npx skillfedfor your agent

Packages starting with 'A'

1,396 packages · page 24 of 35

Packages

atheris With conditions
PyPI · Quality Assurance · released Jun 2026

Atheris is a coverage-guided fuzzer for Python code and native CPython extensions, using libFuzzer to generate and mutate test inputs that maximize code coverage and expose bugs.

license unclearcompiled wheel
269.7Kdownloads / mo
athina-client With conditions
PyPI · Software Development · released Apr 2025

A Python SDK for logging and interacting with datasets on the Athina platform, providing programmatic access to dataset management through HTTP requests.

However, the aging maintenance status means you should verify that the package remains compatible with your Athina platform version and be prepared to maintain a fork…

MITpure Pythonaging
128.1Kdownloads / mo
atlas-doc-parser With conditions
PyPI · Markup · released Jan 2026

Converts Atlassian Document Format (ADF) JSON from Confluence and Jira into clean Markdown suitable for AI processing and analysis.

Install it if ADF-to-Markdown conversion is on your critical path.

MITpure Pythonaging
84.8Kdownloads / mo
atlas-provider-sqlalchemy With conditions
PyPI · Database · released Dec 2025

Connects SQLAlchemy models to Atlas to automatically generate and apply database schema migrations, eliminating manual migration writing.

However, the aging maintenance status (243 days since last release) and unclear license terms warrant verification before adopting in production or commercial projects.

license unclearpure Pythonaging
165.0Kdownloads / mo
atlasclient With conditions
PyPI · Front-Ends · released Aug 2019

A Python client for Apache Atlas REST API v2 that provides lazy-loaded access to metadata entities, classifications, and search operations without requiring direct knowledge of underlying REST endpoints.

Apache-2.0builds from source
1.8Mdownloads / mo
atlassian-doc-builder With conditions
PyPI · Documentation · released Jun 2026

Programmatically generate and validate Atlassian Document Format (ADF) documents for Confluence and Jira, with tree-like representation, JSON rendering, templating, and variable substitution.

MITpure Python · 3.8+
145.2Kdownloads / mo
atlassian-jwt-auth Worth it
PyPI · Cryptography · released May 2026

Generates and verifies JWT tokens for Atlassian Service to Service Authentication, with built-in support for requests and aiohttp HTTP clients.

Install it if you need to authenticate with Atlassian services or implement the S2S spec.

MITpure Python
499.2Kdownloads / mo
atlassian-python-api Worth it
PyPI · Python Modules · released Aug 2025

Provides Python bindings to REST APIs for Atlassian products (Jira, Confluence, Bitbucket, Bamboo, ServiceDesk, Insight, Xray) and supports both Server and Cloud instances.

The main gotcha is ensuring you use the correct authentication method (token for Cloud, password for Server) and staying aware of deprecated methods like traditional…

Apache-2.0pure Python
16.0Mdownloads / mo
atomate2 Worth it
PyPI · Scientific/Engineering · released Jul 2026

Atomate2 provides a library of pre-built materials science workflows that automate complex computational tasks like band structure calculations, elastic properties, phonons, and defect analysis, orchestrated through the jobflow framework.

BSD-3-Clause-LBNLpure Python · 3.11+
106.6Kdownloads / mo
atomic_dict With conditions
PyPI · Distributed Computing · released Aug 2024

Atomic-Dict provides a lock-free, shared 64-bit integer key-value map for multiprocess synchronization using atomic operations like compare-and-swap, exchange, and increment.

permissive licensecompiled wheeldormant
266.0Kdownloads / mo
atomicwrites Skip
PyPI · Software Development · released Jul 2022

Provides a context manager for writing files atomically—writing to a temporary file first, then moving it to the target location in a single operation to prevent partial or corrupted writes.

MITbuilds from sourceabandoned
4.8Mdownloads / mo
atomicwrites-homeassistant Skip
PyPI · Software Development · released Jul 2022

Provides atomic file writes that ensure a file is either fully written or not written at all, preventing corruption from interrupted writes or concurrent access.

MITpure Pythonabandoned
662.3Kdownloads / mo
atomos Skip
PyPI · Utilities · released Jul 2015

Atomos provides thread-safe atomic primitives (integers, floats, bools, objects) and atoms for managing shared mutable state in multi-threaded Python applications without explicit lock management.

BSD-3-Clausebuilds from sourceabandoned
118.7Kdownloads / mo
atproto With conditions
PyPI · Software Development · released Jun 2026

Python SDK for the AT Protocol that provides typed, autogenerated client bindings for Bluesky and other ATProto-compatible services, with both sync and async support.

MITpure Python
901.0Kdownloads / mo
atpublic With conditions
PyPI · Libraries · released Nov 2025

Provides @public and @private decorators to document module visibility and automatically keep __all__ in sync with your public API.

Apache-2.0pure Python · 3.10+aging
8.5Mdownloads / mo
attoworld With conditions
PyPI · Scientific/Engineering · released Jun 2026

Attoworld provides data handling, numerical processing, waveform analysis, and visualization tools developed by the Attosecond science group at the Max Planck Institute of Quantum Optics.

However, the unclear license status and explicit warning that it is still in building phase and not yet validated mean you should review the repository license before…

license unclearcompiled wheel · 3.8+
162.7Kdownloads / mo
attr Skip
PyPI · Python Modules · released Jul 2022

A decorator that attaches metadata attributes to functions or classes without repeating boilerplate code.

MITpure Pythonabandoned
441.7Kdownloads / mo
attrdict With conditions
PyPI · Utilities · released Feb 2019

Provides dictionary-like objects that allow accessing and modifying elements using both attribute notation (obj.key) and bracket notation (obj['key']), with automatic recursive conversion of nested dicts and sequences.

MITpure Pythonabandoned
1.8Mdownloads / mo
attributes-doc With conditions
PyPI · Python Modules · released Jan 2024

Extracts and stores docstrings for class attributes at runtime, implementing PEP 224 to make attribute documentation programmatically accessible via decorator or function call.

MITpure Python · 3.8+dormant
439.4Kdownloads / mo
attrs Worth it
PyPI · released Mar 2026

attrs is a Python library that automatically generates common class methods (__init__, __repr__, __eq__, etc.) from declarative attribute definitions, eliminating boilerplate code while maintaining runtime performance.

Install it if you write classes regularly.

MITpure Python · 3.9+
924.9Mdownloads / mo
aubio Skip
PyPI · Libraries · released Feb 2019

aubio is a Python wrapper around a C library for music and audio analysis, providing tools to detect onsets, track pitch, identify beats, and extract spectral features from audio files and streams.

GPL-3.0-or-laterbuilds from sourceabandoned
213.3Kdownloads / mo
audeer Worth it
PyPI · Utilities · released Aug 2026

audeer provides a collection of lightweight utility functions for common Python tasks including file path handling, multi-threading, and progress bar display.

MITpure Python · 3.10+
94.7Kdownloads / mo
audio-separator With conditions
PyPI · Sound/Audio · released Jul 2026

Separates audio files into multiple stems (vocals, instruments, drums, bass, etc.) using pre-trained deep learning models, available as a CLI tool or Python library.

The main gotcha is the separate FFmpeg system requirement and the need to choose an appropriate hardware acceleration path (CUDA, CoreML, CPU, or experimental DirectML).

MITpure Python · 3.10+
363.6Kdownloads / mo
audiofile Worth it
PyPI · Scientific/Engineering · released May 2026

Reads and writes audio files across formats supported by ffmpeg, sox, and mediainfo, with optimized reading speed and metadata extraction for channels, duration, samples, and sampling rate.

Install it if you work with audio files in multiple formats and want to avoid format-specific code.

MITpure Python · 3.10+
90.6Kdownloads / mo
audiolab Worth it
PyPI · Graphics · released Mar 2026

audiolab loads, processes, and saves audio files in multiple formats (WAV, MP3, FLAC, AAC, etc.) with support for streaming, filtering, and real-time transformations via a Python interface built on soundfile and PyAV.

Install it if you need to load and process audio files in Python without wrestling with FFmpeg directly; skip it only if you require lower-level control or have…

permissive licensepure Python · 3.8+
137.1Kdownloads / mo
audiomentations Worth it
PyPI · Scientific/Engineering · released Sep 2025

Audiomentations applies randomized audio transformations—noise injection, pitch shifting, time stretching, filtering, and distortion—to augment training data for machine learning models that work with audio.

Install it if audio data augmentation is part of your training pipeline.

permissive licensepure Python · 3.10+
211.3Kdownloads / mo
audioop-lts With conditions
PyPI · Graphics · released Aug 2025

Provides the `audioop` module for Python 3.13+, restoring audio processing functions that were removed from the standard library.

However, the aging maintenance status (374 days since last release) means you should monitor it for compatibility issues.

PSF-2.0compiled wheel · 3.13+aging
9.3Mdownloads / mo
audioread Worth it
PyPI · Conversion · released Oct 2025

Decode audio files using whichever backend is available on the system, supporting GStreamer, Core Audio, MAD, FFmpeg, and standard library formats.

Install it if you need to read audio files and want to avoid tight coupling to a specific decoder library.

MITpure Python · 3.9+
9.7Mdownloads / mo
auditwheel With conditions
PyPI · Software Development · released Aug 2026

Audits and repairs Linux and Android wheel packages to ensure compatibility with manylinux and musllinux platform tags by bundling external shared libraries and adjusting runtime paths.

MITpure Python · 3.10+
1.9Mdownloads / mo
audmath With conditions
PyPI · Scientific/Engineering · released Oct 2025

audmath provides mathematical functions implemented in pure Python with numpy as its only external dependency.

MITpure Python · 3.10+
89.4Kdownloads / mo
augmax With conditions
PyPI · Artificial Intelligence · released May 2025

Augmax is a JAX-based image data augmentation framework that chains transformations together and compiles them efficiently for GPU/TPU execution, minimizing redundant memory operations.

However, maintenance is aging (last update 455 days ago), so verify that the transformation set and API meet your needs before committing to it in production.

Apache-2.0pure Python · 3.9.0+aging
121.3Kdownloads / mo
aurelio-sdk With conditions
PyPI · WWW/HTTP · released Mar 2025

Client library for the Aurelio Platform that provides APIs for document extraction from files and URLs, text chunking, and embeddings, with both synchronous and asynchronous interfaces.

However, the aging maintenance status (508 days since last release) and unclear license warrant caution: verify license compliance and confirm the platform meets your…

license unclearpure Pythonaging
417.6Kdownloads / mo
aurora-data-api With conditions
PyPI · Python Modules · released Dec 2023

A DB-API 2.0 compatible client for AWS Aurora Serverless that tunnels SQL queries over HTTP via the RDS Data API, eliminating the need for traditional database connection pools.

However, the last release was December 2023 and there have been no updates since; verify that it still works with your Aurora version and Python release before…

Apache-2.0pure Pythonaging
106.1Kdownloads / mo
austin-dist With conditions
PyPI · Monitoring · released Nov 2025

Austin is a frame stack sampler for CPython that profiles running Python processes without instrumentation, collecting time and memory profiling data by reading the interpreter's virtual memory.

GPL-3.0-or-latercompiled wheel
841.3Kdownloads / mo
auth With conditions
PyPI · Python Modules · released Aug 2026

An HTTP authorization service that answers whether a user may perform an action, using role-based access control without handling authentication, passwords, or tokens.

However, you must run or access an auth service instance—it is not an in-process library—and you need to understand that it handles authorization only, not…

MITpure Python · 3.9+
94.8Kdownloads / mo
auth0-api-python Worth it
PyPI · Cryptography · released Aug 2026

Verifies Auth0-issued access tokens and secures Python APIs with Bearer and DPoP authentication schemes, automatically detecting and validating token types.

Install it if you are building a Python API that needs to validate Auth0 tokens; skip it if you use a different identity provider or do not require server-side token…

MITpure Python · 3.9.2+
248.9Kdownloads / mo
auth0-python Worth it
PyPI · Python Modules · released Aug 2026

Provides Python bindings to Auth0's Authentication and Management APIs, supporting both synchronous and asynchronous workflows for token acquisition, user management, and identity operations.

MITpure Python · 3.10+
7.1Mdownloads / mo
authcaptureproxy With conditions
PyPI · Python Modules · released Feb 2026

Intercepts and logs authentication credentials from web traffic by acting as a proxy between a browser and target website.

However, avoid production use: Alpha status and minimal adoption mean you should thoroughly test and audit it first.

Apache-2.0pure Python · 3.10+
532.2Kdownloads / mo
AuthEncoding With conditions
PyPI · Authentication/Directory · released Feb 2025

AuthEncoding provides a framework for creating, validating, and managing LDAP-style password hashes in Python, supporting multiple hashing schemes including bcrypt when installed as an optional extra.

However, maintenance is aging (534 days since last release), so verify that security patches are still responsive if this is critical to your authentication pipeline.

license unclearpure Python · 3.9+aging
136.5Kdownloads / mo
authentik-client Worth it
PyPI · WWW/HTTP · released Jul 2026

A Python client library for the authentik identity and access management API, auto-generated from OpenAPI specification to provide typed access to authentik's admin, authenticator, and system endpoints.

Install it if you're automating authentik administration or integrating it into a larger system.

permissive licensepure Python · 3.9+
227.2Kdownloads / mo