chatgraph 0.3.2__py3-none-any.whl → 0.3.2a0__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.
Potentially problematic release.
This version of chatgraph might be problematic. Click here for more details.
- {chatgraph-0.3.2.dist-info → chatgraph-0.3.2a0.dist-info}/METADATA +2 -2
- {chatgraph-0.3.2.dist-info → chatgraph-0.3.2a0.dist-info}/RECORD +5 -5
- {chatgraph-0.3.2.dist-info → chatgraph-0.3.2a0.dist-info}/LICENSE +0 -0
- {chatgraph-0.3.2.dist-info → chatgraph-0.3.2a0.dist-info}/WHEEL +0 -0
- {chatgraph-0.3.2.dist-info → chatgraph-0.3.2a0.dist-info}/entry_points.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: chatgraph
|
|
3
|
-
Version: 0.3.
|
|
3
|
+
Version: 0.3.2a0
|
|
4
4
|
Summary: A user-friendly chatbot library
|
|
5
5
|
Home-page: https://github.com/irissonnlima/chatgraph
|
|
6
6
|
License: MIT
|
|
@@ -27,7 +27,7 @@ Description-Content-Type: text/markdown
|
|
|
27
27
|
ChatGraph é uma biblioteca desenvolvida para criar chatbots interativos e modulares. Com suporte integrado para gRPC e RabbitMQ, ela permite gerenciar fluxos complexos de mensagens e criar comandos de chatbots que respondem a rotas específicas. Toda interação começa pela rota `start` e deriva para sub-rotas como `start.choice`.
|
|
28
28
|
|
|
29
29
|
### **Requisitos**
|
|
30
|
-
- Python 3.
|
|
30
|
+
- Python 3.12+
|
|
31
31
|
- `pip` para gerenciamento de pacotes
|
|
32
32
|
|
|
33
33
|
### **Instalação**
|
|
@@ -17,8 +17,8 @@ chatgraph/types/end_types.py,sha256=--Ty2gM_y7J-yRAvZV26e4HMUpoguAMAhfOIS9-kQTk,
|
|
|
17
17
|
chatgraph/types/message_types.py,sha256=-GQAQi1iMz1ysZLAXJImIg34ObnSJnhz7zv6VBrlNuw,3364
|
|
18
18
|
chatgraph/types/request_types.py,sha256=ZTJY-jc4zwPO4cfpksL7J0MKtYuTtecn9ZObkTSi9OU,8577
|
|
19
19
|
chatgraph/types/route.py,sha256=2fuHEPKUL_Vuv4g8pB6M7eJLouxXasqjesdju6_eumE,2757
|
|
20
|
-
chatgraph-0.3.
|
|
21
|
-
chatgraph-0.3.
|
|
22
|
-
chatgraph-0.3.
|
|
23
|
-
chatgraph-0.3.
|
|
24
|
-
chatgraph-0.3.
|
|
20
|
+
chatgraph-0.3.2a0.dist-info/entry_points.txt,sha256=bO9_Q-PqE5vCNNo6ke_-3j2gHfKQMDGnKDTkNuCdBuA,48
|
|
21
|
+
chatgraph-0.3.2a0.dist-info/LICENSE,sha256=rVJozpRzDlplOpvI8A1GvmfVS0ReYdZvMWc1j2jV0v8,1090
|
|
22
|
+
chatgraph-0.3.2a0.dist-info/METADATA,sha256=RgI54BAvyMu7KPqiH-MehwJliHjcmo3BCF2UOa0Na8U,12783
|
|
23
|
+
chatgraph-0.3.2a0.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
|
|
24
|
+
chatgraph-0.3.2a0.dist-info/RECORD,,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|