absmsystemmasterpy 0.1.0__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.
- absmsystemmasterpy-0.1.0/PKG-INFO +11 -0
- absmsystemmasterpy-0.1.0/pyproject.toml +37 -0
- absmsystemmasterpy-0.1.0/setup.cfg +4 -0
- absmsystemmasterpy-0.1.0/src/absmsystemmasterpy.egg-info/PKG-INFO +11 -0
- absmsystemmasterpy-0.1.0/src/absmsystemmasterpy.egg-info/SOURCES.txt +6 -0
- absmsystemmasterpy-0.1.0/src/absmsystemmasterpy.egg-info/dependency_links.txt +1 -0
- absmsystemmasterpy-0.1.0/src/absmsystemmasterpy.egg-info/requires.txt +3 -0
- absmsystemmasterpy-0.1.0/src/absmsystemmasterpy.egg-info/top_level.txt +1 -0
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: absmsystemmasterpy
|
|
3
|
+
Version: 0.1.0
|
|
4
|
+
Summary: absmsystemmasterpy - Controle preenchimento formularios diversos
|
|
5
|
+
Author-email: Agostinho Marcos Garcia Silvestre <garcia@UseAllBusiness.com>
|
|
6
|
+
Classifier: Programming Language :: Python :: 3
|
|
7
|
+
Classifier: Operating System :: Microsoft :: Windows
|
|
8
|
+
Requires-Python: >=3.8
|
|
9
|
+
Requires-Dist: pandas>=2.0.0
|
|
10
|
+
Requires-Dist: playwright>=1.40.0
|
|
11
|
+
Requires-Dist: requests>=2.31.0
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
[build-system]
|
|
2
|
+
requires = [
|
|
3
|
+
"setuptools>=61.0",
|
|
4
|
+
"wheel",
|
|
5
|
+
"cython>=3.0",
|
|
6
|
+
]
|
|
7
|
+
build-backend = "setuptools.build_meta"
|
|
8
|
+
|
|
9
|
+
[project]
|
|
10
|
+
name = "absmsystemmasterpy"
|
|
11
|
+
version = "0.1.0"
|
|
12
|
+
description = "absmsystemmasterpy - Controle preenchimento formularios diversos"
|
|
13
|
+
authors = [
|
|
14
|
+
{ name = "Agostinho Marcos Garcia Silvestre", email = "garcia@UseAllBusiness.com" },
|
|
15
|
+
]
|
|
16
|
+
requires-python = ">=3.8"
|
|
17
|
+
dependencies = [
|
|
18
|
+
"pandas>=2.0.0",
|
|
19
|
+
"playwright>=1.40.0",
|
|
20
|
+
"requests>=2.31.0",
|
|
21
|
+
]
|
|
22
|
+
classifiers = [
|
|
23
|
+
"Programming Language :: Python :: 3",
|
|
24
|
+
"Operating System :: Microsoft :: Windows",
|
|
25
|
+
]
|
|
26
|
+
|
|
27
|
+
[tool.setuptools.packages.find]
|
|
28
|
+
where = ["src"]
|
|
29
|
+
|
|
30
|
+
# Declaração das extensões Cython/C para gerar os arquivos .pyd nativos
|
|
31
|
+
# [[tool.setuptools.ext-modules]]
|
|
32
|
+
# name = "absmsystemmasterpy.smcontrole"
|
|
33
|
+
# sources = ["src/absmsystemmasterpy/smcontrole.pyx"] # Altere para .c se já estiver pre-compilado para C
|
|
34
|
+
|
|
35
|
+
# [[tool.setuptools.ext-modules]]
|
|
36
|
+
# name = "absmsystemmasterpy.smfuncoes"
|
|
37
|
+
# sources = ["src/absmsystemmasterpy/smfuncoes.pyx"] # Altere para .c se já estiver pre-compilado para C
|
|
@@ -0,0 +1,11 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: absmsystemmasterpy
|
|
3
|
+
Version: 0.1.0
|
|
4
|
+
Summary: absmsystemmasterpy - Controle preenchimento formularios diversos
|
|
5
|
+
Author-email: Agostinho Marcos Garcia Silvestre <garcia@UseAllBusiness.com>
|
|
6
|
+
Classifier: Programming Language :: Python :: 3
|
|
7
|
+
Classifier: Operating System :: Microsoft :: Windows
|
|
8
|
+
Requires-Python: >=3.8
|
|
9
|
+
Requires-Dist: pandas>=2.0.0
|
|
10
|
+
Requires-Dist: playwright>=1.40.0
|
|
11
|
+
Requires-Dist: requests>=2.31.0
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|