rpa-suite 1.3.2__tar.gz → 1.3.3__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.
Files changed (41) hide show
  1. {rpa_suite-1.3.2 → rpa_suite-1.3.3}/PKG-INFO +13 -3
  2. {rpa_suite-1.3.2 → rpa_suite-1.3.3}/README.md +1 -1
  3. {rpa_suite-1.3.2 → rpa_suite-1.3.3}/rpa_suite.egg-info/PKG-INFO +14 -4
  4. {rpa_suite-1.3.2 → rpa_suite-1.3.3}/setup.py +1 -1
  5. {rpa_suite-1.3.2 → rpa_suite-1.3.3}/LICENSE +0 -0
  6. {rpa_suite-1.3.2 → rpa_suite-1.3.3}/rpa_suite/__init__.py +0 -0
  7. {rpa_suite-1.3.2 → rpa_suite-1.3.3}/rpa_suite/clock/__init__.py +0 -0
  8. {rpa_suite-1.3.2 → rpa_suite-1.3.3}/rpa_suite/clock/exec_at.py +0 -0
  9. {rpa_suite-1.3.2 → rpa_suite-1.3.3}/rpa_suite/clock/scheduler.py +0 -0
  10. {rpa_suite-1.3.2 → rpa_suite-1.3.3}/rpa_suite/clock/waiter.py +0 -0
  11. {rpa_suite-1.3.2 → rpa_suite-1.3.3}/rpa_suite/date/__init__.py +0 -0
  12. {rpa_suite-1.3.2 → rpa_suite-1.3.3}/rpa_suite/date/date.py +0 -0
  13. {rpa_suite-1.3.2 → rpa_suite-1.3.3}/rpa_suite/email/__init__.py +0 -0
  14. {rpa_suite-1.3.2 → rpa_suite-1.3.3}/rpa_suite/email/sender_smtp.py +0 -0
  15. {rpa_suite-1.3.2 → rpa_suite-1.3.3}/rpa_suite/file/__create_ss_dir.py +0 -0
  16. {rpa_suite-1.3.2 → rpa_suite-1.3.3}/rpa_suite/file/__init__.py +0 -0
  17. {rpa_suite-1.3.2 → rpa_suite-1.3.3}/rpa_suite/file/counter.py +0 -0
  18. {rpa_suite-1.3.2 → rpa_suite-1.3.3}/rpa_suite/file/file_flag.py +0 -0
  19. {rpa_suite-1.3.2 → rpa_suite-1.3.3}/rpa_suite/file/screen_shot.py +0 -0
  20. {rpa_suite-1.3.2 → rpa_suite-1.3.3}/rpa_suite/file/temp_dir.py +0 -0
  21. {rpa_suite-1.3.2 → rpa_suite-1.3.3}/rpa_suite/log/__create_log_dir.py +0 -0
  22. {rpa_suite-1.3.2 → rpa_suite-1.3.3}/rpa_suite/log/__init__.py +0 -0
  23. {rpa_suite-1.3.2 → rpa_suite-1.3.3}/rpa_suite/log/_functions_logger.py +0 -0
  24. {rpa_suite-1.3.2 → rpa_suite-1.3.3}/rpa_suite/log/_logger.py +0 -0
  25. {rpa_suite-1.3.2 → rpa_suite-1.3.3}/rpa_suite/log/_variables.py +0 -0
  26. {rpa_suite-1.3.2 → rpa_suite-1.3.3}/rpa_suite/log/_variables_uru.py +0 -0
  27. {rpa_suite-1.3.2 → rpa_suite-1.3.3}/rpa_suite/log/functions_logger_uru.py +0 -0
  28. {rpa_suite-1.3.2 → rpa_suite-1.3.3}/rpa_suite/log/log_decorator.py +0 -0
  29. {rpa_suite-1.3.2 → rpa_suite-1.3.3}/rpa_suite/log/logger_uru.py +0 -0
  30. {rpa_suite-1.3.2 → rpa_suite-1.3.3}/rpa_suite/log/printer.py +0 -0
  31. {rpa_suite-1.3.2 → rpa_suite-1.3.3}/rpa_suite/regex/__init__.py +0 -0
  32. {rpa_suite-1.3.2 → rpa_suite-1.3.3}/rpa_suite/regex/pattern_in_text.py +0 -0
  33. {rpa_suite-1.3.2 → rpa_suite-1.3.3}/rpa_suite/suite.py +0 -0
  34. {rpa_suite-1.3.2 → rpa_suite-1.3.3}/rpa_suite/validate/__init__.py +0 -0
  35. {rpa_suite-1.3.2 → rpa_suite-1.3.3}/rpa_suite/validate/mail_validator.py +0 -0
  36. {rpa_suite-1.3.2 → rpa_suite-1.3.3}/rpa_suite/validate/string_validator.py +0 -0
  37. {rpa_suite-1.3.2 → rpa_suite-1.3.3}/rpa_suite.egg-info/SOURCES.txt +0 -0
  38. {rpa_suite-1.3.2 → rpa_suite-1.3.3}/rpa_suite.egg-info/dependency_links.txt +0 -0
  39. {rpa_suite-1.3.2 → rpa_suite-1.3.3}/rpa_suite.egg-info/requires.txt +0 -0
  40. {rpa_suite-1.3.2 → rpa_suite-1.3.3}/rpa_suite.egg-info/top_level.txt +0 -0
  41. {rpa_suite-1.3.2 → rpa_suite-1.3.3}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
