Open Source Packages
Libraries, frameworks, tools, and SDKs used by the apps in this directory — scored the same way as the apps themselves.
All Packages
Category
Tags2
Sort:Used by Most Apps
aiohttp
Asynchronous HTTP client and server framework for Python's asyncio, covering both API calls and building web/WebSocket services.
Slack SDK for Python
The official Python SDK for building apps, bots, and integrations on the Slack Platform.
Remeda
A TypeScript-first utility library with data-first and data-last function variants, lazy pipe evaluation, and fully typed transformations.
yarl
Immutable, encoding-aware URL class for Python, built for aiohttp and async network code
camelcase
Convert dash, dot, underscore, or space separated strings to camelCase or PascalCase, with full Unicode support.
multidict
A fast dict-like multi-value mapping for HTTP headers and URL query strings, with a C-accelerated backend and a pure-Python fallback.
frozenlist
A list-like Python type that can be frozen at runtime to guard shared state from further mutation.
camelcase-keys
Recursively convert snake_case or kebab-case object keys to camelCase (or PascalCase), with exclusions and stop-path control.
httpx-aiohttp
Aiohttp-powered transport backend for the httpx client
aiodocker
AsyncIO Python client for the Docker Engine HTTP API, built on aiohttp.
kubernetes_asyncio
Asyncio-based Python client library for the Kubernetes API, built on aiohttp.
pytest-aiohttp
A pytest plugin with fixtures for testing aiohttp servers and clients, with cleanup handled for you.