initial commit

This commit is contained in:
Davidson Gomes
2024-10-30 11:19:09 -03:00
commit 8654a31a4d
3744 changed files with 585542 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
Metadata-Version: 2.1
Name: evolution-client
Version: 0.0.1
Summary: Client Python para a API Evolution
Home-page: UNKNOWN
Author: Davidson Gomes
Author-email: contato@agenciadgcode.com
License: UNKNOWN
Platform: UNKNOWN
Requires-Python: >=3.6
UNKNOWN
+10
View File
@@ -0,0 +1,10 @@
README.md
setup.py
evolution/__init__.py
evolution/client.py
evolution/exceptions.py
evolution_client.egg-info/PKG-INFO
evolution_client.egg-info/SOURCES.txt
evolution_client.egg-info/dependency_links.txt
evolution_client.egg-info/requires.txt
evolution_client.egg-info/top_level.txt
@@ -0,0 +1 @@
+1
View File
@@ -0,0 +1 @@
requests>=2.25.1
+1
View File
@@ -0,0 +1 @@
evolution