argenta 1.0.3__py3-none-any.whl → 1.0.4__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: argenta
|
3
|
-
Version: 1.0.
|
3
|
+
Version: 1.0.4
|
4
4
|
Summary: Python library for building modular CLI applications
|
5
5
|
Author-email: kolo <kolo.is.main@gmail.com>
|
6
6
|
License: MIT
|
@@ -13,13 +13,15 @@ Description-Content-Type: text/markdown
|
|
13
13
|
|
14
14
|
# Argenta
|
15
15
|
|
16
|
-
###
|
16
|
+
### Library for creating modular CLI applications
|
17
|
+
|
18
|
+
#### RU - [README.ru.md](https://github.com/koloideal/Argenta/blob/kolo/README.ru.md)
|
17
19
|
|
18
20
|

|
19
21
|
|
20
22
|
---
|
21
23
|
|
22
|
-
#
|
24
|
+
# Installing
|
23
25
|
```bash
|
24
26
|
pip install argenta
|
25
27
|
```
|
@@ -30,9 +32,9 @@ poetry add argenta
|
|
30
32
|
|
31
33
|
---
|
32
34
|
|
33
|
-
#
|
35
|
+
# Quick start
|
34
36
|
|
35
|
-
|
37
|
+
An example of a simple application
|
36
38
|
```python
|
37
39
|
# routers.py
|
38
40
|
from argenta.router import Router
|
@@ -68,12 +70,12 @@ if __name__ == '__main__':
|
|
68
70
|
|
69
71
|
---
|
70
72
|
|
71
|
-
#
|
73
|
+
# Features in development
|
72
74
|
|
73
|
-
-
|
74
|
-
-
|
75
|
+
- Full support for autocompleter on Linux
|
76
|
+
- Ability to configure stdout capture when handling input by the handler
|
75
77
|
|
76
|
-
##
|
78
|
+
## Full [docs](https://argenta-docs.vercel.app) | MIT 2025 kolo | made by [kolo](https://t.me/kolo_id)
|
77
79
|
|
78
80
|
|
79
81
|
|
@@ -31,7 +31,7 @@ argenta/router/entity.py,sha256=bu4t3E3POy4N6H8mBHcLuCEXlBQerzKj02Uw_56GsWE,9609
|
|
31
31
|
argenta/router/exceptions.py,sha256=5k0mTHYYItWHzGC0NU5oHHYrHxU0M5fEbO5wne_wFg8,860
|
32
32
|
argenta/router/command_handler/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
33
33
|
argenta/router/command_handler/entity.py,sha256=xmHgbXBvD_-JMLpUPc5w3VVe-upTJ-y4lR13rUiiygo,2387
|
34
|
-
argenta-1.0.
|
35
|
-
argenta-1.0.
|
36
|
-
argenta-1.0.
|
37
|
-
argenta-1.0.
|
34
|
+
argenta-1.0.4.dist-info/METADATA,sha256=B6-Jb3HD1c2qqrigaTlmLE0ICqRUlYJSr654BfgVGac,1564
|
35
|
+
argenta-1.0.4.dist-info/WHEEL,sha256=qtCwoSJWgHk21S1Kb4ihdzI2rlJ1ZKaIurTj_ngOhyQ,87
|
36
|
+
argenta-1.0.4.dist-info/licenses/LICENSE,sha256=zmqoGh2n5rReBv4s8wPxF_gZEZDgauJYSPMuPczgOiU,1082
|
37
|
+
argenta-1.0.4.dist-info/RECORD,,
|
File without changes
|
File without changes
|