rpa-suite 0.7.8__py3-none-any.whl → 0.7.9__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-0.7.8.dist-info → rpa_suite-0.7.9.dist-info}/METADATA +4 -6
- {rpa_suite-0.7.8.dist-info → rpa_suite-0.7.9.dist-info}/RECORD +5 -5
- {rpa_suite-0.7.8.dist-info → rpa_suite-0.7.9.dist-info}/LICENSE +0 -0
- {rpa_suite-0.7.8.dist-info → rpa_suite-0.7.9.dist-info}/WHEEL +0 -0
- {rpa_suite-0.7.8.dist-info → rpa_suite-0.7.9.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: rpa-suite
|
3
|
-
Version: 0.7.
|
3
|
+
Version: 0.7.9
|
4
4
|
Summary: Conjunto de ferramentas essenciais para RPA com Python, que facilitam o dia a dia de desenvolvimento.
|
5
5
|
Author: Camilo Costa de Carvalho
|
6
6
|
Author-email: camilo.carvalho@triasoftware.com.br
|
@@ -18,7 +18,7 @@ Requires-Dist: loguru
|
|
18
18
|
Requires-Dist: colorama
|
19
19
|
Requires-Dist: email-validator
|
20
20
|
|
21
|
-

|
22
22
|
|
23
23
|
|
24
24
|
<h1 align="center">
|
@@ -36,8 +36,6 @@ Requires-Dist: email-validator
|
|
36
36
|
|
37
37
|
## Sumário do conteudo
|
38
38
|
|
39
|
-
- [O que é?](#o-que-é)
|
40
|
-
- [Table of Contents](#table-of-contents)
|
41
39
|
- [Destaque](#destaque)
|
42
40
|
- [Objetivo](#objetivo)
|
43
41
|
- [Instalação](#instalação)
|
@@ -95,7 +93,7 @@ conda install -c conda-forge rpa-suite
|
|
95
93
|
|
96
94
|
|
97
95
|
## Exemplo
|
98
|
-
Do
|
96
|
+
Do módulo principal, importe a suite. Ela retorna uma instância do Objeto de classe Rpa_suite, onde possui variáveis apontando para todas funções dos submódulos:
|
99
97
|
|
100
98
|
from rpa_suite import suite as rpa
|
101
99
|
|
@@ -136,7 +134,7 @@ O módulo principal do rpa-suite é dividido em categorias. Cada categoria cont
|
|
136
134
|
- **string_validator** - Funções para validação/varredura (strings, substrings, palavras)
|
137
135
|
|
138
136
|
## Release
|
139
|
-
Versão: **Alpha 0.7.
|
137
|
+
Versão: **Alpha 0.7.9**
|
140
138
|
|
141
139
|
Lançamento: *04/12/2023*
|
142
140
|
|
@@ -16,8 +16,8 @@ rpa_suite/log/printer.py,sha256=yzFO6MBgbsbaFzEnq9l0PcUTgb9fjQiPMAYDV20lhEA,2805
|
|
16
16
|
rpa_suite/validate/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
|
17
17
|
rpa_suite/validate/mail_validator.py,sha256=kGifg4ydz8Oh50Hr37t0Py82u4vUap7yzABGQOKE1lQ,2165
|
18
18
|
rpa_suite/validate/string_validator.py,sha256=wvgh9ZRl6P62W-kNII3heKXhbYaZUoIOOnWkOFO1PH0,4052
|
19
|
-
rpa_suite-0.7.
|
20
|
-
rpa_suite-0.7.
|
21
|
-
rpa_suite-0.7.
|
22
|
-
rpa_suite-0.7.
|
23
|
-
rpa_suite-0.7.
|
19
|
+
rpa_suite-0.7.9.dist-info/LICENSE,sha256=5D8PIbs31iGd9i1_MDNg4SzaQnp9sEIULALh2y3WyMI,1102
|
20
|
+
rpa_suite-0.7.9.dist-info/METADATA,sha256=tyopMTjeiX5qmMfR0ON8sc2kBgYFyiAoSPd7-j7dUqw,5620
|
21
|
+
rpa_suite-0.7.9.dist-info/WHEEL,sha256=Xo9-1PvkuimrydujYJAjF7pCkriuXBpUPEjma1nZyJ0,92
|
22
|
+
rpa_suite-0.7.9.dist-info/top_level.txt,sha256=HYkDtg-kJNAr3F2XAIPyJ-QBbNhk7q6jrqsFt10lz4Y,10
|
23
|
+
rpa_suite-0.7.9.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|