rpa-suite 1.1.5__tar.gz → 1.1.6__tar.gz
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.1.5 → rpa_suite-1.1.6}/PKG-INFO +3 -2
- {rpa_suite-1.1.5 → rpa_suite-1.1.6}/README.md +2 -1
- {rpa_suite-1.1.5 → rpa_suite-1.1.6}/rpa_suite/log/printer.py +8 -8
- {rpa_suite-1.1.5 → rpa_suite-1.1.6}/rpa_suite.egg-info/PKG-INFO +3 -2
- {rpa_suite-1.1.5 → rpa_suite-1.1.6}/setup.py +1 -1
- {rpa_suite-1.1.5 → rpa_suite-1.1.6}/LICENSE +0 -0
- {rpa_suite-1.1.5 → rpa_suite-1.1.6}/rpa_suite/__init__.py +0 -0
- {rpa_suite-1.1.5 → rpa_suite-1.1.6}/rpa_suite/clock/__init__.py +0 -0
- {rpa_suite-1.1.5 → rpa_suite-1.1.6}/rpa_suite/clock/exec_at.py +0 -0
- {rpa_suite-1.1.5 → rpa_suite-1.1.6}/rpa_suite/clock/scheduler.py +0 -0
- {rpa_suite-1.1.5 → rpa_suite-1.1.6}/rpa_suite/clock/waiter.py +0 -0
- {rpa_suite-1.1.5 → rpa_suite-1.1.6}/rpa_suite/date/__init__.py +0 -0
- {rpa_suite-1.1.5 → rpa_suite-1.1.6}/rpa_suite/date/date.py +0 -0
- {rpa_suite-1.1.5 → rpa_suite-1.1.6}/rpa_suite/email/__init__.py +0 -0
- {rpa_suite-1.1.5 → rpa_suite-1.1.6}/rpa_suite/email/sender_smtp.py +0 -0
- {rpa_suite-1.1.5 → rpa_suite-1.1.6}/rpa_suite/file/__create_ss_dir.py +0 -0
- {rpa_suite-1.1.5 → rpa_suite-1.1.6}/rpa_suite/file/__init__.py +0 -0
- {rpa_suite-1.1.5 → rpa_suite-1.1.6}/rpa_suite/file/counter.py +0 -0
- {rpa_suite-1.1.5 → rpa_suite-1.1.6}/rpa_suite/file/screen_shot.py +0 -0
- {rpa_suite-1.1.5 → rpa_suite-1.1.6}/rpa_suite/file/temp_dir.py +0 -0
- {rpa_suite-1.1.5 → rpa_suite-1.1.6}/rpa_suite/log/__create_log_dir.py +0 -0
- {rpa_suite-1.1.5 → rpa_suite-1.1.6}/rpa_suite/log/__init__.py +0 -0
- {rpa_suite-1.1.5 → rpa_suite-1.1.6}/rpa_suite/log/_functions_logger.py +0 -0
- {rpa_suite-1.1.5 → rpa_suite-1.1.6}/rpa_suite/log/_logger.py +0 -0
- {rpa_suite-1.1.5 → rpa_suite-1.1.6}/rpa_suite/log/_variables.py +0 -0
- {rpa_suite-1.1.5 → rpa_suite-1.1.6}/rpa_suite/log/_variables_uru.py +0 -0
- {rpa_suite-1.1.5 → rpa_suite-1.1.6}/rpa_suite/log/functions_logger_uru.py +0 -0
- {rpa_suite-1.1.5 → rpa_suite-1.1.6}/rpa_suite/log/log_decorator.py +0 -0
- {rpa_suite-1.1.5 → rpa_suite-1.1.6}/rpa_suite/log/logger_uru.py +0 -0
- {rpa_suite-1.1.5 → rpa_suite-1.1.6}/rpa_suite/regex/__init__.py +0 -0
- {rpa_suite-1.1.5 → rpa_suite-1.1.6}/rpa_suite/regex/list_from_text.py +0 -0
- {rpa_suite-1.1.5 → rpa_suite-1.1.6}/rpa_suite/suite.py +0 -0
- {rpa_suite-1.1.5 → rpa_suite-1.1.6}/rpa_suite/validate/__init__.py +0 -0
- {rpa_suite-1.1.5 → rpa_suite-1.1.6}/rpa_suite/validate/mail_validator.py +0 -0
- {rpa_suite-1.1.5 → rpa_suite-1.1.6}/rpa_suite/validate/string_validator.py +0 -0
- {rpa_suite-1.1.5 → rpa_suite-1.1.6}/rpa_suite.egg-info/SOURCES.txt +0 -0
- {rpa_suite-1.1.5 → rpa_suite-1.1.6}/rpa_suite.egg-info/dependency_links.txt +0 -0
- {rpa_suite-1.1.5 → rpa_suite-1.1.6}/rpa_suite.egg-info/requires.txt +0 -0
- {rpa_suite-1.1.5 → rpa_suite-1.1.6}/rpa_suite.egg-info/top_level.txt +0 -0
- {rpa_suite-1.1.5 → rpa_suite-1.1.6}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: rpa_suite
|
3
|
-
Version: 1.1.
|
3
|
+
Version: 1.1.6
|
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
|
@@ -156,9 +156,10 @@ O módulo principal do rpa-suite é dividido em categorias. Cada categoria cont
|
|
156
156
|
- **string_validator** - Função que valida presença de letras, palavras, e texto em strings
|
157
157
|
|
158
158
|
## Release
|
159
|
-
Versão: **Beta 1.1.
|
159
|
+
Versão: **Beta 1.1.6**
|
160
160
|
|
161
161
|
Lançamento: *20/02/2024*
|
162
|
+
Última atualização: *09/09/2024*
|
162
163
|
|
163
164
|
Status: Em desenvolvimento.
|
164
165
|
|
@@ -131,9 +131,10 @@ O módulo principal do rpa-suite é dividido em categorias. Cada categoria cont
|
|
131
131
|
- **string_validator** - Função que valida presença de letras, palavras, e texto em strings
|
132
132
|
|
133
133
|
## Release
|
134
|
-
Versão: **Beta 1.1.
|
134
|
+
Versão: **Beta 1.1.6**
|
135
135
|
|
136
136
|
Lançamento: *20/02/2024*
|
137
|
+
Última atualização: *09/09/2024*
|
137
138
|
|
138
139
|
Status: Em desenvolvimento.
|
139
140
|
|
@@ -33,7 +33,7 @@ def success_print(string_text: str, color=Colors.green, ending="\n") -> None:
|
|
33
33
|
----------
|
34
34
|
>>> type:None
|
35
35
|
"""
|
36
|
-
print(f'{color}
|
36
|
+
print(f'{color}{string_text}{Colors.default}', end=ending)
|
37
37
|
|
38
38
|
|
39
39
|
def alert_print(string_text: str, color=Colors.yellow, ending="\n") -> None:
|
@@ -51,7 +51,7 @@ def alert_print(string_text: str, color=Colors.yellow, ending="\n") -> None:
|
|
51
51
|
----------
|
52
52
|
>>> type:None
|
53
53
|
"""
|
54
|
-
print(f'{color}
|
54
|
+
print(f'{color}{string_text}{Colors.default}', end=ending)
|
55
55
|
|
56
56
|
|
57
57
|
def info_print(string_text: str, color=Colors.cyan, ending="\n") -> None:
|
@@ -69,7 +69,7 @@ def info_print(string_text: str, color=Colors.cyan, ending="\n") -> None:
|
|
69
69
|
----------
|
70
70
|
>>> type:None
|
71
71
|
"""
|
72
|
-
print(f'{color}
|
72
|
+
print(f'{color}{string_text}{Colors.default}', end=ending)
|
73
73
|
|
74
74
|
|
75
75
|
def error_print(string_text: str, color=Colors.red, ending="\n") -> None:
|
@@ -87,7 +87,7 @@ def error_print(string_text: str, color=Colors.red, ending="\n") -> None:
|
|
87
87
|
----------
|
88
88
|
>>> type:None
|
89
89
|
"""
|
90
|
-
print(f'{color}
|
90
|
+
print(f'{color}{string_text}{Colors.default}', end=ending)
|
91
91
|
|
92
92
|
|
93
93
|
def magenta_print(string_text: str, color=Colors.magenta, ending="\n") -> None:
|
@@ -105,7 +105,7 @@ def magenta_print(string_text: str, color=Colors.magenta, ending="\n") -> None:
|
|
105
105
|
----------
|
106
106
|
>>> type:None
|
107
107
|
"""
|
108
|
-
print(f'{color}
|
108
|
+
print(f'{color}{string_text}{Colors.default}', end=ending)
|
109
109
|
|
110
110
|
|
111
111
|
def blue_print(string_text: str, color=Colors.blue, ending="\n") -> None:
|
@@ -123,7 +123,7 @@ def blue_print(string_text: str, color=Colors.blue, ending="\n") -> None:
|
|
123
123
|
----------
|
124
124
|
>>> type:None
|
125
125
|
"""
|
126
|
-
print(f'{color}
|
126
|
+
print(f'{color}{string_text}{Colors.default}', end=ending)
|
127
127
|
|
128
128
|
|
129
129
|
def print_call_fn(string_text: str, color=Colors.call_fn, ending="\n") -> None:
|
@@ -142,7 +142,7 @@ def print_call_fn(string_text: str, color=Colors.call_fn, ending="\n") -> None:
|
|
142
142
|
----------
|
143
143
|
>>> type:None
|
144
144
|
"""
|
145
|
-
print(f'{color}
|
145
|
+
print(f'{color}{string_text}{Colors.default}', end=ending)
|
146
146
|
|
147
147
|
|
148
148
|
def print_retur_fn(string_text: str, color=Colors.retur_fn, ending="\n") -> None:
|
@@ -161,4 +161,4 @@ def print_retur_fn(string_text: str, color=Colors.retur_fn, ending="\n") -> None
|
|
161
161
|
----------
|
162
162
|
>>> type:None
|
163
163
|
"""
|
164
|
-
print(f'{color}
|
164
|
+
print(f'{color}{string_text}{Colors.default}', end=ending)
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: rpa-suite
|
3
|
-
Version: 1.1.
|
3
|
+
Version: 1.1.6
|
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
|
@@ -156,9 +156,10 @@ O módulo principal do rpa-suite é dividido em categorias. Cada categoria cont
|
|
156
156
|
- **string_validator** - Função que valida presença de letras, palavras, e texto em strings
|
157
157
|
|
158
158
|
## Release
|
159
|
-
Versão: **Beta 1.1.
|
159
|
+
Versão: **Beta 1.1.6**
|
160
160
|
|
161
161
|
Lançamento: *20/02/2024*
|
162
|
+
Última atualização: *09/09/2024*
|
162
163
|
|
163
164
|
Status: Em desenvolvimento.
|
164
165
|
|
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
|
|
2
2
|
|
3
3
|
setup(
|
4
4
|
name='rpa_suite',
|
5
|
-
version='1.1.
|
5
|
+
version='1.1.6',
|
6
6
|
packages=find_packages(),
|
7
7
|
description='Conjunto de ferramentas essenciais para Automação RPA com Python, que facilitam o dia a dia de desenvolvimento.',
|
8
8
|
long_description_content_type='text/markdown',
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|