$npx skillfedfor your agent

Packages starting with 'A'

1,396 packages · page 22 of 35

Packages

assemblyai Worth it
PyPI · Libraries · released Aug 2026

Python SDK for transcribing and understanding audio using AssemblyAI's AI models, supporting prerecorded files, URLs, real-time streaming, and synchronous batch transcription.

MITpure Python · 3.8+
2.4Mdownloads / mo
assemblyline-ui With conditions
PyPI · Libraries · released Aug 2026

Provides REST APIs, WebSocket endpoints, and a web UI for the Assemblyline 4 malware analysis framework, enabling programmatic and interactive access to submission results, alerts, and system health.

However, it is a service component designed for containerized deployment, not a general-purpose library—install it only if you are running an Assemblyline instance or…

MITpure Python
73.9Kdownloads / mo
assertpy Worth it
PyPI · Software Development · released Jul 2020

Provides a fluent assertion API for writing readable unit test assertions in Python, supporting method chaining for cleaner test code.

BSD-3-Clausebuilds from sourceaging
885.7Kdownloads / mo
asserts With conditions
PyPI · Testing · released Nov 2025

Provides stand-alone assertion functions for Python that work outside unittest.TestCase, suitable for test cases, mocks, fakes, and implementations with customizable failure messages.

However, verify the license before use in proprietary contexts, and note that it is classified as Alpha—suitable for testing and development but not yet marked as…

license unclearpure Python · 3.10+
106.1Kdownloads / mo
assistant-stream With conditions
PyPI · Dynamic Content · released Aug 2026

Provides server-side streaming support for AI chat applications built with Starlette, enabling real-time message delivery to React frontends.

MITpure Python
91.3Kdownloads / mo
assisted-service-client With conditions
PyPI · WWW/HTTP · released Aug 2026

A Python client library for the OpenShift Assisted Service API, auto-generated from Swagger/OpenAPI specifications to enable programmatic cluster installation and infrastructure management.

Apache-2.0pure Python · 3.6+
152.8Kdownloads / mo
ast-comments Worth it
PyPI · Software Development · released Feb 2026

Extends Python's built-in `ast` module to preserve comments as nodes in the Abstract Syntax Tree, allowing you to parse and analyze code while retaining inline and block comments.

Install it if you're building tools that parse and regenerate Python code while preserving comments.

MITpure Python
334.3Kdownloads / mo
ast-decompiler Worth it
PyPI · Software Development · released May 2024

Converts Python abstract syntax trees (ASTs) back into readable Python source code, allowing you to reconstruct or inspect code from its parsed AST representation.

Install it if you need to convert ASTs back to source code for inspection, debugging, or code generation workflows.

permissive licensepure Python · 3.8+
176.0Kdownloads / mo
ast-grep-cli With conditions
PyPI · Software Development · released Aug 2026

ast-grep-cli is a command-line tool for searching, linting, and rewriting code using abstract syntax tree patterns instead of text matching.

MITcompiled wheel
2.8Mdownloads / mo
ast-grep-py With conditions
PyPI · Software Development · released Aug 2026

ast-grep-py is a Python binding for ast-grep, a tool that searches, lints, and rewrites code using precise abstract syntax tree patterns.

MITcompiled wheel · 3.8+
1.2Mdownloads / mo
ast-serialize With conditions
PyPI · Software Development · released Aug 2026

Parses Python source files and serializes their AST to mypy's native binary format using a Rust-backed parser, replacing the stdlib ast module for mypy's internal use.

MITcompiled wheel · 3.7+
82.2Mdownloads / mo
astatine With conditions
PyPI · Python Modules · released Aug 2023

Astatine provides helper functions and utilities for working with Python's AST (Abstract Syntax Tree) module, abstracting away version inconsistencies across Python releases.

MITpure Python · 3.6+
104.7Kdownloads / mo
astc-encoder-py With conditions
PyPI · Python Modules · released Sep 2025

astc-encoder-py compresses and decompresses images to and from ASTC texture format, with optional codec integration for direct image handling.

However, the project is aging (last release 342 days ago) with low adoption (3 GitHub stars), so evaluate whether you need active maintenance or community support…

MITcompiled wheel · 3.7+aging
147.3Kdownloads / mo
asteroid-filterbanks With conditions
PyPI · Artificial Intelligence · released Apr 2021

