rpa-suite 1.3.1__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.1.dist-info → rpa_suite-1.3.3.dist-info}/METADATA +18 -9
- {rpa_suite-1.3.1.dist-info → rpa_suite-1.3.3.dist-info}/RECORD +5 -5
- {rpa_suite-1.3.1.dist-info → rpa_suite-1.3.3.dist-info}/WHEEL +1 -1
- {rpa_suite-1.3.1.dist-info → rpa_suite-1.3.3.dist-info/licenses}/LICENSE +0 -0
- {rpa_suite-1.3.1.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,11 +20,20 @@ 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
|
-
|
26
|
-
|
27
|
-
|
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
|
35
|
+
|
36
|
+

|
28
37
|
|
29
38
|
<h1 align="left">
|
30
39
|
RPA Suite
|
@@ -157,7 +166,7 @@ O módulo principal do rpa-suite é dividido em categorias. Cada categoria cont
|
|
157
166
|
- **string_validator** - Função que valida presença de letras, palavras, e textos e possibilita contar as ocorrencias em uma string
|
158
167
|
|
159
168
|
## Release
|
160
|
-
Versão: **Beta 1.3.
|
169
|
+
Versão: **Beta 1.3.3**
|
161
170
|
|
162
171
|
Lançamento: *20/02/2024*
|
163
172
|
|
@@ -166,7 +175,7 @@ Lançamento: *20/02/2024*
|
|
166
175
|
Status: Em desenvolvimento.
|
167
176
|
|
168
177
|
#
|
169
|
-
### Notas da atualização: 1.3.
|
178
|
+
### Notas da atualização: 1.3.2
|
170
179
|
|
171
180
|
- Correções de bugs em diversas funções relacionadas a tempo: *exec_at_hour* , *wait_for_exec* , *exec_and_wait*
|
172
181
|
- Correções de bugs com tempo superior a 10 minutos nas funções de data: *get_hms* e *get_dma*
|
@@ -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
|