rpa-suite 0.7.4__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.4.dist-info → rpa_suite-0.7.6.dist-info}/METADATA +7 -4
- {rpa_suite-0.7.4.dist-info → rpa_suite-0.7.6.dist-info}/RECORD +5 -5
- {rpa_suite-0.7.4.dist-info → rpa_suite-0.7.6.dist-info}/LICENSE +0 -0
- {rpa_suite-0.7.4.dist-info → rpa_suite-0.7.6.dist-info}/WHEEL +0 -0
- {rpa_suite-0.7.4.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">
|
@@ -76,7 +76,8 @@ conda install -c conda-forge rpa-suite
|
|
76
76
|
~~~
|
77
77
|
|
78
78
|
|
79
|
-
|
79
|
+
>[!NOTE]
|
80
|
+
>
|
80
81
|
>Para **desinstalar** o projeto, utilize o comando abaixo.
|
81
82
|
>**Obs.:** como usamos algumas libs no projeto, lembre-se de desinstar elas caso necessário.
|
82
83
|
|
@@ -84,6 +85,8 @@ conda install -c conda-forge rpa-suite
|
|
84
85
|
>>> python -m pip uninstall rpa-suite
|
85
86
|
~~~~
|
86
87
|
|
88
|
+
>[!IMPORTANT]
|
89
|
+
>
|
87
90
|
>Opcionalmente você pode querer desinstalar as libs que foram inclusas no projeto, sendo assim:
|
88
91
|
|
89
92
|
~~~~pip
|
@@ -133,7 +136,7 @@ O módulo principal do rpa-suite é dividido em categorias. Cada categoria cont
|
|
133
136
|
- **string_validator** - Funções para validação/varredura (strings, substrings, palavras)
|
134
137
|
|
135
138
|
## Release
|
136
|
-
Versão: **Alpha 0.7.
|
139
|
+
Versão: **Alpha 0.7.6**
|
137
140
|
|
138
141
|
Lançamento: *04/12/2023*
|
139
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
|