$npx skillfedfor your agent

Packages starting with 'A'

1,396 packages · page 13 of 35

Packages

amazon-transcribe With conditions
PyPI · Internet · released May 2025

Streams audio to Amazon Transcribe and receives real-time transcription results via an async Python interface.

Apache-2.0pure Python · 3.8+aging
457.0Kdownloads / mo
amberelectric With conditions
PyPI · WWW/HTTP · released Nov 2024

Provides a Python interface to the Amber Electric API for querying real-time and forecast electricity prices, current renewable energy percentages, and historical usage data for Australian sites.

However, be aware that maintenance is dormant—updates are infrequent, so verify that the API endpoints you need are functional in version 2.0.12 before committing to…

Apache-2.0pure Pythondormant
74.0Kdownloads / mo
amplitude-analytics Worth it
PyPI · Internet · released Mar 2026

Official Amplitude backend SDK for Python that sends server-side event data to Amplitude's analytics platform for tracking and analysis.

Install it if you are already using Amplitude and need to send events from a Python backend service.

MITpure Python
10.1Mdownloads / mo
amplitude-experiment Worth it
PyPI · Software Development · released Jul 2026

Provides server-side A/B testing and feature flag evaluation through Amplitude's Experiment platform, supporting both remote and local evaluation modes.

MITpure Python
353.3Kdownloads / mo
amplpy With conditions
PyPI · Software Development · released Jul 2026

amplpy is a Python interface to AMPL, an algebraic modeling language for optimization problems, allowing you to define, solve, and extract results from large-scale linear, nonlinear, and mixed-integer optimization models.

BSD-3-Clausecompiled wheel
75.2Kdownloads / mo
amply With conditions
PyPI · Mathematics · released Jun 2026

Amply parses AMPL data syntax (sets and parameters) into Python data structures, letting you load optimization problem data without a full AMPL installation.

copyleftpure Python
786.3Kdownloads / mo
amqp Worth it
PyPI · released Nov 2024

Pure-Python AMQP 0.9.1 client library for connecting to message brokers like RabbitMQ, with support for channels, publisher confirms, heartbeats, and consumer acknowledgments.

BSD-3-Clausepure Python · 3.6+
53.9Mdownloads / mo
AMQPStorm Worth it
PyPI · Libraries · released Aug 2026

A thread-safe Python 3 client library for RabbitMQ that handles AMQP protocol communication and provides management capabilities.

MITpure Python · 3.11+
636.7Kdownloads / mo
amulet-core With conditions
PyPI · Utilities · released Aug 2026

Amulet Core reads and writes Minecraft world data in various save formats, providing programmatic access to NBT structures, level data, and dimension information for world editing and analysis.

However, verify the license terms before use in proprietary or redistributed projects, as the license status is unclear in the metadata.

license unclearpure Python · 3.11+
499.4Kdownloads / mo
amulet-leveldb With conditions
PyPI · Database · released Jun 2026

Provides a Cython wrapper around Mojang's modified LevelDB library for key-value storage operations in Python.

license unclearcompiled wheel
378.3Kdownloads / mo
amundsen-common With conditions
PyPI · Application Frameworks · released Mar 2024

Amundsen Common provides shared utilities and data models for Amundsen's microservices, handling common serialization and validation patterns across the platform.

license unclearpure Python · 3.8+
77.4Kdownloads / mo
analytics-mcp With conditions
PyPI · Internet · released Jul 2026

Runs an MCP server that exposes Google Analytics Admin and Data APIs as tools for LLMs, enabling queries about accounts, properties, reports, and real-time analytics data.

However, it requires Google Cloud setup (enabling APIs, configuring credentials) and is not a standalone library—it only works as an MCP server within a compatible…

Apache-2.0pure Python · 3.10+
98.1Kdownloads / mo
analytics-python With conditions
PyPI · Internet · released Mar 2023

A Python client library that sends analytics events to the Segment API, allowing you to track user actions and integrate with multiple downstream analytics services through a single interface.

However, note that the description itself directs users to the newer listing at segment-analytics-python due to a naming conflict, so verify whether you should use…

MITpure Python
1.8Mdownloads / mo
anastruct With conditions
PyPI · Scientific/Engineering · released Jun 2026

Analyzes 2D frames and trusses to compute bending moments, shear forces, axial forces, and displacements for slender structures.

