mirror of
https://github.com/koloideal/Argenta.git
synced 2026-06-10 10:05:28 +03:00
translate readme
This commit is contained in:
@@ -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)
|
||||
|
||||

|
||||
|
||||
---
|
||||
|
||||
# Установка
|
||||
# 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)
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user