1
+ Metadata-Version: 2.4
2
2
  Name: rpa_suite
3
- Version: 1.3.2
3
+ Version: 1.3.3
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
@@ -22,6 +22,16 @@ Requires-Dist: loguru
22
22
  Requires-Dist: colorama
23
23
  Requires-Dist: email_validator
24
24
  Requires-Dist: colorlog
25
+ Dynamic: author
26
+ Dynamic: author-email
27
+ Dynamic: classifier
28
+ Dynamic: description
29
+ Dynamic: description-content-type
30
+ Dynamic: keywords
31
+ Dynamic: license
32
+ Dynamic: license-file
33
+ Dynamic: requires-dist
34
+ Dynamic: summary
25
35
 
26
36
  ![RPA Suite](https://raw.githubusercontent.com/CamiloCCarvalho/rpa_suite/db6977ef087b1d8c6d1053c6e0bafab6b690ac61/logo-rpa-suite.svg)
27
37
 
@@ -156,7 +166,7 @@ O módulo principal do rpa-suite é dividido em categorias. Cada categoria cont
156
166
  - **string_validator** - Função que valida presença de letras, palavras, e textos e possibilita contar as ocorrencias em uma string
157
167
 
158
168
  ## Release
159
- Versão: **Beta 1.3.2**
169
+ Versão: **Beta 1.3.3**
160
170
 
161
171
  Lançamento: *20/02/2024*
162
172
 
@@ -131,7 +131,7 @@ O módulo principal do rpa-suite é dividido em categorias. Cada categoria cont
131
131
  - **string_validator** - Função que valida presença de letras, palavras, e textos e possibilita contar as ocorrencias em uma string
132
132
 
133
133
  ## Release
134
- Versão: **Beta 1.3.2**
134
+ Versão: **Beta 1.3.3**
135
135
 
136
136
  Lançamento: *20/02/2024*
137
137
 
@@ -1,6 +1,6 @@
1
- Metadata-Version: 2.1
2
- Name: rpa-suite
3
- Version: 1.3.2
1
+ Metadata-Version: 2.4
2
+ Name: rpa_suite
3
+ Version: 1.3.3
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
@@ -22,6 +22,16 @@ Requires-Dist: loguru
22
22
  Requires-Dist: colorama
23
23
  Requires-Dist: email_validator
24
24
  Requires-Dist: colorlog
25
+ Dynamic: author
26
+ Dynamic: author-email
27
+ Dynamic: classifier
28
+ Dynamic: description
29
+ Dynamic: description-content-type
30
+ Dynamic: keywords
31
+ Dynamic: license
32
+ Dynamic: license-file
33
+ Dynamic: requires-dist
34
+ Dynamic: summary
25
35
 
26
36
  ![RPA Suite](https://raw.githubusercontent.com/CamiloCCarvalho/rpa_suite/db6977ef087b1d8c6d1053c6e0bafab6b690ac61/logo-rpa-suite.svg)
27
37
 
@@ -156,7 +166,7 @@ O módulo principal do rpa-suite é dividido em categorias. Cada categoria cont
156
166
  - **string_validator** - Função que valida presença de letras, palavras, e textos e possibilita contar as ocorrencias em uma string
157
167
 
158
168
  ## Release
159
- Versão: **Beta 1.3.2**
169
+ Versão: **Beta 1.3.3**
160
170
 
161
171
  Lançamento: *20/02/2024*
162
172
 
@@ -2,7 +2,7 @@ from setuptools import setup, find_packages
2
2
 
3
3
  setup(
4
4
  name='rpa_suite',
5
- version='1.3.2',
5
+ version='1.3.3',
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