rpa-suite 1.6.3__py3-none-any.whl → 1.6.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.
- rpa_suite/__init__.py +1 -1
- rpa_suite/core/__init__.py +1 -1
- rpa_suite/functions/__init__.py +1 -1
- rpa_suite/utils/__init__.py +1 -1
- {rpa_suite-1.6.3.dist-info → rpa_suite-1.6.4.dist-info}/METADATA +4 -4
- {rpa_suite-1.6.3.dist-info → rpa_suite-1.6.4.dist-info}/RECORD +9 -9
- {rpa_suite-1.6.3.dist-info → rpa_suite-1.6.4.dist-info}/WHEEL +0 -0
- {rpa_suite-1.6.3.dist-info → rpa_suite-1.6.4.dist-info}/licenses/LICENSE +0 -0
- {rpa_suite-1.6.3.dist-info → rpa_suite-1.6.4.dist-info}/top_level.txt +0 -0
rpa_suite/__init__.py
CHANGED
@@ -66,7 +66,7 @@ Módulos disponíveis:
|
|
66
66
|
``Iris``: Objeto Iris Automação de funções para converter documentos com OCR + IA baseado em ``docling``
|
67
67
|
"""
|
68
68
|
|
69
|
-
__version__ = "1.6.
|
69
|
+
__version__ = "1.6.4"
|
70
70
|
|
71
71
|
# allows importing the rpa_suite module without the package name
|
72
72
|
from .suite import rpa
|
rpa_suite/core/__init__.py
CHANGED
rpa_suite/functions/__init__.py
CHANGED
rpa_suite/utils/__init__.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: rpa_suite
|
3
|
-
Version: 1.6.
|
3
|
+
Version: 1.6.4
|
4
4
|
Summary: Conjunto de ferramentas essenciais para Automação RPA com Python, que facilitam o dia a dia de desenvolvimento.
|
5
5
|
Author: Camilo Costa de Carvalho
|
6
6
|
Author-email: camilo.carvalho@vettracode.com
|
@@ -32,7 +32,7 @@ Requires-Dist: loguru
|
|
32
32
|
Requires-Dist: typing
|
33
33
|
Requires-Dist: pillow
|
34
34
|
Requires-Dist: pyautogui
|
35
|
-
Requires-Dist:
|
35
|
+
Requires-Dist: requests
|
36
36
|
Dynamic: author
|
37
37
|
Dynamic: author-email
|
38
38
|
Dynamic: classifier
|
@@ -292,7 +292,7 @@ O módulo principal do rpa-suite é dividido em categorias. Cada categoria cont
|
|
292
292
|
|
293
293
|
## Release Notes
|
294
294
|
|
295
|
-
### Versão: **Beta 1.6.
|
295
|
+
### Versão: **Beta 1.6.4**
|
296
296
|
|
297
297
|
- **Data de Lançamento:** *20/02/2024*
|
298
298
|
- **Última Atualização:** 16/09/2025
|
@@ -301,7 +301,7 @@ O módulo principal do rpa-suite é dividido em categorias. Cada categoria cont
|
|
301
301
|
Esta versão marca um grande avanço no desenvolvimento da RPA Suite, trazendo melhorias significativas na arquitetura, novas funcionalidades e maior simplicidade no uso. Confira as principais mudanças abaixo.
|
302
302
|
|
303
303
|
### Notas:
|
304
|
-
- atualização 1.6.
|
304
|
+
- atualização 1.6.4
|
305
305
|
- Adição Módulo: Iris (OCR-IA)
|
306
306
|
- Feat.: leitura de documento (aceita multiplos formatos)
|
307
307
|
- Feat.: leitura em lote (multiplos docmumentos em uma unica chamada)
|
@@ -1,6 +1,6 @@
|
|
1
|
-
rpa_suite/__init__.py,sha256=
|
1
|
+
rpa_suite/__init__.py,sha256=OIvAxlghJJ6FDl6gckeQiolnfNvD_U3tkFWo28gQ-OI,2915
|
2
2
|
rpa_suite/suite.py,sha256=yP-5_YrB_DujKpZXfAcIqgNV5BeTjNbNxB-Jst9UJJo,12361
|
3
|
-
rpa_suite/core/__init__.py,sha256=
|
3
|
+
rpa_suite/core/__init__.py,sha256=UlE3dIXFhdyc3C-IX8XbsojwWxtMgTRCGEU_8k-dDtw,1966
|
4
4
|
rpa_suite/core/artemis.py,sha256=QjyTxXK48kCJpwpGBIfHupGSpmwhCsMDuWwMuxSXPRE,17784
|
5
5
|
rpa_suite/core/asyncrun.py,sha256=VP7x5KN_qxXUL0AdA6evklPgHCRRqgyyqhWYuQHFye8,4551
|
6
6
|
rpa_suite/core/browser.py,sha256=37desqhn4Vo8dSbz9KSNwLFSmY-WRW7rh0HIqOMjmN4,14566
|
@@ -16,12 +16,12 @@ rpa_suite/core/print.py,sha256=-0oUO3sVTft2_dc6E4OkchyZLR2zJPHne4ZOn65rw20,6533
|
|
16
16
|
rpa_suite/core/regex.py,sha256=f5aDw3pZ7xG7qpsTzHIr6nlD93FZTBXMMG--v448oY0,3012
|
17
17
|
rpa_suite/core/validate.py,sha256=XL8y80GK4C_kisg6Lzc0zV4XhfBHiICyn78VCnT-aqc,7567
|
18
18
|
rpa_suite/functions/__create_ss_dir.py,sha256=kaRotLlYDCQGKtv9nd8zZUorQmHYGbHmOEWJ1DZBBYc,3426
|
19
|
-
rpa_suite/functions/__init__.py,sha256=
|
19
|
+
rpa_suite/functions/__init__.py,sha256=ZLWkPNodmBIuPY9Unt83XfnnMRA4h36yj4mkjmE83cM,57
|
20
20
|
rpa_suite/functions/_printer.py,sha256=gj7dwOt4roSj2iwOGWeGgUD3JVr7h4UESyCg9CmrieA,3946
|
21
|
-
rpa_suite/utils/__init__.py,sha256=
|
21
|
+
rpa_suite/utils/__init__.py,sha256=H0zGvnDPyUaqcxlQmscSaMZclN1yQzbNQrnF5WmUzt4,729
|
22
22
|
rpa_suite/utils/system.py,sha256=3g3Pwt-bFUPIY2UQzN7EVSH7OJ_cd35Vs8x3w1I24jk,4938
|
23
|
-
rpa_suite-1.6.
|
24
|
-
rpa_suite-1.6.
|
25
|
-
rpa_suite-1.6.
|
26
|
-
rpa_suite-1.6.
|
27
|
-
rpa_suite-1.6.
|
23
|
+
rpa_suite-1.6.4.dist-info/licenses/LICENSE,sha256=5D8PIbs31iGd9i1_MDNg4SzaQnp9sEIULALh2y3WyMI,1102
|
24
|
+
rpa_suite-1.6.4.dist-info/METADATA,sha256=1ydxiXwxUDVa933wOpyEZcBL3TdaONWt-YxAOiiN9ok,13190
|
25
|
+
rpa_suite-1.6.4.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
26
|
+
rpa_suite-1.6.4.dist-info/top_level.txt,sha256=HYkDtg-kJNAr3F2XAIPyJ-QBbNhk7q6jrqsFt10lz4Y,10
|
27
|
+
rpa_suite-1.6.4.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|