aiven-client
Aiven.io client library / command-line client
What it is and what it does
aiven-client is the official command-line interface for Aiven, a managed cloud services platform. It provides a single entry point for authenticating with Aiven, managing projects and cloud resources, provisioning databases and message brokers, and administering users and permissions across your organization. The tool wraps Aiven's REST API and outputs raw JSON for scripting with tools like jq.
The package is built on requests, certifi, and requests-toolbelt, making it lightweight and portable. It requires Python 3.10 or later and is actively maintained with recent releases. The CLI supports both interactive login with credentials and token-based authentication, and includes comprehensive help and search features to discover available commands.
Use it for:
- Provision and manage PostgreSQL, Kafka, MySQL, and other managed services from the command line in CI/CD pipelines
- Automate project creation, user invitations, and permission management across Aiven organizations
- Query service details, connection strings, and logs programmatically using JSON output for integration with monitoring or deployment tools
- Manage authentication tokens and access control for application users and service accounts
- Switch between projects and cloud regions as part of multi-environment deployment workflows
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
Official command-line client for Aiven's managed cloud services platform, enabling authentication, project management, service provisioning, and cloud resource administration.
Yes. The package is actively maintained, has low install friction, carries a permissive license, and is the official client for Aiven's platform. Install it if you need to manage Aiven services from the command line or automate cloud infrastructure provisioning. No known security vulnerabilities.
Install
aiven-client on PyPI
pip
pip install aiven-clientuv
uv add aiven-clientpoetry
poetry add aiven-clientInstalling aiven-client
Before you install
Low install friction with three common runtime dependencies (certifi, requests-toolbelt, requests). Active maintenance with a release within the last day and ongoing commits. Supports modern Python versions from 3.10 through 3.14.
License in practice
Apache License 2.0 is permissive, allowing commercial and private use with minimal restrictions. You may use, modify, and distribute the package freely as long as you include a copy of the license and state significant changes.
Quickstart
$ pip install aiven-client
$ avn user login you@example.com
$ avn project list
$ avn service list
Requires Python 3.10 or later. On Windows, you may need to use `python3 -m aiven.client` instead of the `avn` command directly.
Verify before relying
- Whether all Aiven service types (PostgreSQL, Kafka, etc.) are fully supported in version 4.17.0
- Rate limits or quotas on API operations through the CLI
- Whether offline mode or local configuration caching is supported
Package facts
| License | Apache License 2.0 (permissive) |
| Python support | supports the current Python release (>=3.10) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 3 — certifi, requests-toolbelt, requests |
| Maintenance | actively maintained — 1 days since the last release |
| Last repo commit | |
| First released | |
| Downloads | 454,403/month — #6,569 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: aiven_client-4.17.0-py3-none-any.whl
Tags
More Libraries packages
urllib3 is an HTTP client library that provides…
permissive · top 100 on PyPI
requestsRequests is a Python HTTP library that…
permissive · top 100 on PyPI
pluggyPluggy provides a plugin system that lets you…
permissive · top 100 on PyPI
python-dateutilProvides parsing, arithmetic, and recurrence…
permissive · top 100 on PyPI
sixSix provides utility functions to write Python…
permissive · top 100 on PyPI
pytestpytest is a testing framework that lets you…
permissive · top 100 on PyPI
kclikcli is a command-line provisioning and…
unclear · top 15,000 on PyPI
google-cloud-os-loginPython client library for Google Cloud OS…
permissive · top 1,000 on PyPI
grafana-clientA Python client library for the Grafana HTTP…
permissive · top 15,000 on PyPI
uipath-llm-clientA Python client for accessing LLMs through…
unclear · top 5,000 on PyPI
cloudfoundry-clientA Python client library for interacting with…
unclear · top 15,000 on PyPI
contentful_managementPython client for Contentful's Management API,…
permissive · top 15,000 on PyPI
valkeyPython client library for connecting to and…
permissive · top 5,000 on PyPI
pycognitoSimplifies AWS Cognito user authentication and…
permissive · top 5,000 on PyPI
python-openstackclientA unified command-line client for OpenStack…
permissive · top 5,000 on PyPI
warrantWarrant wraps AWS Cognito user management…
permissive · top 15,000 on PyPI