$npx skillfedfor your agent

Packages starting with 'A'

1,396 packages · page 25 of 35

Packages

authheaders With conditions
PyPI · Python Modules · released Jun 2024

Generates and validates email authentication headers (DKIM, SPF, DMARC, ARC) and packages validation results into Authentication-Results headers for email messages.

However, the 781-day release lag and lack of active development mean you should verify that the embedded PSL is current for your use case and be prepared to maintain…

MITbuilds from source · 3.7+dormant
399.7Kdownloads / mo
Authlib Worth it
PyPI · Security · released May 2026

Authlib provides a complete implementation of OAuth 1.0, OAuth 2.0, and OpenID Connect 1.0 for building both authentication clients and servers, with built-in support for JWS, JWK, JWA, and JWT standards.

BSD-3-Clausepure Python · 3.10+
155.1Mdownloads / mo
authy Skip
PyPI · Python Modules · released Apr 2020

Python client for the Twilio Authy two-factor authentication API, supporting one-time passwords via SMS/voice, soft tokens (TOTP), and push authentication.

MITbuilds from sourceabandoned
389.6Kdownloads / mo
authzed Worth it
PyPI · Database · released Jul 2026

Python client library for SpiceDB that enables applications to query and manage permissions through Authzed's gRPC API, supporting both core permission checks and materialized view operations.

Install it if you're using Authzed/SpiceDB for authorization; skip it if you don't need that specific service.

Apache-2.0pure Python
940.3Kdownloads / mo
auto-click-auto Worth it
PyPI · Software Development · released Jul 2026

Automatically enables tab shell completion for Bash, Zsh, and Fish in Click CLI applications with minimal setup.

MITpure Python
233.6Kdownloads / mo
auto-gptq With conditions
PyPI · Artificial Intelligence · released Mar 2024

Quantizes large language models to lower bit-widths using the GPTQ algorithm, reducing model size and memory requirements while enabling faster inference on consumer and enterprise GPUs.

However, install with caution: the repository is archived (no updates since March 2024), so you will not receive compatibility fixes if torch, transformers, or CUDA…

MITcompiled wheel · 3.8.0+abandoned
99.1Kdownloads / mo
auto-py-to-exe With conditions
PyPI · Build Tools · released Apr 2026

Provides a graphical interface to convert Python scripts into standalone Windows executables using PyInstaller, eliminating the need to manually configure command-line options.

MITpure Python · 3.6+
77.0Kdownloads / mo
auto-round Worth it
PyPI · Artificial Intelligence · released Jul 2026

AutoRound quantizes large language models and vision-language models to 2–4 bits with minimal accuracy loss, using sign-gradient descent and supporting multiple export formats and inference backends.

Apache-2.0pure Python · 3.10.0+
300.1Kdownloads / mo
autobahn Worth it
PyPI · Libraries · released Jul 2026

Autobahn provides WebSocket and WAMP (Web Application Messaging Protocol) implementations for Python, enabling bidirectional real-time messaging and remote procedure calls over WebSocket on Twisted and asyncio.

Install it if you need WebSocket or WAMP for real-time messaging.

MITcompiled wheel · 3.11+
7.1Mdownloads / mo
autoclasstoc With conditions
PyPI · Sphinx · released Oct 2024

Generates a structured table of contents for auto-documented Python classes in Sphinx, organizing class members into meaningful sections while collapsing inherited methods to improve navigation.

However, the unclear license and dormant maintenance mean you should verify license compatibility upfront and be prepared to maintain a fork if critical bugs emerge.

license unclearpure Python · 3.6+dormant
182.4Kdownloads / mo
autocommand Worth it
PyPI · Software Development · released Nov 2022

Autocommand converts a Python function into a command-line program by automatically generating an argparse parser from the function's signature, handling arguments, options, type conversion, and help text generation.

LGPL-3.0-onlypure Python · 3.7+dormant
1.5Mdownloads / mo
autodoc_pydantic Worth it
PyPI · Sphinx · released Apr 2024

Sphinx extension that automatically generates documentation for pydantic models and settings, integrating pydantic's field metadata (defaults, aliases, constraints) directly into Sphinx autodoc output.

MITpure Python
406.5Kdownloads / mo
autodocsumm Worth it
PyPI · Documentation · released Mar 2026

A Sphinx extension that enhances autodoc with automatic summary tables for classes, methods, functions, and attributes in generated API documentation.