Install only if your project permits GPL-3.0-or-later licensing; otherwise, seek an alternative with a permissive license.

GPL-3.0-onlycompiled wheel · 3.10+
119.4Kdownloads / mo
anchorpy With conditions
PyPI · Internet · released Mar 2025

AnchorPy is a Python client library for interacting with Anchor programs on the Solana blockchain, offering static and dynamic client generation, a Pytest plugin, and CLI utilities.

However, the 506-day gap since the last release and unclear license status warrant verification before committing to production use.

license unclearpure Pythonaging
169.0Kdownloads / mo
anchorpy-core With conditions
PyPI · Software Development · released Dec 2023

Provides Python bindings to Anchor Rust code, enabling Python developers to call compiled Rust functionality from the Anchor framework.

permissive licensecompiled wheel · 3.9+dormant
136.4Kdownloads / mo
androguard With conditions
PyPI · Security · released Jun 2026

Androguard is a Python tool for analyzing, disassembling, and decompiling Android application files (APK, DEX, ODEX) and extracting metadata from Android binary resources.

permissive licensepure Python
2.2Mdownloads / mo
android_backup Skip
PyPI · Utilities · released Jun 2018

Unpacks and repacks Android backup files (.ab format), with optional support for encrypted archives when pycrypto is installed.

Apache-2.0builds from sourcedormant
149.1Kdownloads / mo
androidtvremote2 Worth it
PyPI · Networking · released Mar 2026

A Python library for controlling Android TV devices over the network using the Android TV Remote protocol v2, without requiring ADB or developer mode.

Apache-2.0pure Python · 3.10+
102.6Kdownloads / mo
angr With conditions
PyPI · Security · released Aug 2026

angr is a binary analysis framework that performs symbolic execution, disassembly, control-flow analysis, and decompilation on binaries across multiple architectures.

BSD-2-Clausecompiled wheel · 3.12+
1.1Mdownloads / mo
angr-data With conditions
PyPI · Software Development · released Jun 2026

Provides bundled data files—function and type prototype definitions—for the angr binary analysis framework, accessible via a simple path lookup API.

BSD-2-Clausepure Python · 3.12+
92.9Kdownloads / mo
anima-python With conditions
PyPI · Artificial Intelligence · released Jul 2026

anima-python provides a command-line interface to the anima consciousness engine for measurement, evaluation, serialization, and corpus generation, runnable with only numpy on systems without the hexa toolchain.

However, verify the license status before production use, and confirm the package is available on PyPI (documentation indicates it may still be awaiting publication).

license unclearpure Python · 3.9+
173.4Kdownloads / mo
aniso8601 With conditions
PyPI · Python Modules · released Apr 2025

Parses ISO 8601 date, time, datetime, duration, and interval strings into Python datetime objects and timedeltas.

However, if you only need basic ISO 8601 datetime parsing, Python's standard library may be sufficient and more actively maintained.

BSD-3-Clausepure Pythonaging
9.3Mdownloads / mo
anki With conditions
PyPI · Application Frameworks · released Aug 2026

Provides Python access to Anki's core spaced-repetition engine, wrapping the Rust backend to let you programmatically open, query, and modify flashcard collections, schedules, and media.

AGPL-3.0-or-latercompiled wheel · 3.10+
276.3Kdownloads / mo
anndata Worth it
PyPI · Visualization · released Jul 2026

anndata handles annotated data matrices in memory and on disk with sparse data support, lazy operations, and efficient storage—positioned as a middle ground between pandas and xarray for scientific data.

Install it if you work with structured scientific data—especially single-cell omics—or need sparse matrix support with metadata.

BSD-3-Clausepure Python · 3.12+
1.8Mdownloads / mo
annotated-doc With conditions
PyPI · Software Development · released Jul 2026

Provides a way to document function parameters, class attributes, return types, and variables inline using Python's `Annotated` type hint syntax instead of traditional docstrings.

MITpure Python · 3.9+
456.2Mdownloads / mo
annotated-types Worth it
PyPI · Python Modules · released Jul 2026

Provides reusable metadata objects for use with PEP-593 `typing.Annotated` to express common constraints like bounds, collection sizes, and predicates on types.

Install it if you use or build libraries that need to express type constraints in a standardized, inspectable way—or if you want to annotate your own types with…

