rpa-suite 1.6.4__tar.gz → 1.6.5__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.6.4/rpa_suite.egg-info → rpa_suite-1.6.5}/PKG-INFO +4 -3
- {rpa_suite-1.6.4 → rpa_suite-1.6.5}/README.md +2 -2
- {rpa_suite-1.6.4 → rpa_suite-1.6.5}/rpa_suite/__init__.py +1 -1
- {rpa_suite-1.6.4 → rpa_suite-1.6.5}/rpa_suite/core/__init__.py +1 -1
- {rpa_suite-1.6.4 → rpa_suite-1.6.5}/rpa_suite/core/artemis.py +6 -6
- {rpa_suite-1.6.4 → rpa_suite-1.6.5}/rpa_suite/core/asyncrun.py +1 -1
- {rpa_suite-1.6.4 → rpa_suite-1.6.5}/rpa_suite/core/clock.py +3 -6
- {rpa_suite-1.6.4 → rpa_suite-1.6.5}/rpa_suite/core/date.py +1 -1
- {rpa_suite-1.6.4 → rpa_suite-1.6.5}/rpa_suite/core/file.py +1 -1
- {rpa_suite-1.6.4 → rpa_suite-1.6.5}/rpa_suite/core/iris.py +3 -3
- {rpa_suite-1.6.4 → rpa_suite-1.6.5}/rpa_suite/core/regex.py +1 -1
- {rpa_suite-1.6.4 → rpa_suite-1.6.5}/rpa_suite/functions/__init__.py +1 -1
- {rpa_suite-1.6.4 → rpa_suite-1.6.5}/rpa_suite/utils/__init__.py +1 -1
- {rpa_suite-1.6.4 → rpa_suite-1.6.5/rpa_suite.egg-info}/PKG-INFO +4 -3
- {rpa_suite-1.6.4 → rpa_suite-1.6.5}/rpa_suite.egg-info/requires.txt +1 -0
- {rpa_suite-1.6.4 → rpa_suite-1.6.5}/setup.py +2 -2
- {rpa_suite-1.6.4 → rpa_suite-1.6.5}/LICENSE +0 -0
- {rpa_suite-1.6.4 → rpa_suite-1.6.5}/pyproject.toml +0 -0
- {rpa_suite-1.6.4 → rpa_suite-1.6.5}/rpa_suite/core/browser.py +0 -0
- {rpa_suite-1.6.4 → rpa_suite-1.6.5}/rpa_suite/core/dir.py +0 -0
- {rpa_suite-1.6.4 → rpa_suite-1.6.5}/rpa_suite/core/email.py +0 -0
- {rpa_suite-1.6.4 → rpa_suite-1.6.5}/rpa_suite/core/log.py +0 -0
- {rpa_suite-1.6.4 → rpa_suite-1.6.5}/rpa_suite/core/parallel.py +0 -0
- {rpa_suite-1.6.4 → rpa_suite-1.6.5}/rpa_suite/core/print.py +0 -0
- {rpa_suite-1.6.4 → rpa_suite-1.6.5}/rpa_suite/core/validate.py +0 -0
- {rpa_suite-1.6.4 → rpa_suite-1.6.5}/rpa_suite/functions/__create_ss_dir.py +0 -0
- {rpa_suite-1.6.4 → rpa_suite-1.6.5}/rpa_suite/functions/_printer.py +0 -0
- {rpa_suite-1.6.4 → rpa_suite-1.6.5}/rpa_suite/suite.py +0 -0
- {rpa_suite-1.6.4 → rpa_suite-1.6.5}/rpa_suite/utils/system.py +0 -0
- {rpa_suite-1.6.4 → rpa_suite-1.6.5}/rpa_suite.egg-info/SOURCES.txt +0 -0
- {rpa_suite-1.6.4 → rpa_suite-1.6.5}/rpa_suite.egg-info/dependency_links.txt +0 -0
- {rpa_suite-1.6.4 → rpa_suite-1.6.5}/rpa_suite.egg-info/top_level.txt +0 -0
- {rpa_suite-1.6.4 → rpa_suite-1.6.5}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: rpa_suite
|
3
|
-
Version: 1.6.
|
3
|
+
Version: 1.6.5
|
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@vettracode.com
|
@@ -33,6 +33,7 @@ Requires-Dist: typing
|
|
33
33
|
Requires-Dist: pillow
|
34
34
|
Requires-Dist: pyautogui
|
35
35
|
Requires-Dist: requests
|
36
|
+
Requires-Dist: opencv-python
|
36
37
|
Dynamic: author
|
37
38
|
Dynamic: author-email
|
38
39
|
Dynamic: classifier
|
@@ -292,7 +293,7 @@ O módulo principal do rpa-suite é dividido em categorias. Cada categoria cont
|
|
292
293
|
|
293
294
|
## Release Notes
|
294
295
|
|
295
|
-
### Versão: **Beta 1.6.
|
296
|
+
### Versão: **Beta 1.6.5**
|
296
297
|
|
297
298
|
- **Data de Lançamento:** *20/02/2024*
|
298
299
|
- **Última Atualização:** 16/09/2025
|
@@ -301,7 +302,7 @@ O módulo principal do rpa-suite é dividido em categorias. Cada categoria cont
|
|
301
302
|
Esta versão marca um grande avanço no desenvolvimento da RPA Suite, trazendo melhorias significativas na arquitetura, novas funcionalidades e maior simplicidade no uso. Confira as principais mudanças abaixo.
|
302
303
|
|
303
304
|
### Notas:
|
304
|
-
- atualização 1.6.
|
305
|
+
- atualização 1.6.5
|
305
306
|
- Adição Módulo: Iris (OCR-IA)
|
306
307
|
- Feat.: leitura de documento (aceita multiplos formatos)
|
307
308
|
- Feat.: leitura em lote (multiplos docmumentos em uma unica chamada)
|
@@ -245,7 +245,7 @@ O módulo principal do rpa-suite é dividido em categorias. Cada categoria cont
|
|
245
245
|
|
246
246
|
## Release Notes
|
247
247
|
|
248
|
-
### Versão: **Beta 1.6.
|
248
|
+
### Versão: **Beta 1.6.5**
|
249
249
|
|
250
250
|
- **Data de Lançamento:** *20/02/2024*
|
251
251
|
- **Última Atualização:** 16/09/2025
|
@@ -254,7 +254,7 @@ O módulo principal do rpa-suite é dividido em categorias. Cada categoria cont
|
|
254
254
|
Esta versão marca um grande avanço no desenvolvimento da RPA Suite, trazendo melhorias significativas na arquitetura, novas funcionalidades e maior simplicidade no uso. Confira as principais mudanças abaixo.
|
255
255
|
|
256
256
|
### Notas:
|
257
|
-
- atualização 1.6.
|
257
|
+
- atualização 1.6.5
|
258
258
|
- Adição Módulo: Iris (OCR-IA)
|
259
259
|
- Feat.: leitura de documento (aceita multiplos formatos)
|
260
260
|
- Feat.: leitura em lote (multiplos docmumentos em uma unica chamada)
|
@@ -66,7 +66,7 @@ Módulos disponíveis:
|
|
66
66
|
``Iris``: Objeto Iris Automação de funções para converter documentos com OCR + IA baseado em ``docling``
|
67
67
|
"""
|
68
68
|
|
69
|
-
__version__ = "1.6.
|
69
|
+
__version__ = "1.6.5"
|
70
70
|
|
71
71
|
# allows importing the rpa_suite module without the package name
|
72
72
|
from .suite import rpa
|
@@ -348,11 +348,11 @@ class Artemis:
|
|
348
348
|
if verbose: print(f"Image found on attempt {attempts} (without confidence): {location}")
|
349
349
|
return location
|
350
350
|
except Exception as error:
|
351
|
-
ArtemisError(f"Failed attempt without confidence: {error}.") from e
|
351
|
+
raise ArtemisError(f"Failed attempt without confidence: {error}.") from e
|
352
352
|
else:
|
353
|
-
ArtemisError(f"Error during image search (attempt {attempts}): {e}") from e
|
353
|
+
raise ArtemisError(f"Error during image search (attempt {attempts}): {e}") from e
|
354
354
|
except Exception as e:
|
355
|
-
ArtemisError(f"Error during image search (attempt {attempts}): {e}") from e
|
355
|
+
raise ArtemisError(f"Error during image search (attempt {attempts}): {e}") from e
|
356
356
|
|
357
357
|
# Wait before next attempt
|
358
358
|
if time() - start_time < timeout:
|
@@ -394,7 +394,7 @@ class Artemis:
|
|
394
394
|
if verbose:
|
395
395
|
success_print(f"Click performed at ({x}, {y}) with {click_button} button.")
|
396
396
|
except Exception as e:
|
397
|
-
ArtemisError(f"Error performing click: {str(e)}.") from e
|
397
|
+
raise ArtemisError(f"Error performing click: {str(e)}.") from e
|
398
398
|
|
399
399
|
|
400
400
|
# Convenience functions for specific cases
|
@@ -420,7 +420,7 @@ class Artemis:
|
|
420
420
|
search_interval=1.0, # Longer interval for waiting
|
421
421
|
)
|
422
422
|
except Exception as e:
|
423
|
-
ArtemisError(f"Error waiting and clicking: {str(e)}.") from e
|
423
|
+
raise ArtemisError(f"Error waiting and clicking: {str(e)}.") from e
|
424
424
|
|
425
425
|
def quick_click(self,
|
426
426
|
image_label: str,
|
@@ -442,4 +442,4 @@ class Artemis:
|
|
442
442
|
grayscale=True, # Faster
|
443
443
|
)
|
444
444
|
except Exception as e:
|
445
|
-
ArtemisError(f"Error performing quick click: {str(e)}.") from e
|
445
|
+
raise ArtemisError(f"Error performing quick click: {str(e)}.") from e
|
@@ -94,7 +94,7 @@ class AsyncRunner(Generic[T]):
|
|
94
94
|
|
95
95
|
return self
|
96
96
|
except Exception as e:
|
97
|
-
AsyncRunnerError(f"Erro ao iniciar a execução da função: {str(e)}.") from e
|
97
|
+
raise AsyncRunnerError(f"Erro ao iniciar a execução da função: {str(e)}.") from e
|
98
98
|
|
99
99
|
def is_running(self) -> bool:
|
100
100
|
"""
|
@@ -163,9 +163,6 @@ class Clock:
|
|
163
163
|
run = False
|
164
164
|
result["tried"] = not run
|
165
165
|
result["success"] = False
|
166
|
-
ClockError(
|
167
|
-
f"An error occurred that prevented the function from executing: {fn_to_exec.__name__} correctly. Error: {str(e)}"
|
168
|
-
)
|
169
166
|
break
|
170
167
|
else:
|
171
168
|
# Executes the function call only at the time provided in the argument.
|
@@ -185,7 +182,7 @@ class Clock:
|
|
185
182
|
result["success"] = False
|
186
183
|
ClockError(
|
187
184
|
f"An error occurred that prevented the function from executing: {fn_to_exec.__name__} correctly. Error: {str(e)}"
|
188
|
-
)
|
185
|
+
)
|
189
186
|
else:
|
190
187
|
time.sleep(30)
|
191
188
|
now = dt.now()
|
@@ -257,7 +254,7 @@ class Clock:
|
|
257
254
|
result["success"] = False
|
258
255
|
ClockError(
|
259
256
|
f"Error while trying to wait to execute the function: {fn_to_exec.__name__} \nMessage: {str(e)}"
|
260
|
-
)
|
257
|
+
)
|
261
258
|
|
262
259
|
return result
|
263
260
|
|
@@ -317,7 +314,7 @@ class Clock:
|
|
317
314
|
|
318
315
|
except Exception as e:
|
319
316
|
result["success"] = False
|
320
|
-
ClockError(
|
317
|
+
raise ClockError(
|
321
318
|
f"Error while trying to wait to execute the function: {fn_to_exec.__name__} \nMessage: {str(e)}"
|
322
319
|
) from e
|
323
320
|
|
@@ -141,7 +141,7 @@ class Date:
|
|
141
141
|
except Exception as e:
|
142
142
|
raise e from e
|
143
143
|
except Exception as e:
|
144
|
-
DateError(f"Error function: {self.get_hms.__name__}! {str(e)}.") from e
|
144
|
+
raise DateError(f"Error function: {self.get_hms.__name__}! {str(e)}.") from e
|
145
145
|
|
146
146
|
def get_dmy(self) -> Tuple[Op[str], Op[str], Op[str]]:
|
147
147
|
"""
|
@@ -220,7 +220,7 @@ class File:
|
|
220
220
|
alert_print("Flag file not found.")
|
221
221
|
|
222
222
|
except Exception as e:
|
223
|
-
FileError(f"Error in function file_scheduling_delete: {str(e)}") from e
|
223
|
+
raise FileError(f"Error in function file_scheduling_delete: {str(e)}") from e
|
224
224
|
|
225
225
|
def count_files(
|
226
226
|
self,
|
@@ -108,7 +108,7 @@ class Iris:
|
|
108
108
|
raise IrisError("Specify the file path for conversion.")
|
109
109
|
self.result_converted = self.engine.convert(path_file)
|
110
110
|
except Exception as e:
|
111
|
-
raise IrisError(f"Error trying to convert document! {str(e)}
|
111
|
+
raise IrisError(f"Error trying to convert document! {str(e)} ")
|
112
112
|
|
113
113
|
def read_document(self, file_path: str = None, result_format=ExportFormats.MARKDOWN, verbose: bool = False) -> Optional[Union[str, dict]]:
|
114
114
|
"""
|
@@ -149,7 +149,7 @@ class Iris:
|
|
149
149
|
elif result_format == ExportFormats.INDENTEDTEXT:
|
150
150
|
self.last_result = self.result_converted.document._export_to_indented_text()
|
151
151
|
else:
|
152
|
-
raise IrisError(f"Not supported format: {result_format}
|
152
|
+
raise IrisError(f"Not supported format: {result_format} ")
|
153
153
|
if verbose:
|
154
154
|
success_print('Iris: Successfully converted!')
|
155
155
|
|
@@ -205,7 +205,7 @@ class Iris:
|
|
205
205
|
self.last_result = self.result_converted.document._export_to_indented_text()
|
206
206
|
self.list_results.append(self.last_result)
|
207
207
|
else:
|
208
|
-
raise IrisError(f"Not supported format: {result_format}
|
208
|
+
raise IrisError(f"Not supported format: {result_format} ")
|
209
209
|
if verbose:
|
210
210
|
success_print('Iris: Successfully converted!')
|
211
211
|
except IrisError as ie:
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: rpa_suite
|
3
|
-
Version: 1.6.
|
3
|
+
Version: 1.6.5
|
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@vettracode.com
|
@@ -33,6 +33,7 @@ Requires-Dist: typing
|
|
33
33
|
Requires-Dist: pillow
|
34
34
|
Requires-Dist: pyautogui
|
35
35
|
Requires-Dist: requests
|
36
|
+
Requires-Dist: opencv-python
|
36
37
|
Dynamic: author
|
37
38
|
Dynamic: author-email
|
38
39
|
Dynamic: classifier
|
@@ -292,7 +293,7 @@ O módulo principal do rpa-suite é dividido em categorias. Cada categoria cont
|
|
292
293
|
|
293
294
|
## Release Notes
|
294
295
|
|
295
|
-
### Versão: **Beta 1.6.
|
296
|
+
### Versão: **Beta 1.6.5**
|
296
297
|
|
297
298
|
- **Data de Lançamento:** *20/02/2024*
|
298
299
|
- **Última Atualização:** 16/09/2025
|
@@ -301,7 +302,7 @@ O módulo principal do rpa-suite é dividido em categorias. Cada categoria cont
|
|
301
302
|
Esta versão marca um grande avanço no desenvolvimento da RPA Suite, trazendo melhorias significativas na arquitetura, novas funcionalidades e maior simplicidade no uso. Confira as principais mudanças abaixo.
|
302
303
|
|
303
304
|
### Notas:
|
304
|
-
- atualização 1.6.
|
305
|
+
- atualização 1.6.5
|
305
306
|
- Adição Módulo: Iris (OCR-IA)
|
306
307
|
- Feat.: leitura de documento (aceita multiplos formatos)
|
307
308
|
- Feat.: leitura em lote (multiplos docmumentos em uma unica chamada)
|
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
|
|
2
2
|
|
3
3
|
setup(
|
4
4
|
name="rpa_suite",
|
5
|
-
version="1.6.
|
5
|
+
version="1.6.5",
|
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",
|
@@ -36,7 +36,7 @@ setup(
|
|
36
36
|
"pillow",
|
37
37
|
"pyautogui",
|
38
38
|
"requests",
|
39
|
-
|
39
|
+
"opencv-python",
|
40
40
|
],
|
41
41
|
project_urls={
|
42
42
|
"Código Fonte": "https://github.com/CamiloCCarvalho/rpasuite",
|
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
|