$npx skillfedfor your agent

Packages starting with 'A'

1,396 packages · page 23 of 35

Packages

async-modbus With conditions
PyPI · Networking · released Oct 2025

Async ModBus provides an asynchronous Python client for ModBus communication over TCP and RTU protocols, wrapping umodbus with an object-oriented API that works with asyncio, curio, trio, or anyio.

However, it is marked Pre-Alpha, has not been released in 296 days, and carries an unclear GPLv3 license declaration.

license unclearpure Python · 3.6+aging
82.5Kdownloads / mo
async-property Worth it
PyPI · Software Development · released Jul 2023

Provides Python decorators (@async_property and @async_cached_property) that let you define async functions as class properties, with optional caching and concurrent initialization via AwaitLoader.

MITpure Python
6.0Mdownloads / mo
async-stripe With conditions
PyPI · WWW/HTTP · released Nov 2023

Provides an asynchronous wrapper around the Stripe Python library, replacing synchronous HTTP methods with async coroutines via monkey-patching to enable non-blocking API calls.

permissive licensepure Pythondormant
434.4Kdownloads / mo
async-substrate-interface Skip
PyPI · Libraries · released Jun 2026

Provides asynchronous and synchronous interfaces for querying and interacting with Substrate-based blockchains, using cyscale for SCALE codec decoding.

No—not for new projects.

MITpure Pythonabandoned
382.9Kdownloads / mo
async-tiff With conditions
PyPI · Information Analysis · released May 2026

Async-tiff is a low-level, high-performance TIFF reader for Python that fetches and decodes tiles from TIFF files asynchronously, particularly suited for cloud-hosted geospatial imagery.

However, verify the license terms first (currently unclear in metadata) and confirm that S3 or your storage backend is supported.

license unclearcompiled wheel · 3.10+
82.3Kdownloads / mo
async-timeout Skip
PyPI · Libraries · released Nov 2024

Provides an asyncio-compatible timeout context manager for applying timeout logic to async code blocks.

The package is abandoned and explicitly deprecated; install only if you cannot upgrade Python or need backward compatibility across versions.

Apache-2.0pure Python · 3.8+abandoned
162.7Mdownloads / mo
async-upnp-client Worth it
PyPI · Internet · released Jul 2026

Async UPnP client library for discovering, controlling, and eventing with UPnP devices over asyncio, supporting DLNA, IGD, and printer profiles.

Install it if you need to integrate UPnP device discovery or control into an asyncio application, particularly for DLNA or home automation use cases.

Apache-2.0pure Python · 3.10+
149.0Kdownloads / mo
asyncache With conditions
PyPI · Software Development · released Nov 2022

Provides decorator-based caching for async functions using cachetools strategies like TTL and LRU, allowing you to cache the results of async operations with configurable eviction policies.

MITpure Pythonabandoned
1.3Mdownloads / mo
asyncclick With conditions
PyPI · Application Frameworks · released Jun 2026

Asyncclick provides a fork of Click that enables async command and subcommand handlers compatible with asyncio or trio, letting you build command-line interfaces with async/await syntax.

BSD-3-Clausepure Python · 3.11+
1.4Mdownloads / mo
asyncer With conditions
PyPI · Internet · released Jun 2026

Asyncer provides utility functions for working with async/await code and mixing synchronous blocking code with asynchronous code, built on top of AnyIO with a focus on type safety and editor support.

MITpure Python · 3.10+
8.3Mdownloads / mo
asyncgui With conditions
PyPI · Libraries · released Apr 2026

AsyncGui provides structured concurrency primitives for async Python code that integrates with existing event loops, without performing system I/O or managing a main loop itself.

MITpure Python
91.1Kdownloads / mo
asynch Worth it
PyPI · Python Modules · released Aug 2026

asynch is an asynchronous ClickHouse driver with native TCP support, providing PEP 249-compliant Connection and Cursor interfaces for async/await-based database operations.

Install it if you are building async code that queries or writes to ClickHouse.

Apache-2.0compiled wheel
3.3Mdownloads / mo
asyncinotify Worth it
PyPI · Libraries · released Apr 2026

Provides async and sync Python bindings to Linux inotify for monitoring filesystem events, with no external dependencies and a simple, Pythonic API.

MPL-2.0pure Python
582.7Kdownloads / mo
asyncio Skip
PyPI · Libraries · released Aug 2025

