rpa-suite 0.8.6__py3-none-any.whl → 0.8.7__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.
@@ -1,5 +1,5 @@
1
- from email.mime.image import MIMEImage
2
1
  import smtplib, os
2
+ from email.mime.image import MIMEImage
3
3
  from email.mime.multipart import MIMEMultipart
4
4
  from email.mime.text import MIMEText
5
5
  from email.mime.base import MIMEBase
rpa_suite/file/counter.py CHANGED
@@ -56,7 +56,7 @@ def count_files(
56
56
  if file.endswith(f'.{type_extension}'):
57
57
  result['qt'] += 1
58
58
  result['success'] = True
59
- success_print(f'Function: {count_files.__name__} counted {result['qt']} files.')
59
+ success_print(f'Function: {count_files.__name__} counted {result["qt"]} files.')
60
60
 
61
61
  except Exception as e:
62
62
  result['success'] = False
@@ -12,7 +12,7 @@ def create_list_using_regex(origin_text: str, division_pattern: str) -> list[str
12
12
 
13
13
  Description: pt-br
14
14
  ----------
15
- Função responsável por buscar em uma string ``origin_text`` um padrão ``division_pattern`` e dividir o texto original em substrings gerando uma lista de strings, também faz a limpeza e tratamento para manter a lista com as strings originais, porem dividas
15
+ Função responsável por buscar em um texto de leitura humana uma string ``origin_text`` por um padrão ``division_pattern`` e dividir o texto original em substrings gerando uma lista de strings, também faz a limpeza e tratamento para manter a lista com as strings originais, porem dividas
16
16
 
17
17
  Retorno:
18
18
  ----------
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: rpa-suite
3
- Version: 0.8.6
3
+ Version: 0.8.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
@@ -150,9 +150,9 @@ O módulo principal do rpa-suite é dividido em categorias. Cada categoria cont
150
150
  - **string_validator** - Funções para validação/varredura (strings, substrings, palavras)
151
151
 
152
152
  ## Release
153
- Versão: **Alpha 0.8.6**
153
+ Versão: **Alpha 0.8.7**
154
154
 
155
- Lançamento: *22/12/2023*
155
+ Lançamento: *29/01/2024*
156
156
 
157
157
  Status: Em desenvolvimento.
158
158
 
@@ -6,20 +6,20 @@ rpa_suite/clock/waiter.py,sha256=ogFTQkBNGAB_K013155PtySXpuMszTsrrTz0p56Yaxg,587
6
6
  rpa_suite/date/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
7
7
  rpa_suite/date/date.py,sha256=0-YsoCTnMY9NdVV8oZBEZ8AtpkE21cwqi7WjZhhN6fg,4133
8
8
  rpa_suite/email/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
9
- rpa_suite/email/sender_smtp.py,sha256=QLqga_JL9rhH0urtGTjcj3eRAr1mTLCyboQcA82ZZ-A,7552
9
+ rpa_suite/email/sender_smtp.py,sha256=FIeNwLe3ZizMjyVNqeFyELBmdkZ2voQJWrDnmRm-B3A,7552
10
10
  rpa_suite/file/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
11
- rpa_suite/file/counter.py,sha256=MVyt7I-r23S5znHFk2Z4UbgoX0kD04YFsl4V5GOYcDU,2485
11
+ rpa_suite/file/counter.py,sha256=Kh0qK0Ew9nZkxCSnIeT-ia2MGZ4sEoMqnBgCq6uPqZY,2485
12
12
  rpa_suite/file/temp_dir.py,sha256=Al1j2654fIDgqTZvuBSo1WcjCVg-xbN_K-z-jnuzxGg,5904
13
13
  rpa_suite/log/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
14
14
  rpa_suite/log/loggin.py,sha256=sJCkKXZPsjhLJz7gKAmLQuMcvQkefvBlVl3nlhxVUXA,1343
15
15
  rpa_suite/log/printer.py,sha256=P3chs13qBnd7tvZEJSCQ39Kj8wZ2BmYNHOTJm3Unf6M,4073
16
16
  rpa_suite/regex/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
17
- rpa_suite/regex/list_from_text.py,sha256=PjGO9FkoVH8oLtiDGG7nUZrbqHqXrmALb9PpJSxcUOA,2201
17
+ rpa_suite/regex/list_from_text.py,sha256=0wiTA1oEQO00OfT1l7ugiT9teVo_RlU65MmcHeeKeYo,2233
18
18
  rpa_suite/validate/__init__.py,sha256=47DEQpj8HBSa-_TImW-5JCeuQeRkm5NMpJWZG3hSuFU,0
19
19
  rpa_suite/validate/mail_validator.py,sha256=PEa_-bON7BYnpaz-p5aEZkpza7qsoBBFKv6GwsjdjCU,2906
20
20
  rpa_suite/validate/string_validator.py,sha256=7eJVTCmzVwgM513NqAAjqvo9iqHmsWQ-6LQ8-oOh_0s,5344
21
- rpa_suite-0.8.6.dist-info/LICENSE,sha256=5D8PIbs31iGd9i1_MDNg4SzaQnp9sEIULALh2y3WyMI,1102
22
- rpa_suite-0.8.6.dist-info/METADATA,sha256=dpkLb6bCDuFJLgL8Pg855erYrjI2c7p6vqTiQyJAm8E,6599
23
- rpa_suite-0.8.6.dist-info/WHEEL,sha256=Xo9-1PvkuimrydujYJAjF7pCkriuXBpUPEjma1nZyJ0,92
24
- rpa_suite-0.8.6.dist-info/top_level.txt,sha256=HYkDtg-kJNAr3F2XAIPyJ-QBbNhk7q6jrqsFt10lz4Y,10
25
- rpa_suite-0.8.6.dist-info/RECORD,,
21
+ rpa_suite-0.8.7.dist-info/LICENSE,sha256=5D8PIbs31iGd9i1_MDNg4SzaQnp9sEIULALh2y3WyMI,1102
22
+ rpa_suite-0.8.7.dist-info/METADATA,sha256=yn6Wgs2Ky_Zu9jFKYMEgvDPSTAGCf_-acpTNK_GCZTI,6599
23
+ rpa_suite-0.8.7.dist-info/WHEEL,sha256=Xo9-1PvkuimrydujYJAjF7pCkriuXBpUPEjma1nZyJ0,92
24
+ rpa_suite-0.8.7.dist-info/top_level.txt,sha256=HYkDtg-kJNAr3F2XAIPyJ-QBbNhk7q6jrqsFt10lz4Y,10
25
+ rpa_suite-0.8.7.dist-info/RECORD,,