MITpure Python · 3.10+
871.3Mdownloads / mo
annotatedyaml With conditions
PyPI · Libraries · released Oct 2025

Parses and validates YAML files with support for embedded secrets and type annotations, using a schema-based validation approach.

However, its pre-alpha status and Python 3.13-only requirement limit adoption; evaluate whether your environment supports Python 3.13 and whether pre-alpha stability…

Apache-2.0compiled wheel · 3.13+
412.1Kdownloads / mo
annoy With conditions
PyPI · Scientific/Engineering · released Jun 2023

Annoy searches for approximate nearest neighbors in high-dimensional vector spaces using a C++ library with Python bindings, and stores indexes as memory-mapped files that multiple processes can share.

permissive licensecompiled wheelaging
1.2Mdownloads / mo
anomalo With conditions
PyPI · Python Modules · released Aug 2026

Provides a Python client library and command-line interface to interact with the Anomalo API for data quality monitoring and anomaly detection.

Install only if you have an Anomalo account and understand that the package's utility depends entirely on your access to the Anomalo service.

Apache-2.0pure Python · 3.9+
137.9Kdownloads / mo
anova-wifi With conditions
PyPI · Libraries · released Aug 2026

Communicate with Anova precision cookers over WiFi to read device state and send cooking commands like start, stop, and parameter updates.

MITpure Python
75.6Kdownloads / mo
ansi With conditions
PyPI · Terminals · released Jan 2024

Provides ANSI escape codes for cursor movement and text styling (colors, effects) in terminal output, with support for 256 RGB colors and both British and American English naming.

permissive licensepure Python · 3.6+dormant
103.6Kdownloads / mo
ansi2html Worth it
PyPI · Utilities · released Jun 2024

Converts terminal output with ANSI color codes to HTML or LaTeX, preserving colors and formatting for display in browsers or documents.

Install it if you need to convert ANSI-colored terminal output to HTML or LaTeX.

LGPL-3.0-or-laterpure Python · 3.7+
2.3Mdownloads / mo
ansi2txt With conditions
PyPI · Utilities · released Feb 2023

Converts ANSI escape sequences (color codes, formatting) from text to plain text output, removing all terminal styling.

However, verify the dual-license terms apply to your project, and consider whether you need active maintenance or bug fixes for your use case.

AGPL-3.0-onlypure Pythonabandoned
364.0Kdownloads / mo
ansible Worth it
PyPI · Distributed Computing · released Aug 2026

Ansible is an IT automation system that handles configuration management, application deployment, cloud provisioning, ad-hoc task execution, network automation, and multi-node orchestration using agentless SSH-based communication.

Install it if you need agentless configuration management or orchestration.

copyleftpure Python · 3.12+
13.5Mdownloads / mo
ansible-base With conditions
PyPI · Utilities · released Jan 2022

Ansible-base is the core automation engine for IT infrastructure management, handling configuration, deployment, provisioning, and orchestration through agentless SSH-based execution.

GPL-3.0-or-laterbuilds from source
148.5Kdownloads / mo
ansible-builder With conditions
PyPI · Utilities · released Oct 2025

Ansible Builder automates the creation of Ansible execution environments by processing schemas and configurations from Ansible Collections and user input.

However, the aging maintenance status (291 days since last release) means you should verify that the project remains actively supported for your use case before…

Apache-2.0pure Python · 3.9+aging
764.9Kdownloads / mo
ansible-compat Worth it
PyPI · Software Development · released Aug 2026

Provides compatibility utilities for working with multiple versions of Ansible, abstracting version-specific differences and facilitating integration with Ansible-based tools.

Install it if you are building tools or automation that must work across multiple Ansible versions.

MITpure Python · 3.10+
7.0Mdownloads / mo
ansible-core Worth it
PyPI · Utilities · released Aug 2026

Ansible Core is the engine for agentless IT automation, handling configuration management, application deployment, cloud provisioning, and multi-node orchestration via SSH without requiring agents or custom ports.

GPL-3.0-or-laterpure Python · 3.12+
19.5Mdownloads / mo
ansible-creator Worth it
PyPI · Utilities · released Aug 2026

A CLI tool that scaffolds new Ansible projects and adds resources to existing ones, generating boilerplate code and project structure from templates.

Apache-2.0pure Python · 3.10+
433.1Kdownloads / mo