rpa-suite 1.3.1__py3-none-any.whl → 1.3.2__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.2.dist-info}/METADATA +4 -5
- {rpa_suite-1.3.1.dist-info → rpa_suite-1.3.2.dist-info}/RECORD +5 -5
- {rpa_suite-1.3.1.dist-info → rpa_suite-1.3.2.dist-info}/LICENSE +0 -0
- {rpa_suite-1.3.1.dist-info → rpa_suite-1.3.2.dist-info}/WHEEL +0 -0
- {rpa_suite-1.3.1.dist-info → rpa_suite-1.3.2.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: rpa-suite
|
3
|
-
Version: 1.3.
|
3
|
+
Version: 1.3.2
|
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
|
@@ -23,8 +23,7 @@ Requires-Dist: colorama
|
|
23
23
|
Requires-Dist: email-validator
|
24
24
|
Requires-Dist: colorlog
|
25
25
|
|
26
|
-

|
28
27
|
|
29
28
|
<h1 align="left">
|
30
29
|
RPA Suite
|
@@ -157,7 +156,7 @@ O módulo principal do rpa-suite é dividido em categorias. Cada categoria cont
|
|
157
156
|
- **string_validator** - Função que valida presença de letras, palavras, e textos e possibilita contar as ocorrencias em uma string
|
158
157
|
|
159
158
|
## Release
|
160
|
-
Versão: **Beta 1.3.
|
159
|
+
Versão: **Beta 1.3.2**
|
161
160
|
|
162
161
|
Lançamento: *20/02/2024*
|
163
162
|
|
@@ -166,7 +165,7 @@ Lançamento: *20/02/2024*
|
|
166
165
|
Status: Em desenvolvimento.
|
167
166
|
|
168
167
|
#
|
169
|
-
### Notas da atualização: 1.3.
|
168
|
+
### Notas da atualização: 1.3.2
|
170
169
|
|
171
170
|
- Correções de bugs em diversas funções relacionadas a tempo: *exec_at_hour* , *wait_for_exec* , *exec_and_wait*
|
172
171
|
- 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.2.dist-info/LICENSE,sha256=5D8PIbs31iGd9i1_MDNg4SzaQnp9sEIULALh2y3WyMI,1102
|
33
|
+
rpa_suite-1.3.2.dist-info/METADATA,sha256=B00tMKbMCZTRf7H7Eerp495DwAZd29JrN5n9SdHzHZM,9122
|
34
|
+
rpa_suite-1.3.2.dist-info/WHEEL,sha256=Xo9-1PvkuimrydujYJAjF7pCkriuXBpUPEjma1nZyJ0,92
|
35
|
+
rpa_suite-1.3.2.dist-info/top_level.txt,sha256=HYkDtg-kJNAr3F2XAIPyJ-QBbNhk7q6jrqsFt10lz4Y,10
|
36
|
+
rpa_suite-1.3.2.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|