Apache-2.0pure Python · 3.7+
916.7Kdownloads / mo
autodynatrace Skip
PyPI · Monitoring · released May 2024

Autodynatrace wraps the Dynatrace OneAgent SDK to automatically instrument Python applications for transaction tracing and code-level visibility with minimal code changes.

Apache-2.0pure Python · 3.6+abandoned
96.5Kdownloads / mo
autoevals With conditions
PyPI · Artificial Intelligence · released Jun 2026

Autoevals provides automatic evaluation methods for AI model outputs, including LLM-as-a-judge, heuristic, and statistical approaches, with built-in support for subjective tasks like fact-checking and safety assessment.

license unclearpure Python · 3.10.0+
4.6Mdownloads / mo
autofaker Worth it
PyPI · Testing · released Jun 2026

AutoFaker generates anonymous test data and objects automatically, reducing boilerplate in unit test setup by creating instances of built-in types, dataclasses, and custom classes with minimal configuration.

MITpure Python · 3.10+
208.5Kdownloads / mo
autoflake Worth it
PyPI · Quality Assurance · released Feb 2026

autoflake removes unused imports and unused variables from Python code by analyzing it with pyflakes, and optionally removes useless pass statements.

MITpure Python · 3.10+
6.5Mdownloads / mo
autogen With conditions
PyPI · Software Development · released Jun 2026

A framework for building AI agents that communicate with each other and with language models to solve tasks through multi-agent collaboration and orchestration patterns.

However, be aware it receives only critical fixes and security patches—no new features.

Apache-2.0pure Python · 3.10+
161.2Kdownloads / mo
autogen-agentchat With conditions
PyPI · Artificial Intelligence · released Sep 2025

Provides a high-level API for building multi-agent applications with preset agent behaviors and predefined multi-agent design patterns, built on autogen-core.

MITpure Python · 3.10+aging
1.1Mdownloads / mo
autogen-core With conditions
PyPI · Application Frameworks · released Sep 2025

AutoGen Core provides a runtime and foundational interfaces for building event-driven, distributed AI agent systems using the Actor model, enabling local development with a path to cloud deployment.

However, the aging maintenance status (318 days since last release) means you should verify that the current version meets your stability and feature needs before…

MITpure Python · 3.10+aging
981.4Kdownloads / mo
autogen-ext With conditions
PyPI · Application Frameworks · released Sep 2025

Provides extensible component implementations for the AutoGen framework, allowing developers to build and integrate custom agents and tools into multi-agent systems.

However, the aging maintenance status (318 days since last release) means you should verify that the components you need are stable and compatible with your…

MITpure Python · 3.10+aging
556.0Kdownloads / mo
autogluon Worth it
PyPI · Software Development · released Aug 2026

AutoGluon automates machine learning model training and deployment across tabular, time series, image, text, and multimodal data with minimal code.

Install it if you need to train accurate ML models quickly across tabular, time series, or multimodal data without manual tuning.

Apache-2.0pure Python
306.0Kdownloads / mo
autogluon.common With conditions
PyPI · Software Development · released Aug 2026

Provides shared utilities and common infrastructure for AutoGluon's automated machine learning framework, supporting tabular, time series, multimodal, and image data tasks.

Apache-2.0pure Python
372.2Kdownloads / mo
autogluon.core With conditions
PyPI · Software Development · released Aug 2026

AutoGluon Core provides the foundational infrastructure for automated machine learning, enabling training of high-accuracy models on tabular, time series, image, and text data with minimal code.

Apache-2.0pure Python
561.4Kdownloads / mo
autogluon.features With conditions
PyPI · Software Development · released Aug 2026

Automates feature engineering and preprocessing for machine learning pipelines, integrating with AutoGluon's broader ML automation framework to handle tabular, time series, and multimodal data preparation.

Apache-2.0pure Python
540.3Kdownloads / mo
autogluon.multimodal Worth it
PyPI · Software Development · released Aug 2026

AutoGluon Multimodal automates machine learning on image, text, and mixed-data tasks, training and deploying high-accuracy models with minimal code using deep learning and foundation models.

Apache-2.0pure Python
239.7Kdownloads / mo
autogluon.tabular Worth it
PyPI · Software Development · released Aug 2026

Automates machine learning model training and prediction on tabular data with minimal code, handling feature engineering, algorithm selection, and hyperparameter tuning internally.

