rpa-suite 1.3.5__tar.gz → 1.3.7__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.3.5 → rpa_suite-1.3.7}/PKG-INFO +2 -3
- {rpa_suite-1.3.5 → rpa_suite-1.3.7}/README.md +1 -1
- {rpa_suite-1.3.5 → rpa_suite-1.3.7}/rpa_suite.egg-info/PKG-INFO +2 -3
- {rpa_suite-1.3.5 → rpa_suite-1.3.7}/rpa_suite.egg-info/requires.txt +0 -1
- {rpa_suite-1.3.5 → rpa_suite-1.3.7}/setup.py +2 -2
- {rpa_suite-1.3.5 → rpa_suite-1.3.7}/LICENSE +0 -0
- {rpa_suite-1.3.5 → rpa_suite-1.3.7}/rpa_suite/__init__.py +0 -0
- {rpa_suite-1.3.5 → rpa_suite-1.3.7}/rpa_suite/core/__init__.py +0 -0
- {rpa_suite-1.3.5 → rpa_suite-1.3.7}/rpa_suite/core/clock.py +0 -0
- {rpa_suite-1.3.5 → rpa_suite-1.3.7}/rpa_suite/core/date.py +0 -0
- {rpa_suite-1.3.5 → rpa_suite-1.3.7}/rpa_suite/core/dir.py +0 -0
- {rpa_suite-1.3.5 → rpa_suite-1.3.7}/rpa_suite/core/email.py +0 -0
- {rpa_suite-1.3.5 → rpa_suite-1.3.7}/rpa_suite/core/file.py +0 -0
- {rpa_suite-1.3.5 → rpa_suite-1.3.7}/rpa_suite/core/log.py +0 -0
- {rpa_suite-1.3.5 → rpa_suite-1.3.7}/rpa_suite/core/print.py +0 -0
- {rpa_suite-1.3.5 → rpa_suite-1.3.7}/rpa_suite/core/regex.py +0 -0
- {rpa_suite-1.3.5 → rpa_suite-1.3.7}/rpa_suite/core/validate.py +0 -0
- {rpa_suite-1.3.5 → rpa_suite-1.3.7}/rpa_suite/functions/__create_log_dir.py +0 -0
- {rpa_suite-1.3.5 → rpa_suite-1.3.7}/rpa_suite/functions/__create_ss_dir.py +0 -0
- {rpa_suite-1.3.5 → rpa_suite-1.3.7}/rpa_suite/functions/__init__.py +0 -0
- {rpa_suite-1.3.5 → rpa_suite-1.3.7}/rpa_suite/functions/_functions_logger.py +0 -0
- {rpa_suite-1.3.5 → rpa_suite-1.3.7}/rpa_suite/functions/_logger.py +0 -0
- {rpa_suite-1.3.5 → rpa_suite-1.3.7}/rpa_suite/functions/_printer.py +0 -0
- {rpa_suite-1.3.5 → rpa_suite-1.3.7}/rpa_suite/functions/_variables.py +0 -0
- {rpa_suite-1.3.5 → rpa_suite-1.3.7}/rpa_suite/functions/_variables_uru.py +0 -0
- {rpa_suite-1.3.5 → rpa_suite-1.3.7}/rpa_suite/suite.py +0 -0
- {rpa_suite-1.3.5 → rpa_suite-1.3.7}/rpa_suite.egg-info/SOURCES.txt +0 -0
- {rpa_suite-1.3.5 → rpa_suite-1.3.7}/rpa_suite.egg-info/dependency_links.txt +0 -0
- {rpa_suite-1.3.5 → rpa_suite-1.3.7}/rpa_suite.egg-info/top_level.txt +0 -0
- {rpa_suite-1.3.5 → rpa_suite-1.3.7}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: rpa_suite
|
3
|
-
Version: 1.3.
|
3
|
+
Version: 1.3.7
|
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
|
@@ -24,7 +24,6 @@ Requires-Dist: email_validator
|
|
24
24
|
Requires-Dist: loguru
|
25
25
|
Requires-Dist: typing
|
26
26
|
Requires-Dist: pillow
|
27
|
-
Requires-Dist: openCV
|
28
27
|
Dynamic: author
|
29
28
|
Dynamic: author-email
|
30
29
|
Dynamic: classifier
|
@@ -186,7 +185,7 @@ Lançamento: *20/02/2024*
|
|
186
185
|
|
187
186
|
Status: Em desenvolvimento.
|
188
187
|
|
189
|
-
### Notas da atualização: 1.3.
|
188
|
+
### Notas da atualização: 1.3.7
|
190
189
|
|
191
190
|
- Correções de bugs em diversas funções relacionadas a tempo: *exec_at_hour* , *wait_for_exec* , *exec_and_wait*
|
192
191
|
- Correções de bugs com tempo superior a 10 minutos nas funções de data: *get_hms* e *get_dma*
|
@@ -148,7 +148,7 @@ Lançamento: *20/02/2024*
|
|
148
148
|
|
149
149
|
Status: Em desenvolvimento.
|
150
150
|
|
151
|
-
### Notas da atualização: 1.3.
|
151
|
+
### Notas da atualização: 1.3.7
|
152
152
|
|
153
153
|
- Correções de bugs em diversas funções relacionadas a tempo: *exec_at_hour* , *wait_for_exec* , *exec_and_wait*
|
154
154
|
- Correções de bugs com tempo superior a 10 minutos nas funções de data: *get_hms* e *get_dma*
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: rpa_suite
|
3
|
-
Version: 1.3.
|
3
|
+
Version: 1.3.7
|
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
|
@@ -24,7 +24,6 @@ Requires-Dist: email_validator
|
|
24
24
|
Requires-Dist: loguru
|
25
25
|
Requires-Dist: typing
|
26
26
|
Requires-Dist: pillow
|
27
|
-
Requires-Dist: openCV
|
28
27
|
Dynamic: author
|
29
28
|
Dynamic: author-email
|
30
29
|
Dynamic: classifier
|
@@ -186,7 +185,7 @@ Lançamento: *20/02/2024*
|
|
186
185
|
|
187
186
|
Status: Em desenvolvimento.
|
188
187
|
|
189
|
-
### Notas da atualização: 1.3.
|
188
|
+
### Notas da atualização: 1.3.7
|
190
189
|
|
191
190
|
- Correções de bugs em diversas funções relacionadas a tempo: *exec_at_hour* , *wait_for_exec* , *exec_and_wait*
|
192
191
|
- Correções de bugs com tempo superior a 10 minutos nas funções de data: *get_hms* e *get_dma*
|
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
|
|
2
2
|
|
3
3
|
setup(
|
4
4
|
name='rpa_suite',
|
5
|
-
version='1.3.
|
5
|
+
version='1.3.7',
|
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',
|
@@ -23,5 +23,5 @@ setup(
|
|
23
23
|
'Topic :: Software Development :: Libraries :: Python Modules'
|
24
24
|
],
|
25
25
|
keywords='basic-tools, email-tools, email-validation, file-tools, simple-functions, rpa-tools, rpa-functions, Tools, Rpa, Automation, RPA, Automação, Python, Ferramentas de RPA, Automação de Processos, Biblioteca Python para RPA, Bot, Robô, Ferramentas de automação',
|
26
|
-
install_requires=['colorama', 'colorlog', 'email_validator', 'loguru', 'typing', 'pillow'
|
26
|
+
install_requires=['colorama', 'colorlog', 'email_validator', 'loguru', 'typing', 'pillow'],
|
27
27
|
)
|
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
|