rpa-suite 0.7.5__py3-none-any.whl → 0.7.6__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.5.dist-info → rpa_suite-0.7.6.dist-info}/METADATA +8 -6
- {rpa_suite-0.7.5.dist-info → rpa_suite-0.7.6.dist-info}/RECORD +5 -5
- {rpa_suite-0.7.5.dist-info → rpa_suite-0.7.6.dist-info}/LICENSE +0 -0
- {rpa_suite-0.7.5.dist-info → rpa_suite-0.7.6.dist-info}/WHEEL +0 -0
- {rpa_suite-0.7.5.dist-info → rpa_suite-0.7.6.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.6
|
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">
|
@@ -26,10 +26,9 @@ Requires-Dist: email-validator
|
|
26
26
|
</h1>
|
27
27
|
<br>
|
28
28
|
|
29
|
-
<div align='center'>
|
30
29
|

|
31
30
|

|
32
|
-
|
31
|
+
|
33
32
|
-----------------
|
34
33
|
|
35
34
|
## O que é?
|
@@ -77,7 +76,8 @@ conda install -c conda-forge rpa-suite
|
|
77
76
|
~~~
|
78
77
|
|
79
78
|
|
80
|
-
|
79
|
+
>[!NOTE]
|
80
|
+
>
|
81
81
|
>Para **desinstalar** o projeto, utilize o comando abaixo.
|
82
82
|
>**Obs.:** como usamos algumas libs no projeto, lembre-se de desinstar elas caso necessário.
|
83
83
|
|
@@ -85,6 +85,8 @@ conda install -c conda-forge rpa-suite
|
|
85
85
|
>>> python -m pip uninstall rpa-suite
|
86
86
|
~~~~
|
87
87
|
|
88
|
+
>[!IMPORTANT]
|
89
|
+
>
|
88
90
|
>Opcionalmente você pode querer desinstalar as libs que foram inclusas no projeto, sendo assim:
|
89
91
|
|
90
92
|
~~~~pip
|
@@ -134,7 +136,7 @@ O módulo principal do rpa-suite é dividido em categorias. Cada categoria cont
|
|
134
136
|
- **string_validator** - Funções para validação/varredura (strings, substrings, palavras)
|
135
137
|
|
136
138
|
## Release
|
137
|
-
Versão: **Alpha 0.7.
|
139
|
+
Versão: **Alpha 0.7.6**
|
138
140
|
|
139
141
|
Lançamento: *04/12/2023*
|
140
142
|
|
@@ -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.6.dist-info/LICENSE,sha256=5D8PIbs31iGd9i1_MDNg4SzaQnp9sEIULALh2y3WyMI,1102
|
20
|
+
rpa_suite-0.7.6.dist-info/METADATA,sha256=XaCARDfoL6t2fpV_G1I-KFkK__teRxVjpoqsQoBXEMs,5610
|
21
|
+
rpa_suite-0.7.6.dist-info/WHEEL,sha256=Xo9-1PvkuimrydujYJAjF7pCkriuXBpUPEjma1nZyJ0,92
|
22
|
+
rpa_suite-0.7.6.dist-info/top_level.txt,sha256=HYkDtg-kJNAr3F2XAIPyJ-QBbNhk7q6jrqsFt10lz4Y,10
|
23
|
+
rpa_suite-0.7.6.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|