idmtools-models 0.0.0.dev0__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.
- idmtools_models-0.0.0.dev0/PKG-INFO +41 -0
- idmtools_models-0.0.0.dev0/README.md +21 -0
- idmtools_models-0.0.0.dev0/idmtools_models/__init__.py +8 -0
- idmtools_models-0.0.0.dev0/idmtools_models.egg-info/PKG-INFO +41 -0
- idmtools_models-0.0.0.dev0/idmtools_models.egg-info/SOURCES.txt +7 -0
- idmtools_models-0.0.0.dev0/idmtools_models.egg-info/dependency_links.txt +1 -0
- idmtools_models-0.0.0.dev0/idmtools_models.egg-info/top_level.txt +2 -0
- idmtools_models-0.0.0.dev0/pyproject.toml +32 -0
- idmtools_models-0.0.0.dev0/setup.cfg +4 -0
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: idmtools-models
|
|
3
|
+
Version: 0.0.0.dev0
|
|
4
|
+
Summary: Placeholder package for idmtools-models - reserved for future use
|
|
5
|
+
Author-email: IDM <idmtools@idmod.org>
|
|
6
|
+
License: Proprietary
|
|
7
|
+
Project-URL: Homepage, https://github.com/InstituteforDiseaseModeling/idmtools
|
|
8
|
+
Project-URL: Bug Tracker, https://github.com/InstituteforDiseaseModeling/idmtools/issues
|
|
9
|
+
Keywords: placeholder,reserved,idmtools
|
|
10
|
+
Classifier: Development Status :: 1 - Planning
|
|
11
|
+
Classifier: Intended Audience :: Developers
|
|
12
|
+
Classifier: Programming Language :: Python :: 3
|
|
13
|
+
Classifier: Programming Language :: Python :: 3.8
|
|
14
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
15
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
16
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
17
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
18
|
+
Requires-Python: >=3.8
|
|
19
|
+
Description-Content-Type: text/markdown
|
|
20
|
+
|
|
21
|
+
# idmtools-models
|
|
22
|
+
|
|
23
|
+
**PLACEHOLDER PACKAGE - NOT FOR USE**
|
|
24
|
+
|
|
25
|
+
This package is a placeholder to reserve the name `idmtools-models` on PyPI.
|
|
26
|
+
|
|
27
|
+
The actual package implementation will be released in the future.
|
|
28
|
+
|
|
29
|
+
## Purpose
|
|
30
|
+
|
|
31
|
+
This placeholder ensures the package name is reserved and prevents name squatting.
|
|
32
|
+
|
|
33
|
+
## Status
|
|
34
|
+
|
|
35
|
+
This is version 0.0.0.dev0 - a minimal placeholder release.
|
|
36
|
+
|
|
37
|
+
## Future Release
|
|
38
|
+
|
|
39
|
+
The full implementation of idmtools-models will be published when ready.
|
|
40
|
+
|
|
41
|
+
For more information, visit: https://github.com/InstituteforDiseaseModeling/idmtools
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
# idmtools-models
|
|
2
|
+
|
|
3
|
+
**PLACEHOLDER PACKAGE - NOT FOR USE**
|
|
4
|
+
|
|
5
|
+
This package is a placeholder to reserve the name `idmtools-models` on PyPI.
|
|
6
|
+
|
|
7
|
+
The actual package implementation will be released in the future.
|
|
8
|
+
|
|
9
|
+
## Purpose
|
|
10
|
+
|
|
11
|
+
This placeholder ensures the package name is reserved and prevents name squatting.
|
|
12
|
+
|
|
13
|
+
## Status
|
|
14
|
+
|
|
15
|
+
This is version 0.0.0.dev0 - a minimal placeholder release.
|
|
16
|
+
|
|
17
|
+
## Future Release
|
|
18
|
+
|
|
19
|
+
The full implementation of idmtools-models will be published when ready.
|
|
20
|
+
|
|
21
|
+
For more information, visit: https://github.com/InstituteforDiseaseModeling/idmtools
|
|
@@ -0,0 +1,41 @@
|
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: idmtools-models
|
|
3
|
+
Version: 0.0.0.dev0
|
|
4
|
+
Summary: Placeholder package for idmtools-models - reserved for future use
|
|
5
|
+
Author-email: IDM <idmtools@idmod.org>
|
|
6
|
+
License: Proprietary
|
|
7
|
+
Project-URL: Homepage, https://github.com/InstituteforDiseaseModeling/idmtools
|
|
8
|
+
Project-URL: Bug Tracker, https://github.com/InstituteforDiseaseModeling/idmtools/issues
|
|
9
|
+
Keywords: placeholder,reserved,idmtools
|
|
10
|
+
Classifier: Development Status :: 1 - Planning
|
|
11
|
+
Classifier: Intended Audience :: Developers
|
|
12
|
+
Classifier: Programming Language :: Python :: 3
|
|
13
|
+
Classifier: Programming Language :: Python :: 3.8
|
|
14
|
+
Classifier: Programming Language :: Python :: 3.9
|
|
15
|
+
Classifier: Programming Language :: Python :: 3.10
|
|
16
|
+
Classifier: Programming Language :: Python :: 3.11
|
|
17
|
+
Classifier: Programming Language :: Python :: 3.12
|
|
18
|
+
Requires-Python: >=3.8
|
|
19
|
+
Description-Content-Type: text/markdown
|
|
20
|
+
|
|
21
|
+
# idmtools-models
|
|
22
|
+
|
|
23
|
+
**PLACEHOLDER PACKAGE - NOT FOR USE**
|
|
24
|
+
|
|
25
|
+
This package is a placeholder to reserve the name `idmtools-models` on PyPI.
|
|
26
|
+
|
|
27
|
+
The actual package implementation will be released in the future.
|
|
28
|
+
|
|
29
|
+
## Purpose
|
|
30
|
+
|
|
31
|
+
This placeholder ensures the package name is reserved and prevents name squatting.
|
|
32
|
+
|
|
33
|
+
## Status
|
|
34
|
+
|
|
35
|
+
This is version 0.0.0.dev0 - a minimal placeholder release.
|
|
36
|
+
|
|
37
|
+
## Future Release
|
|
38
|
+
|
|
39
|
+
The full implementation of idmtools-models will be published when ready.
|
|
40
|
+
|
|
41
|
+
For more information, visit: https://github.com/InstituteforDiseaseModeling/idmtools
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
[build-system]
|
|
2
|
+
requires = ["setuptools>=61.0", "wheel"]
|
|
3
|
+
build-backend = "setuptools.build_meta"
|
|
4
|
+
|
|
5
|
+
[project]
|
|
6
|
+
name = "idmtools-models"
|
|
7
|
+
version = "0.0.0.dev0"
|
|
8
|
+
description = "Placeholder package for idmtools-models - reserved for future use"
|
|
9
|
+
readme = "README.md"
|
|
10
|
+
requires-python = ">=3.8"
|
|
11
|
+
license = { text = "Proprietary" }
|
|
12
|
+
authors = [
|
|
13
|
+
{ name = "IDM", email = "idmtools@idmod.org" }
|
|
14
|
+
]
|
|
15
|
+
keywords = ["placeholder", "reserved", "idmtools"]
|
|
16
|
+
classifiers = [
|
|
17
|
+
"Development Status :: 1 - Planning",
|
|
18
|
+
"Intended Audience :: Developers",
|
|
19
|
+
"Programming Language :: Python :: 3",
|
|
20
|
+
"Programming Language :: Python :: 3.8",
|
|
21
|
+
"Programming Language :: Python :: 3.9",
|
|
22
|
+
"Programming Language :: Python :: 3.10",
|
|
23
|
+
"Programming Language :: Python :: 3.11",
|
|
24
|
+
"Programming Language :: Python :: 3.12",
|
|
25
|
+
]
|
|
26
|
+
|
|
27
|
+
[project.urls]
|
|
28
|
+
Homepage = "https://github.com/InstituteforDiseaseModeling/idmtools"
|
|
29
|
+
"Bug Tracker" = "https://github.com/InstituteforDiseaseModeling/idmtools/issues"
|
|
30
|
+
|
|
31
|
+
[tool.setuptools]
|
|
32
|
+
packages = {find = {}}
|