rpa-suite 0.8.2__tar.gz → 0.8.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.
- {rpa_suite-0.8.2 → rpa_suite-0.8.3}/PKG-INFO +13 -8
- {rpa_suite-0.8.2 → rpa_suite-0.8.3}/README.md +1 -1
- {rpa_suite-0.8.2 → rpa_suite-0.8.3}/rpa_suite.egg-info/PKG-INFO +13 -8
- rpa_suite-0.8.3/setup.py +28 -0
- rpa_suite-0.8.2/setup.py +0 -23
- {rpa_suite-0.8.2 → rpa_suite-0.8.3}/LICENSE +0 -0
- {rpa_suite-0.8.2 → rpa_suite-0.8.3}/rpa_suite/__init__.py +0 -0
- {rpa_suite-0.8.2 → rpa_suite-0.8.3}/rpa_suite/clock/__init__.py +0 -0
- {rpa_suite-0.8.2 → rpa_suite-0.8.3}/rpa_suite/clock/exec_at.py +0 -0
- {rpa_suite-0.8.2 → rpa_suite-0.8.3}/rpa_suite/clock/waiter.py +0 -0
- {rpa_suite-0.8.2 → rpa_suite-0.8.3}/rpa_suite/date/__init__.py +0 -0
- {rpa_suite-0.8.2 → rpa_suite-0.8.3}/rpa_suite/date/date.py +0 -0
- {rpa_suite-0.8.2 → rpa_suite-0.8.3}/rpa_suite/email/__init__.py +0 -0
- {rpa_suite-0.8.2 → rpa_suite-0.8.3}/rpa_suite/email/sender_smtp.py +0 -0
- {rpa_suite-0.8.2 → rpa_suite-0.8.3}/rpa_suite/file/__init__.py +0 -0
- {rpa_suite-0.8.2 → rpa_suite-0.8.3}/rpa_suite/file/counter.py +0 -0
- {rpa_suite-0.8.2 → rpa_suite-0.8.3}/rpa_suite/file/temp_dir.py +0 -0
- {rpa_suite-0.8.2 → rpa_suite-0.8.3}/rpa_suite/log/__init__.py +0 -0
- {rpa_suite-0.8.2 → rpa_suite-0.8.3}/rpa_suite/log/loggin.py +0 -0
- {rpa_suite-0.8.2 → rpa_suite-0.8.3}/rpa_suite/log/printer.py +0 -0
- {rpa_suite-0.8.2 → rpa_suite-0.8.3}/rpa_suite/suite.py +0 -0
- {rpa_suite-0.8.2 → rpa_suite-0.8.3}/rpa_suite/validate/__init__.py +0 -0
- {rpa_suite-0.8.2 → rpa_suite-0.8.3}/rpa_suite/validate/mail_validator.py +0 -0
- {rpa_suite-0.8.2 → rpa_suite-0.8.3}/rpa_suite/validate/string_validator.py +0 -0
- {rpa_suite-0.8.2 → rpa_suite-0.8.3}/rpa_suite.egg-info/SOURCES.txt +0 -0
- {rpa_suite-0.8.2 → rpa_suite-0.8.3}/rpa_suite.egg-info/dependency_links.txt +0 -0
- {rpa_suite-0.8.2 → rpa_suite-0.8.3}/rpa_suite.egg-info/requires.txt +0 -0
- {rpa_suite-0.8.2 → rpa_suite-0.8.3}/rpa_suite.egg-info/top_level.txt +0 -0
- {rpa_suite-0.8.2 → rpa_suite-0.8.3}/setup.cfg +0 -0
@@ -1,17 +1,22 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: rpa_suite
|
3
|
-
Version: 0.8.
|
4
|
-
Summary: Conjunto de ferramentas essenciais para RPA com Python, que facilitam o dia a dia de desenvolvimento.
|
3
|
+
Version: 0.8.3
|
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
|
7
7
|
License: MIT
|
8
|
-
Keywords: basic-tools,email-tools,email-validation,file-tools,simple-functions,rpa-tools,rpa-functions,RPA,Automação,Python,Ferramentas de RPA,Automação de Processos,Biblioteca Python para RPA
|
8
|
+
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
|
9
9
|
Classifier: Development Status :: 3 - Alpha
|
10
|
+
Classifier: Programming Language :: Python :: 3.10
|
11
|
+
Classifier: Programming Language :: Python :: 3.11
|
12
|
+
Classifier: Programming Language :: Python :: 3.12
|
10
13
|
Classifier: License :: OSI Approved :: MIT License
|
11
|
-
Classifier:
|
12
|
-
Classifier:
|
13
|
-
Classifier:
|
14
|
-
Classifier:
|
14
|
+
Classifier: Intended Audience :: Developers
|
15
|
+
Classifier: Intended Audience :: Education
|
16
|
+
Classifier: Intended Audience :: Science/Research
|
17
|
+
Classifier: Operating System :: Microsoft :: Windows
|
18
|
+
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
|
19
|
+
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
15
20
|
Description-Content-Type: text/markdown
|
16
21
|
License-File: LICENSE
|
17
22
|
Requires-Dist: loguru
|
@@ -135,7 +140,7 @@ O módulo principal do rpa-suite é dividido em categorias. Cada categoria cont
|
|
135
140
|
- **string_validator** - Funções para validação/varredura (strings, substrings, palavras)
|
136
141
|
|
137
142
|
## Release
|
138
|
-
Versão: **Alpha 0.8.
|
143
|
+
Versão: **Alpha 0.8.3**
|
139
144
|
|
140
145
|
Lançamento: *05/12/2023*
|
141
146
|
|
@@ -115,7 +115,7 @@ O módulo principal do rpa-suite é dividido em categorias. Cada categoria cont
|
|
115
115
|
- **string_validator** - Funções para validação/varredura (strings, substrings, palavras)
|
116
116
|
|
117
117
|
## Release
|
118
|
-
Versão: **Alpha 0.8.
|
118
|
+
Versão: **Alpha 0.8.3**
|
119
119
|
|
120
120
|
Lançamento: *05/12/2023*
|
121
121
|
|
@@ -1,17 +1,22 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: rpa-suite
|
3
|
-
Version: 0.8.
|
4
|
-
Summary: Conjunto de ferramentas essenciais para RPA com Python, que facilitam o dia a dia de desenvolvimento.
|
3
|
+
Version: 0.8.3
|
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
|
7
7
|
License: MIT
|
8
|
-
Keywords: basic-tools,email-tools,email-validation,file-tools,simple-functions,rpa-tools,rpa-functions,RPA,Automação,Python,Ferramentas de RPA,Automação de Processos,Biblioteca Python para RPA
|
8
|
+
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
|
9
9
|
Classifier: Development Status :: 3 - Alpha
|
10
|
+
Classifier: Programming Language :: Python :: 3.10
|
11
|
+
Classifier: Programming Language :: Python :: 3.11
|
12
|
+
Classifier: Programming Language :: Python :: 3.12
|
10
13
|
Classifier: License :: OSI Approved :: MIT License
|
11
|
-
Classifier:
|
12
|
-
Classifier:
|
13
|
-
Classifier:
|
14
|
-
Classifier:
|
14
|
+
Classifier: Intended Audience :: Developers
|
15
|
+
Classifier: Intended Audience :: Education
|
16
|
+
Classifier: Intended Audience :: Science/Research
|
17
|
+
Classifier: Operating System :: Microsoft :: Windows
|
18
|
+
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
|
19
|
+
Classifier: Topic :: Software Development :: Libraries :: Python Modules
|
15
20
|
Description-Content-Type: text/markdown
|
16
21
|
License-File: LICENSE
|
17
22
|
Requires-Dist: loguru
|
@@ -135,7 +140,7 @@ O módulo principal do rpa-suite é dividido em categorias. Cada categoria cont
|
|
135
140
|
- **string_validator** - Funções para validação/varredura (strings, substrings, palavras)
|
136
141
|
|
137
142
|
## Release
|
138
|
-
Versão: **Alpha 0.8.
|
143
|
+
Versão: **Alpha 0.8.3**
|
139
144
|
|
140
145
|
Lançamento: *05/12/2023*
|
141
146
|
|
rpa_suite-0.8.3/setup.py
ADDED
@@ -0,0 +1,28 @@
|
|
1
|
+
from setuptools import setup, find_packages
|
2
|
+
|
3
|
+
setup(
|
4
|
+
name='rpa_suite',
|
5
|
+
version='0.8.3',
|
6
|
+
packages=find_packages(),
|
7
|
+
description='Conjunto de ferramentas essenciais para Automação RPA com Python, que facilitam o dia a dia de desenvolvimento.',
|
8
|
+
long_description_content_type='text/markdown',
|
9
|
+
long_description=open('README.md', 'r', encoding='utf-8').read(),
|
10
|
+
author='Camilo Costa de Carvalho',
|
11
|
+
author_email='camilo.carvalho@triasoftware.com.br',
|
12
|
+
license='MIT',
|
13
|
+
classifiers=[
|
14
|
+
'Development Status :: 3 - Alpha',
|
15
|
+
'Programming Language :: Python :: 3.10',
|
16
|
+
'Programming Language :: Python :: 3.11',
|
17
|
+
'Programming Language :: Python :: 3.12',
|
18
|
+
'License :: OSI Approved :: MIT License',
|
19
|
+
'Intended Audience :: Developers',
|
20
|
+
'Intended Audience :: Education',
|
21
|
+
'Intended Audience :: Science/Research',
|
22
|
+
'Operating System :: Microsoft :: Windows',
|
23
|
+
'Topic :: Scientific/Engineering :: Artificial Intelligence',
|
24
|
+
'Topic :: Software Development :: Libraries :: Python Modules'
|
25
|
+
],
|
26
|
+
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',
|
27
|
+
install_requires=['loguru', 'colorama', 'email_validator'],
|
28
|
+
)
|
rpa_suite-0.8.2/setup.py
DELETED
@@ -1,23 +0,0 @@
|
|
1
|
-
from setuptools import setup, find_packages
|
2
|
-
|
3
|
-
setup(
|
4
|
-
name='rpa_suite',
|
5
|
-
version='0.8.2',
|
6
|
-
packages=find_packages(),
|
7
|
-
description='Conjunto de ferramentas essenciais para RPA com Python, que facilitam o dia a dia de desenvolvimento.',
|
8
|
-
long_description_content_type='text/markdown',
|
9
|
-
long_description=open('README.md', 'r', encoding='utf-8').read(),
|
10
|
-
author='Camilo Costa de Carvalho',
|
11
|
-
author_email='camilo.carvalho@triasoftware.com.br',
|
12
|
-
license='MIT',
|
13
|
-
classifiers=[
|
14
|
-
'Development Status :: 3 - Alpha',
|
15
|
-
'License :: OSI Approved :: MIT License',
|
16
|
-
'Programming Language :: Python :: 3',
|
17
|
-
'Programming Language :: Python :: 3.7',
|
18
|
-
'Programming Language :: Python :: 3.8',
|
19
|
-
'Programming Language :: Python :: 3.9',
|
20
|
-
],
|
21
|
-
keywords='basic-tools, email-tools, email-validation, file-tools, simple-functions, rpa-tools, rpa-functions, RPA, Automação, Python, Ferramentas de RPA, Automação de Processos, Biblioteca Python para RPA',
|
22
|
-
install_requires=['loguru', 'colorama', 'email_validator'],
|
23
|
-
)
|
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
|