rpa-suite 1.1.2__py3-none-any.whl → 1.1.4__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/suite.py CHANGED
@@ -12,7 +12,7 @@ Here is an overview of the available submodules:
12
12
  - **CLOCK**: Functions related to time, such as waiting for an execution or executing at a specific hour.
13
13
  - **DATE**: Functions for working with dates.
14
14
  - **EMAIL**: Functions for sending emails.
15
- - **FILE**: Functions for working with files, such as counting files or creating temporary directories.
15
+ - **FILE**: Functions for working with files, such as counting files or creating temporary directories and screenshot too.
16
16
  - **LOG**: Functions for logging events and printing messages.
17
17
  - **REGEX**: Functions for working with regular expressions.
18
18
  - **VALIDATE**: Functions for validating inputs, such as emails or strings.
@@ -43,7 +43,7 @@ from .email.sender_smtp import send_email
43
43
  """MODULE FILE"""
44
44
  from .file.counter import count_files
45
45
  from .file.temp_dir import create_temp_dir, delete_temp_dir
46
-
46
+ from .file.screen_shot import screen_shot
47
47
 
48
48
  """MODULE LOG"""
49
49
  # from .log.loggin import logging_decorator
@@ -104,6 +104,7 @@ class Rpa_suite():
104
104
  count_files = count_files
105
105
  create_temp_dir = create_temp_dir
106
106
  delete_temp_dir = delete_temp_dir
107
+ screen_shot = screen_shot
107
108
  #clear_temp_dir = clear_temp_dir
108
109
 
109
110
  # log - printer
@@ -134,7 +135,6 @@ class Rpa_suite():
134
135
 
135
136
  # Create a instance of Rpa_suite
136
137
 
137
-
138
138
  # Define function to return this instance
139
139
  def invoke() -> Rpa_suite:
140
140
 
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: rpa-suite
3
- Version: 1.1.2
3
+ Version: 1.1.4
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
@@ -144,7 +144,7 @@ O módulo principal do rpa-suite é dividido em categorias. Cada categoria cont
144
144
  - **file**
145
145
  - **counter** - Funções para contagem de arquivos
146
146
  - **temp_dir** - Funções para diretórios temporários
147
- -**screen_shot** - Função para criar diretório e arquivo de print com nome do diretório, arquivo e delay personalizáveis.
147
+ - **screen_shot** - Função para criar diretório e arquivo de print com nome do diretório, arquivo e delay personalizáveis
148
148
  - **log**
149
149
  - **logger_uru** - Instanciador de stream e handlefile que cria na pasta raiz do arquivo chamador pasta de log e seta o stream para as funções de log
150
150
  - **functions_logger_uru** - Funções de log parecida com os prints personalizados, setadas e personalizadas para todos log levels usado pelo ´logger_uru´, já escreve no arquivo setado além de gerar o print no terminal
@@ -156,7 +156,7 @@ 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.2**
159
+ Versão: **Beta 1.1.4**
160
160
 
161
161
  Lançamento: *20/02/2024*
162
162
 
@@ -1,5 +1,5 @@
1
1
  rpa_suite/__init__.py,sha256=2k_ZeqU7FvqZMFqGm-EYRiV98uxUxmiy5wXygvIobPU,13
2
- rpa_suite/suite.py,sha256=D5VUJbG3fPCXtQjGA0z6Ll9znr4-YPzZWHbpGNpZ-nU,5246
2
+ rpa_suite/suite.py,sha256=cAyjCSXsKT-7O8xj3OGMFKWSZg_I8BZwvEBHIJr1Uas,5335
3
3
  rpa_suite/clock/__init__.py,sha256=haPk94yjX88kR5YpzNNFCpzHw0T7fKAEoiaHA3-vAds,14
4
4
  rpa_suite/clock/exec_at.py,sha256=APgjuY5ORzITqtyGscdrhuYxYgJ0iAx4zqQxsdNBZoQ,5826
5
5
  rpa_suite/clock/scheduler.py,sha256=_EeERPcdVakgp4WoAWbQvLUeLUtZeWiONuU--EszKvI,1197
@@ -27,8 +27,8 @@ rpa_suite/regex/list_from_text.py,sha256=HJaV_nhjCjn8UkJgEsnnKO2hYuE-zVDCAH9MD6X
27
27
  rpa_suite/validate/__init__.py,sha256=haPk94yjX88kR5YpzNNFCpzHw0T7fKAEoiaHA3-vAds,14
28
28
  rpa_suite/validate/mail_validator.py,sha256=dtFdthDd3gHyJ0uEUT9yPFFP1yyq4TXLxKLV1gqcNMo,2930
29
29
  rpa_suite/validate/string_validator.py,sha256=8dGAHhvZu19yIVOoX-te1pVqVi7cwDrFJKf107cLgvA,5370
30
- rpa_suite-1.1.2.dist-info/LICENSE,sha256=5D8PIbs31iGd9i1_MDNg4SzaQnp9sEIULALh2y3WyMI,1102
31
- rpa_suite-1.1.2.dist-info/METADATA,sha256=o4jGPrbcuDHIO07QW7ucUjxWuVvseUazdLrHPY4TbiQ,7729
32
- rpa_suite-1.1.2.dist-info/WHEEL,sha256=Xo9-1PvkuimrydujYJAjF7pCkriuXBpUPEjma1nZyJ0,92
33
- rpa_suite-1.1.2.dist-info/top_level.txt,sha256=HYkDtg-kJNAr3F2XAIPyJ-QBbNhk7q6jrqsFt10lz4Y,10
34
- rpa_suite-1.1.2.dist-info/RECORD,,
30
+ rpa_suite-1.1.4.dist-info/LICENSE,sha256=5D8PIbs31iGd9i1_MDNg4SzaQnp9sEIULALh2y3WyMI,1102
31
+ rpa_suite-1.1.4.dist-info/METADATA,sha256=0nmfeHSOG1V9kIYlj9ZVrzfDtDvWN02hX30uswb89lE,7729
32
+ rpa_suite-1.1.4.dist-info/WHEEL,sha256=Xo9-1PvkuimrydujYJAjF7pCkriuXBpUPEjma1nZyJ0,92
33
+ rpa_suite-1.1.4.dist-info/top_level.txt,sha256=HYkDtg-kJNAr3F2XAIPyJ-QBbNhk7q6jrqsFt10lz4Y,10
34
+ rpa_suite-1.1.4.dist-info/RECORD,,