rpa-suite 1.3.2__py3-none-any.whl → 1.3.3__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-1.3.2.dist-info → rpa_suite-1.3.3.dist-info}/METADATA +15 -5
- {rpa_suite-1.3.2.dist-info → rpa_suite-1.3.3.dist-info}/RECORD +5 -5
- {rpa_suite-1.3.2.dist-info → rpa_suite-1.3.3.dist-info}/WHEEL +1 -1
- {rpa_suite-1.3.2.dist-info → rpa_suite-1.3.3.dist-info/licenses}/LICENSE +0 -0
- {rpa_suite-1.3.2.dist-info → rpa_suite-1.3.3.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
|
-
Metadata-Version: 2.
|
2
|
-
Name:
|
3
|
-
Version: 1.3.
|
1
|
+
Metadata-Version: 2.4
|
2
|
+
Name: rpa_suite
|
3
|
+
Version: 1.3.3
|
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@triasoftware.com.br
|
@@ -20,8 +20,18 @@ Description-Content-Type: text/markdown
|
|
20
20
|
License-File: LICENSE
|
21
21
|
Requires-Dist: loguru
|
22
22
|
Requires-Dist: colorama
|
23
|
-
Requires-Dist:
|
23
|
+
Requires-Dist: email_validator
|
24
24
|
Requires-Dist: colorlog
|
25
|
+
Dynamic: author
|
26
|
+
Dynamic: author-email
|
27
|
+
Dynamic: classifier
|
28
|
+
Dynamic: description
|
29
|
+
Dynamic: description-content-type
|
30
|
+
Dynamic: keywords
|
31
|
+
Dynamic: license
|
32
|
+
Dynamic: license-file
|
33
|
+
Dynamic: requires-dist
|
34
|
+
Dynamic: summary
|
25
35
|
|
26
36
|

|
27
37
|
|
@@ -156,7 +166,7 @@ O módulo principal do rpa-suite é dividido em categorias. Cada categoria cont
|
|
156
166
|
- **string_validator** - Função que valida presença de letras, palavras, e textos e possibilita contar as ocorrencias em uma string
|
157
167
|
|
158
168
|
## Release
|
159
|
-
Versão: **Beta 1.3.
|
169
|
+
Versão: **Beta 1.3.3**
|
160
170
|
|
161
171
|
Lançamento: *20/02/2024*
|
162
172
|
|
@@ -29,8 +29,8 @@ rpa_suite/regex/pattern_in_text.py,sha256=UvLm8IgkwTWkX6hCA2U4fR0fPHs0K9ws_quNjb
|
|
29
29
|
rpa_suite/validate/__init__.py,sha256=haPk94yjX88kR5YpzNNFCpzHw0T7fKAEoiaHA3-vAds,14
|
30
30
|
rpa_suite/validate/mail_validator.py,sha256=LTvxXgyBMJxQ8DuMd8gA-6MT4UiWfj1R6Hh4Q56ID50,3035
|
31
31
|
rpa_suite/validate/string_validator.py,sha256=kkPTUflSfX6CIRVWQ8WXUrEY-ccUQyRPgaBYPGTvfQ4,4989
|
32
|
-
rpa_suite-1.3.
|
33
|
-
rpa_suite-1.3.
|
34
|
-
rpa_suite-1.3.
|
35
|
-
rpa_suite-1.3.
|
36
|
-
rpa_suite-1.3.
|
32
|
+
rpa_suite-1.3.3.dist-info/licenses/LICENSE,sha256=5D8PIbs31iGd9i1_MDNg4SzaQnp9sEIULALh2y3WyMI,1102
|
33
|
+
rpa_suite-1.3.3.dist-info/METADATA,sha256=NWWvWrCb3xAEPkRdq7jGoUzx_ZcXvwNed3EPKcFxFIo,9342
|
34
|
+
rpa_suite-1.3.3.dist-info/WHEEL,sha256=CmyFI0kx5cdEMTLiONQRbGQwjIoR1aIYB7eCAQ4KPJ0,91
|
35
|
+
rpa_suite-1.3.3.dist-info/top_level.txt,sha256=HYkDtg-kJNAr3F2XAIPyJ-QBbNhk7q6jrqsFt10lz4Y,10
|
36
|
+
rpa_suite-1.3.3.dist-info/RECORD,,
|
File without changes
|
File without changes
|