skillfed

aiven-client

Aiven.io client library / command-line client

aiven-client v4.17.0 454.4K downloads/30d#6,569 on PyPI92
Permissive license Apache License 2.0 Active released

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-client

uv

uv add aiven-client

poetry

poetry add aiven-client

Installing 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

Development Status :: 5 - Production/StableIntended Audience :: DevelopersLicense :: OSI Approved :: Apache Software LicenseProgramming Language :: Python :: 3.10Programming Language :: Python :: 3.11Programming Language :: Python :: 3.12Programming Language :: Python :: 3.13Programming Language :: Python :: 3.14Topic :: Software Development :: Libraries

Tags

aiven cloud climanaged services command lineaiven service managementcloud infrastructure cliaiven authentication clientdatabase service provisioningcloud project management
cli-toolcloud-managementaiven-platform

More Libraries packages