Provides PyTorch-based filterbank implementations for audio signal processing, particularly designed for audio source separation tasks.

However, be aware that the project is dormant—no active maintenance or updates are expected, so compatibility with very recent PyTorch or Python versions is not…

MITpure Python · 3.6+dormant
2.1Mdownloads / mo
asteval Worth it
PyPI · Software Development · released Jun 2026

Asteval is a safe Python expression and statement evaluator that uses the ast module to interpret user input without the risks of Python's built-in eval().

Install it if you need to accept and execute user-written expressions safely.

MITpure Python · 3.10+
6.3Mdownloads / mo
astor Worth it
PyPI · Code Generators · released Dec 2019

astor converts Python abstract syntax trees (ASTs) back to readable source code and provides tools for AST manipulation, inspection, and non-recursive tree traversal.

Install it if you need AST round-tripping or advanced tree inspection.

BSD-3-Clausepure Python
20.0Mdownloads / mo
astpretty Worth it
PyPI · Software Development · released May 2022

Pretty-print Python abstract syntax trees (AST) from stdlib ast.parse in a readable, hierarchical format with optional line/column offsets, as a more legible alternative to ast.dump.

Install it if you work with Python's ast module and want output that doesn't collapse into a single unreadable line.

MITpure Python · 3.8+
552.8Kdownloads / mo
astra-assistants With conditions
PyPI · Artificial Intelligence · released Apr 2025

Wraps OpenAI's Assistants API as a drop-in replacement, adding support for AstraDB vector stores and enabling credential pass-through to alternative LLM providers via litellm.

However, the aging maintenance status (482 days since last release) and unclear license terms are cautions—verify license compliance and test compatibility with your…

license unclearpure Pythonaging
89.6Kdownloads / mo
astrapy Worth it
PyPI · Build Tools · released Jul 2026

AstraPy is a Python client library for DataStax Astra DB that enables document and table storage, retrieval, and vector search operations through a pythonic API.

Install it if you are already using Astra DB or evaluating it as a serverless vector database backend.

Apache-2.0pure Python
388.1Kdownloads / mo
astro-airflow-mcp With conditions
PyPI · Distributed Computing · released Jul 2026

Provides AI assistants with programmatic access to Apache Airflow via the Model Context Protocol, exposing DAG management, task execution, monitoring, and configuration tools through a FastMCP server.

license unclearpure Python · 3.10+
117.7Kdownloads / mo
astroid Worth it
PyPI · Python Modules · released Aug 2026

Astroid builds an extended abstract syntax tree (AST) representation of Python source code with static inference and name-scope analysis, powering tools like pylint.

Install it if you're building or extending code-quality tooling.

LGPL-2.1-or-laterpure Python · 3.10.0+
55.4Mdownloads / mo
astronomer-cosmos Worth it
PyPI · Build Tools · released Aug 2026

Renders dbt Core projects as Apache Airflow DAGs and Task Groups, allowing you to orchestrate dbt workflows using Airflow's scheduling, connections, and task management instead of dbt profiles.

Apache-2.0pure Python · 3.10+
9.7Mdownloads / mo
astronomer-starship With conditions
PyPI · Distributed Computing · released Aug 2026

Migrates Airflow metadata—Variables, Connections, Environment Variables, Pools, and DAG History—between two Airflow instances.

license unclearpure Python · 3.6+
96.3Kdownloads / mo
astropy-healpix Worth it
PyPI · Physics · released Jul 2026

Provides HEALPix spherical pixelization for astronomy and astrophysics applications, enabling efficient spatial indexing and coordinate operations on the celestial sphere.

Install it if you work with all-sky surveys, need efficient spherical pixelization, or are building within the Astropy ecosystem.

permissive licensecompiled wheel · 3.10+
274.4Kdownloads / mo
astropy-iers-data Skip
PyPI · Scientific/Engineering · released Aug 2026

Provides IERS Earth Rotation and Leap Second tables as data files for the astropy package, intended for internal use by astropy rather than direct user installation.

BSD-3-Clausepure Python · 3.10+
3.2Mdownloads / mo
astroquery Worth it
PyPI · Libraries · released Sep 2025

Astroquery provides a Python interface to query and retrieve data from online astronomical databases and web services, with sub-packages for each service like SIMBAD, VizieR, and others.

