rpa-suite 1.3.5__tar.gz → 1.3.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.3.5 → rpa_suite-1.3.6}/PKG-INFO +2 -2
- {rpa_suite-1.3.5 → rpa_suite-1.3.6}/README.md +1 -1
- {rpa_suite-1.3.5 → rpa_suite-1.3.6}/rpa_suite.egg-info/PKG-INFO +2 -2
- {rpa_suite-1.3.5 → rpa_suite-1.3.6}/setup.py +1 -1
- {rpa_suite-1.3.5 → rpa_suite-1.3.6}/LICENSE +0 -0
- {rpa_suite-1.3.5 → rpa_suite-1.3.6}/rpa_suite/__init__.py +0 -0
- {rpa_suite-1.3.5 → rpa_suite-1.3.6}/rpa_suite/core/__init__.py +0 -0
- {rpa_suite-1.3.5 → rpa_suite-1.3.6}/rpa_suite/core/clock.py +0 -0
- {rpa_suite-1.3.5 → rpa_suite-1.3.6}/rpa_suite/core/date.py +0 -0
- {rpa_suite-1.3.5 → rpa_suite-1.3.6}/rpa_suite/core/dir.py +0 -0
- {rpa_suite-1.3.5 → rpa_suite-1.3.6}/rpa_suite/core/email.py +0 -0
- {rpa_suite-1.3.5 → rpa_suite-1.3.6}/rpa_suite/core/file.py +0 -0
- {rpa_suite-1.3.5 → rpa_suite-1.3.6}/rpa_suite/core/log.py +0 -0
- {rpa_suite-1.3.5 → rpa_suite-1.3.6}/rpa_suite/core/print.py +0 -0
- {rpa_suite-1.3.5 → rpa_suite-1.3.6}/rpa_suite/core/regex.py +0 -0
- {rpa_suite-1.3.5 → rpa_suite-1.3.6}/rpa_suite/core/validate.py +0 -0
- {rpa_suite-1.3.5 → rpa_suite-1.3.6}/rpa_suite/functions/__create_log_dir.py +0 -0
- {rpa_suite-1.3.5 → rpa_suite-1.3.6}/rpa_suite/functions/__create_ss_dir.py +0 -0
- {rpa_suite-1.3.5 → rpa_suite-1.3.6}/rpa_suite/functions/__init__.py +0 -0
- {rpa_suite-1.3.5 → rpa_suite-1.3.6}/rpa_suite/functions/_functions_logger.py +0 -0
- {rpa_suite-1.3.5 → rpa_suite-1.3.6}/rpa_suite/functions/_logger.py +0 -0
- {rpa_suite-1.3.5 → rpa_suite-1.3.6}/rpa_suite/functions/_printer.py +0 -0
- {rpa_suite-1.3.5 → rpa_suite-1.3.6}/rpa_suite/functions/_variables.py +0 -0
- {rpa_suite-1.3.5 → rpa_suite-1.3.6}/rpa_suite/functions/_variables_uru.py +0 -0
- {rpa_suite-1.3.5 → rpa_suite-1.3.6}/rpa_suite/suite.py +0 -0
- {rpa_suite-1.3.5 → rpa_suite-1.3.6}/rpa_suite.egg-info/SOURCES.txt +0 -0
- {rpa_suite-1.3.5 → rpa_suite-1.3.6}/rpa_suite.egg-info/dependency_links.txt +0 -0
- {rpa_suite-1.3.5 → rpa_suite-1.3.6}/rpa_suite.egg-info/requires.txt +0 -0
- {rpa_suite-1.3.5 → rpa_suite-1.3.6}/rpa_suite.egg-info/top_level.txt +0 -0
- {rpa_suite-1.3.5 → rpa_suite-1.3.6}/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.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
|
@@ -186,7 +186,7 @@ Lançamento: *20/02/2024*
|
|
186
186
|
|
187
187
|
Status: Em desenvolvimento.
|
188
188
|
|
189
|
-
### Notas da atualização: 1.3.
|
189
|
+
### Notas da atualização: 1.3.6
|
190
190
|
|
191
191
|
- Correções de bugs em diversas funções relacionadas a tempo: *exec_at_hour* , *wait_for_exec* , *exec_and_wait*
|
192
192
|
- 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.6
|
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.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
|
@@ -186,7 +186,7 @@ Lançamento: *20/02/2024*
|
|
186
186
|
|
187
187
|
Status: Em desenvolvimento.
|
188
188
|
|
189
|
-
### Notas da atualização: 1.3.
|
189
|
+
### Notas da atualização: 1.3.6
|
190
190
|
|
191
191
|
- Correções de bugs em diversas funções relacionadas a tempo: *exec_at_hour* , *wait_for_exec* , *exec_and_wait*
|
192
192
|
- 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.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
|