Metadata-Version: 2.1
Name: pyaioconsole
Version: 0.1.0
Summary: Python library for creating async CLI applications
License: MIT
Author: alexeev-prog
Author-email: alexeev.dev@mail.ru
Requires-Python: >=3.10,<4.0
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Requires-Dist: asyncio (>=3.4.3,<4.0.0)
Requires-Dist: python-dotenv (>=1.0.1,<2.0.0)
Requires-Dist: rich (>=13.9.4,<14.0.0)
Description-Content-Type: text/markdown

# aioconsole

<a id="readme-top"></a> 

<div align="center">  
  <p align="center">
    Python library for creating async CLI applications
    <br />
    <a href="./docs/en/index.md"><strong>Explore the docs »</strong></a>
    <br />
    <br />
    <a href="#getting-started">Getting Started</a>
    ·
    <a href="#usage-examples">Basic Usage</a>
    ·
    <a href="https://github.com/alexeev-prog/aioconsole/blob/main/LICENSE">License</a>
  </p>
</div>
<br>
<p align="center">
    <img src="https://img.shields.io/github/languages/top/alexeev-prog/aioconsole?style=for-the-badge">
    <img src="https://img.shields.io/github/languages/count/alexeev-prog/aioconsole?style=for-the-badge">
    <img src="https://img.shields.io/github/license/alexeev-prog/aioconsole?style=for-the-badge">
    <img src="https://img.shields.io/github/stars/alexeev-prog/aioconsole?style=for-the-badge">
    <img src="https://img.shields.io/github/issues/alexeev-prog/aioconsole?style=for-the-badge">
    <img src="https://img.shields.io/github/last-commit/alexeev-prog/aioconsole?style=for-the-badge">
</p>



## Getting Started
aioconsole is available on [PyPI](https://pypi.org/project/aioconsole). Simply install the package into your project environment with PIP:

```bash
pip install pyaioconsole
```