This package is an obsolete backport of Python's asyncio module and should not be installed; asyncio has been part of the Python standard library since version 3.4.

Apache-2.0pure Python · 3.4+abandoned
27.2Mdownloads / mo
asyncio-atexit With conditions
PyPI · Application Frameworks · released Apr 2022

Registers cleanup functions to run when an asyncio event loop closes, similar to the standard library's atexit but tied to event loop lifecycle rather than interpreter exit.

MITpure Python · 3.6+
671.9Kdownloads / mo
asyncio-dgram Worth it
PyPI · Networking · released Jan 2026

Provides simple async/await wrappers for UDP datagram communication, letting you read from and send to datagram endpoints without inheriting from asyncio.DatagramProtocol.

Install it if you need to do UDP communication in an async context and want to avoid writing boilerplate protocol classes.

MITpure Python · 3.9+
184.4Kdownloads / mo
asyncio-mqtt Worth it
PyPI · Internet · released Jun 2023

Provides an async/await interface to MQTT messaging, wrapping paho-mqtt with modern Python asyncio patterns instead of callbacks.

permissive licensepure Python · 3.7+
634.9Kdownloads / mo
asyncio-pool With conditions
PyPI · Application Frameworks · released May 2022

Manages a pool of concurrent asyncio coroutines, enforcing a fixed limit on how many can run simultaneously while maintaining a familiar pool interface.

MITpure Python · 3.5+abandoned
191.2Kdownloads / mo
asyncio-throttle Worth it
PyPI · Python Modules · released Apr 2021

Provides a simple async context manager to limit the rate at which concurrent asyncio tasks execute work, enforcing a configurable operations-per-second or operations-per-period ceiling.

However, because it is abandoned and has not been updated since 2021, verify compatibility with your Python version and consider a maintained alternative if you need…

MITpure Python · 3.6+abandoned
798.0Kdownloads / mo
asynciolimiter Worth it
PyPI · Libraries · released Mar 2025

Provides rate limiting for async Python code by enforcing a maximum request rate and managing concurrent task scheduling within AsyncIO.

However, it has not been released in over five months despite an active repository, so check whether your use case aligns with the three limiter flavors offered…

MITpure Python · 3.9+aging
1.2Mdownloads / mo
asynckivy Worth it
PyPI · Libraries · released Jun 2026

AsyncKivy replaces Kivy's callback-based event handling with async/await syntax, letting you write sequential event-driven code without nested callbacks.

Install it if you're building a Kivy app and want cleaner, more maintainable event-handling code.

MITpure Python
82.8Kdownloads / mo
asyncmock Skip
PyPI · Testing · released Mar 2020

Provides awaitable mock objects for testing async code, extending the standard mock framework with AsyncMock that can be awaited like coroutines.

No, not for new projects.

BSD-3-Clausepure Python · 3.6+abandoned
284.2Kdownloads / mo
asyncmy With conditions
PyPI · Database · released Aug 2026

asyncmy is an asyncio-native MySQL/MariaDB driver providing fast asynchronous database access with an aiomysql-compatible API, built on an optimized protocol core.

Apache-2.0compiled wheel · 3.9+
895.2Kdownloads / mo
asyncmy2 With conditions
PyPI · Database · released Aug 2026

asyncmy2 is a fast asyncio-based MySQL/MariaDB driver that rewrites the core protocol in Cython for performance while maintaining API compatibility with aiomysql.

Not recommended if you need Python versions below 3.10 or want to avoid build toolchain setup.

Apache-2.0compiled wheel · 3.10+
328.5Kdownloads / mo
asyncore-wsgi Skip
PyPI · WWW/HTTP · released Jul 2023

A single-threaded asynchronous WSGI server with WebSocket support built on Python's asyncore module, serving WSGI applications and handling WebSocket connections on a specified path.

MITpure Python · 3.6+abandoned
76.4Kdownloads / mo
asyncpg Worth it
PyPI · Front-Ends · released Nov 2025

asyncpg is an asyncio-native PostgreSQL client library that executes queries asynchronously over the PostgreSQL binary protocol, enabling non-blocking database access in async Python applications.

Apache-2.0compiled wheel · 3.9.0+
115.1Mdownloads / mo
asyncpg-stubs Worth it
PyPI · Database · released Jul 2026

Provides type stubs for asyncpg to enable static type checking and improved IDE autocompletion when using the asyncpg PostgreSQL driver.

