translate readme

This commit is contained in:
2025-05-10 21:56:34 +03:00
parent cbf7d3c578
commit 03cbc64f48
3 changed files with 77 additions and 9 deletions
+10 -8
View File
@@ -1,12 +1,14 @@
# Argenta
### Библиотека для создания модульных CLI приложeний
### Library for creating modular CLI applications
#### RU - [README.ru.md](https://github.com/koloideal/Argenta/blob/kolo/README.ru.md)
![preview](https://github.com/koloideal/Argenta/blob/kolo/imgs/mock_app_preview4.png?raw=True)
---
# Установка
# Installing
```bash
pip install argenta
```
@@ -17,9 +19,9 @@ poetry add argenta
---
# Быстрый старт
# Quick start
Пример простейшего приложения
An example of a simple application
```python
# routers.py
from argenta.router import Router
@@ -55,12 +57,12 @@ if __name__ == '__main__':
---
# Фичи в разработке
# Features in development
- Полноценная поддержка автокомплитера на Linux
- Возможность настройки захвата stdout при обработке хэндлером ввода
- Full support for autocompleter on Linux
- Ability to configure stdout capture when handling input by the handler
## Полная [документация](https://argenta-docs.vercel.app) | MIT 2025 kolo | made by [kolo](https://t.me/kolo_id)
## Full [docs](https://argenta-docs.vercel.app) | MIT 2025 kolo | made by [kolo](https://t.me/kolo_id)