Apache-2.0pure Python
569.9Kdownloads / mo
autogluon.text With conditions
PyPI · Software Development · released Jan 2023

Automates machine learning for text data, training and deploying high-accuracy models with minimal code through AutoGluon's text prediction interface.

Apache-2.0pure Python
84.6Kdownloads / mo
autogluon.timeseries With conditions
PyPI · Software Development · released Aug 2026

AutoGluon TimeSeries automates machine learning for time series forecasting, training and deploying high-accuracy models with minimal code using deep learning and statistical approaches.

Apache-2.0pure Python
347.3Kdownloads / mo
autogluon.vision With conditions
PyPI · Software Development · released Jan 2023

Automated machine learning for image classification and object detection, handling model selection, hyperparameter tuning, and training with minimal code.

However, the latest release is from 2023-01-11, so verify ongoing support and compatibility with your target environment before committing to production use.

Apache-2.0pure Python
86.2Kdownloads / mo
autograd Worth it
PyPI · Scientific/Engineering · released Jul 2026

Autograd automatically computes derivatives of Python and NumPy code, supporting both reverse-mode (backpropagation) and forward-mode differentiation for gradient-based optimization.

MITpure Python · 3.10+
5.6Mdownloads / mo
autograd-gamma Skip
PyPI · Scientific/Engineering · released Oct 2020

Provides autograd-compatible derivatives for incomplete gamma and beta functions, enabling automatic differentiation through special mathematical functions.

permissive licensebuilds from sourceabandoned
1.9Mdownloads / mo
autokeren With conditions
PyPI · Libraries · released Jul 2026

An agentic coding CLI with an interactive terminal UI that integrates with Cloudflare's stack, supporting multiple AI models with automatic fallback, file and shell command tools, and git/deployment integration.

However, it is early-stage (Alpha, 26 days old, 0 stars), targets a specific stack (Cloudflare-first), and has a dense dependency tree.

MITpure Python · 3.11+
80.0Kdownloads / mo
Autologging Skip
PyPI · Libraries · released Apr 2019

Autologging provides decorators to automatically inject logging and method-call tracing into Python classes and functions, eliminating boilerplate setup code and allowing tracing to be configured independently from application logging.

MITpure Pythonabandoned
469.6Kdownloads / mo
Automat With conditions
PyPI · Software Development · released Apr 2025

Automat provides a Python library for building finite-state machines using type-safe, method-based interfaces rather than generic input/output objects, letting you organize stateful behavior while keeping a clean API.

However, the 485-day gap since the last release suggests the project is aging; verify that it meets your Python version requirements (3.9+) and that its approach fits…

MITpure Python · 3.9+aging
14.3Mdownloads / mo
automaton Worth it
PyPI · Software Development · released Mar 2026

Automaton provides state machine classes and utilities for Python, enabling you to define, validate, and execute state transitions in your application logic.

Install it if you're building workflows, event handlers, or any system where state transitions need to be validated and controlled; skip it if your use case is simple…

Apache-2.0pure Python · 3.10+
137.8Kdownloads / mo
autopage With conditions
PyPI · Libraries · released Jan 2026

Automatically pipes terminal output to a pager like `less` when needed, preserving colors and respecting redirects, with just one line of code.

Apache-2.0pure Python · 3.6+aging
1.5Mdownloads / mo
autopep8 Worth it
PyPI · Python Modules · released Jan 2025

autopep8 automatically reformats Python code to comply with PEP 8 style rules, using pycodestyle to identify formatting violations and applying fixes across indentation, whitespace, and comment spacing.

Install it if you want to automate formatting rather than enforce it via linting alone.

MITpure Python · 3.9+
10.6Mdownloads / mo
autoray Worth it
PyPI · Scientific/Engineering · released Aug 2026

Autoray provides automatic dispatch of array operations across multiple tensor backends (NumPy, PyTorch, JAX, CuPy, MLX, Dask, TensorFlow, and others) without requiring backend-specific code.

Install it if you're building libraries or algorithms that should work across NumPy, PyTorch, JAX, or other array-like libraries.

Apache-2.0pure Python · 3.11+
658.1Kdownloads / mo
autosar-data With conditions
PyPI · Software Development · released Jun 2026

Python bindings for reading, writing, and modifying AUTOSAR arxml files with full validation support and cross-reference handling.

license unclearcompiled wheel · 3.11+
113.8Kdownloads / mo