chocobot 0.1.0__tar.gz

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.
@@ -0,0 +1,38 @@
1
+ Metadata-Version: 2.4
2
+ Name: chocobot
3
+ Version: 0.1.0
4
+ Summary: Agente de CLI autônomo para Termux (Python puro + requests)
5
+ Author-email: Seu Nome <seu@email.com>
6
+ License: MIT
7
+ Project-URL: Homepage, https://github.com/seilaman2210-rgb/CCPoC-Node-Code
8
+ Project-URL: Documentation, https://github.com/seilaman2210-rgb/CCPoC-Node-Code#readme
9
+ Keywords: agent,cli,termux,automation
10
+ Classifier: Programming Language :: Python :: 3
11
+ Classifier: License :: OSI Approved :: MIT License
12
+ Classifier: Operating System :: POSIX :: Linux
13
+ Classifier: Intended Audience :: Developers
14
+ Requires-Python: >=3.8
15
+ Description-Content-Type: text/markdown
16
+ Requires-Dist: requests
17
+
18
+ # chocobot
19
+
20
+ Agente de CLI autônomo para Termux (Python puro + requests).
21
+
22
+ ## Instalação
23
+
24
+ ```bash
25
+ pip install chocobot
26
+ ```
27
+
28
+ ## Uso
29
+
30
+ ```bash
31
+ chocobot
32
+ ```
33
+
34
+ Veja a documentação completa no [README do projeto](https://github.com/seilaman2210-rgb/CCPoC-Node-Code#readme).
35
+
36
+ ## Licença
37
+
38
+ MIT
@@ -0,0 +1,21 @@
1
+ # chocobot
2
+
3
+ Agente de CLI autônomo para Termux (Python puro + requests).
4
+
5
+ ## Instalação
6
+
7
+ ```bash
8
+ pip install chocobot
9
+ ```
10
+
11
+ ## Uso
12
+
13
+ ```bash
14
+ chocobot
15
+ ```
16
+
17
+ Veja a documentação completa no [README do projeto](https://github.com/seilaman2210-rgb/CCPoC-Node-Code#readme).
18
+
19
+ ## Licença
20
+
21
+ MIT