Install it if you need to query astronomical databases from Python; skip it only if you work exclusively with local data or have no need for online lookups.

BSD-3-Clausepure Python · 3.9+
431.3Kdownloads / mo
asttokens Worth it
PyPI · Python Modules · released Jul 2026

Annotates Python abstract syntax trees with the positions of tokens and source code text, enabling tools to map AST nodes back to their originating code for refactoring, analysis, and transformation.

permissive licensepure Python · 3.8+
134.8Mdownloads / mo
astunparse With conditions
PyPI · Code Generators · released Dec 2019

Converts Python abstract syntax trees (ASTs) back into source code and provides pretty-printed AST dumps.

BSD-3-Clausepure Pythonabandoned
14.0Mdownloads / mo
asusrouter With conditions
PyPI · Libraries · released Dec 2025

Asynchronous API wrapper for querying and controlling ASUSWRT-powered routers over HTTP(S), supporting both stock firmware and AsusWRT-Merlin variants.

Apache-2.0pure Python · 3.11.0+
73.7Kdownloads / mo
asv With conditions
PyPI · Testing · released Jun 2026

asv benchmarks Python packages over their lifetime, tracking performance changes across versions and displaying results in an interactive web interface.

BSD-3-Clausecompiled wheel · 3.9+
657.0Kdownloads / mo
asv-runner With conditions
PyPI · System · released Aug 2026

Provides core Python benchmark execution code for the ASV benchmarking framework, handling the low-level mechanics of running and measuring performance tests.

BSD-3-Clausepure Python · 3.7+
602.9Kdownloads / mo
asyauth With conditions
PyPI · Security · released Oct 2025

Provides unified authentication handling across multiple protocols and mechanisms, abstracting away protocol-specific details behind a common interface.

license unclearpure Python · 3.7+aging
94.2Kdownloads / mo
async-asgi-testclient Skip
PyPI · Testing · released Jun 2022

Provides an async test client for ASGI web applications that calls the app directly without spawning a separate HTTP server, supporting both ASGI 2 and 3 specifications.

MITbuilds from sourceabandoned
288.6Kdownloads / mo
async-cache Worth it
PyPI · Application Frameworks · released Apr 2026

In-memory async cache for Python applications with TTL, LRU eviction, thundering herd protection, and DataLoader-style batching to reduce redundant work under concurrent load.

permissive licensepure Python · 3.3+
218.1Kdownloads / mo
async-exit-stack Skip
PyPI · Software Development · released May 2018

Provides AsyncExitStack, a backport of Python 3.7's asynchronous context manager for combining and cleaning up both sync and async context managers in async code.

permissive licensepure Python · 3.5+abandoned
88.0Kdownloads / mo
async-extensions With conditions
PyPI · Utilities · released Apr 2024

Provides utilities and abstractions built on anyio to simplify backend-agnostic asynchronous programming in Python.

However, be aware that maintenance is dormant—no updates or bug fixes are expected unless you or the community contribute.

MITpure Python · 3.8+dormant
78.8Kdownloads / mo
async-factory-boy With conditions
PyPI · Python Modules · released Aug 2023

Extends factory_boy to generate test fixtures asynchronously for SQLAlchemy and Tortoise ORM, allowing async database operations in test factories.

However, dormant maintenance (last release August 2023, last commit June 2024) means you should verify compatibility with your ORM versions and be prepared to fork or…

MITpure Python · 3.7+dormant
199.2Kdownloads / mo
async_generator Skip
PyPI · Software Development · released Aug 2018

Provides async generators and async context managers for Python 3.5, backporting features from Python 3.6+ that enable writing async generator functions with native syntax.

Apache-2.0pure Python · 3.5+abandoned
5.2Mdownloads / mo
async-interrupt Worth it
PyPI · Libraries · released Feb 2025

Provides an asyncio context manager that interrupts a block of code and raises an exception when a future completes, designed to minimize race conditions.

Install it if you need future-based interruption with minimal race-condition risk.

Apache-2.0pure Python · 3.9+
907.8Kdownloads / mo
async-lru Worth it
PyPI · released Mar 2026

An LRU cache decorator for async functions that deduplicates concurrent calls and supports TTL expiration with jitter.

MITpure Python · 3.10+
48.2Mdownloads / mo