Skip to main content

No project description provided

Project description

aiogram-cli (PoC)

Command line interface for developers

Works only with aiogram 3.0+

Here is only bootstrap for CLI interface with extensions based on pkg_resources

Installation

From PyPi

pip install aiogram-cli or pip install aiogram[cli]

Usage

Just run in terminal aiogram and see what you can do with it.

Example

asciicast

Writing extensions

Any aiogram-cli extension package should provide an entry point like this:

[aiogram_cli.plugins]
my_extension = my_package.module:my_command

Or with poetry like this:

[tool.poetry.plugins."aiogram_cli.plugins"]
"builtin-about" = "aiogram_cli.about:command_about"
"builtin-plugins" = "aiogram_cli.plugins:command_plugins"

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

aiogram_cli-1.0.3.tar.gz (8.6 kB view hashes)

Uploaded Source

Built Distribution

aiogram_cli-1.0.3-py3-none-any.whl (10.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page