BSD-3-Clausepure Python
2.4Mdownloads / mo
asyncpg-trek With conditions
PyPI · Database · released Jul 2024

Manages database migrations for asyncpg by executing raw SQL or Python files in a specified folder, with async support and declarative version targeting.

However, the Alpha status and lack of updates since July 2024 mean you should verify that it handles your specific migration patterns and be prepared to maintain it…

MITpure Pythonaging
250.2Kdownloads / mo
asyncpraw Worth it
PyPI · Utilities · released Aug 2026

Async PRAW provides asynchronous access to Reddit's API, allowing you to interact with subreddits, submissions, comments, and user data without blocking I/O operations.

BSD-3-Clausepure Python · 3.10+
134.0Kdownloads / mo
asyncprawcore With conditions
PyPI · WWW/HTTP · released Jun 2026

asyncprawcore provides a low-level async HTTP communication layer for interacting with the Reddit API, handling authentication and request routing for Async PRAW 7+.

Install it if you need async Reddit API access; skip it if you want a higher-level wrapper or synchronous-only code.

BSD-3-Clausepure Python · 3.10+
126.2Kdownloads / mo
asyncsleepiq With conditions
PyPI · WWW/HTTP · released Mar 2026

AsyncSleepIQ provides async Python access to the SleepIQ API for SleepNumber beds, allowing you to query bed status, occupancy, sleep number values, and control bed features like pause mode and calibration.

permissive licensepure Python
75.8Kdownloads / mo
asyncssh Worth it
PyPI · Python Modules · released Jun 2026

AsyncSSH provides an asynchronous SSH client and server implementation for Python 3.10+, supporting SSHv2, SFTP, and SCP protocols with full key exchange, authentication, and channel management.

Install it if you need async SSH functionality in Python.

copyleftpure Python · 3.10+
19.4Mdownloads / mo
asyncstdlib Worth it
PyPI · Software Development · released Mar 2026

Provides async-compatible versions of Python standard library functions like zip, map, enumerate, and itertools operations, enabling seamless use of these utilities with async iterables and callables.

Install it if you work with async iterables and want to avoid writing boilerplate.

MITpure Python
6.0Mdownloads / mo
asyncstdlib-fw Worth it
PyPI · Software Development · released May 2025

Provides async-compatible versions of Python standard library functions like zip, map, enumerate, and itertools operations, enabling them to work with async iterables and callables.

MITpure Python · 3.8+
494.7Kdownloads / mo
asynctest With conditions
PyPI · Testing · released May 2019

Extends Python's unittest module with test utilities and mocks designed specifically for testing asyncio-based libraries, including coroutine mocks and event loop management.

Apache-2.0pure Python · 3.5+dormant
11.2Mdownloads / mo
asyncua Worth it
PyPI · Python Modules · released Jun 2026

asyncua is an asyncio-based OPC UA client and server library implementing the IEC 62541 standard for industrial automation and control systems communication.

Install it if you need to integrate with OPC UA systems or build OPC UA services in Python.

LGPL-3.0-or-laterpure Python · 3.10+
713.6Kdownloads / mo
asysocks With conditions
PyPI · Networking · released Oct 2025

Asynchronous SOCKS5, SOCKS4, and HTTP proxy client and server library in pure Python, supporting both listener and queue-based modes for proxy-aware applications.

MITpure Python · 3.6+aging
121.1Kdownloads / mo
atcf-data-parser With conditions
PyPI · Information Analysis · released Apr 2026

Parses a-deck forecast data from the Automated Tropical Cyclone Forecasting System and provides both a Python API and command-line interface for working with this data.

Install it if you need to work with this data format; skip it otherwise.

MITpure Python · 3.11+
116.1Kdownloads / mo
atdd With conditions
PyPI · Quality Assurance · released Aug 2026

ATDD is a CLI toolkit that structures AI agent work into evidence-gated phases—planning, testing, implementation, validation, refactor, and merge—using pytest, YAML configuration, and JSON schema validation to enforce deterministic workflows.

permissive licensepure Python · 3.10+
83.9Kdownloads / mo
athenaintel With conditions
PyPI · Python Modules · released Aug 2026

Provides a Python client library for calling the Athena Intelligence API, with type-safe request/response definitions and both synchronous and asynchronous HTTP clients.

license unclearpure Python
242.2Kdownloads / mo