emod-malaria 2.27.0__tar.gz → 2.29.12__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.
- {emod_malaria-2.27.0 → emod_malaria-2.29.12}/PKG-INFO +15 -15
- {emod_malaria-2.27.0 → emod_malaria-2.29.12}/pyproject.toml +37 -37
- {emod_malaria-2.27.0 → emod_malaria-2.29.12}/setup.cfg +4 -4
- emod_malaria-2.29.12/src/emod_malaria/Eradication.zip +0 -0
- {emod_malaria-2.27.0 → emod_malaria-2.29.12}/src/emod_malaria/bootstrap.py +38 -38
- emod_malaria-2.29.12/src/emod_malaria/schema.zip +0 -0
- {emod_malaria-2.27.0 → emod_malaria-2.29.12}/src/emod_malaria.egg-info/PKG-INFO +15 -15
- emod_malaria-2.29.12/src/version +1 -0
- emod_malaria-2.27.0/src/emod_malaria/Eradication.zip +0 -0
- emod_malaria-2.27.0/src/emod_malaria/schema.zip +0 -0
- emod_malaria-2.27.0/src/version +0 -1
- {emod_malaria-2.27.0 → emod_malaria-2.29.12}/src/emod_malaria/__init__.py +0 -0
- {emod_malaria-2.27.0 → emod_malaria-2.29.12}/src/emod_malaria.egg-info/SOURCES.txt +0 -0
- {emod_malaria-2.27.0 → emod_malaria-2.29.12}/src/emod_malaria.egg-info/dependency_links.txt +0 -0
- {emod_malaria-2.27.0 → emod_malaria-2.29.12}/src/emod_malaria.egg-info/requires.txt +0 -0
- {emod_malaria-2.27.0 → emod_malaria-2.29.12}/src/emod_malaria.egg-info/top_level.txt +0 -0
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
Metadata-Version: 2.4
|
|
2
|
-
Name: emod-malaria
|
|
3
|
-
Version: 2.
|
|
4
|
-
Summary: PyPI distribution of EMOD for the Malaria sim type
|
|
5
|
-
License-Expression: MIT
|
|
6
|
-
Project-URL: Documentation, https://docs.idmod.org/projects/emod/en/latest/
|
|
7
|
-
Project-URL: Repository, https://github.com/EMOD-Hub/EMOD
|
|
8
|
-
Project-URL: Issues, https://github.com/EMOD-Hub/EMOD/issues
|
|
9
|
-
Classifier: Operating System :: POSIX :: Linux
|
|
10
|
-
Classifier: Programming Language :: C++
|
|
11
|
-
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
|
|
12
|
-
Requires-Python: >=3.9
|
|
13
|
-
Description-Content-Type: text/markdown
|
|
14
|
-
Provides-Extra: docs
|
|
15
|
-
Provides-Extra: tests
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: emod-malaria
|
|
3
|
+
Version: 2.29.12
|
|
4
|
+
Summary: PyPI distribution of EMOD for the Malaria sim type
|
|
5
|
+
License-Expression: MIT
|
|
6
|
+
Project-URL: Documentation, https://docs.idmod.org/projects/emod/en/latest/
|
|
7
|
+
Project-URL: Repository, https://github.com/EMOD-Hub/EMOD
|
|
8
|
+
Project-URL: Issues, https://github.com/EMOD-Hub/EMOD/issues
|
|
9
|
+
Classifier: Operating System :: POSIX :: Linux
|
|
10
|
+
Classifier: Programming Language :: C++
|
|
11
|
+
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
|
|
12
|
+
Requires-Python: >=3.9
|
|
13
|
+
Description-Content-Type: text/markdown
|
|
14
|
+
Provides-Extra: docs
|
|
15
|
+
Provides-Extra: tests
|
|
@@ -1,37 +1,37 @@
|
|
|
1
|
-
[build-system]
|
|
2
|
-
requires = ["setuptools"]
|
|
3
|
-
build-backend = "setuptools.build_meta"
|
|
4
|
-
|
|
5
|
-
[project]
|
|
6
|
-
name = "emod-malaria"
|
|
7
|
-
dynamic = ["version"]
|
|
8
|
-
description = "PyPI distribution of EMOD for the Malaria sim type"
|
|
9
|
-
license = "MIT"
|
|
10
|
-
authors = [
|
|
11
|
-
]
|
|
12
|
-
readme = "README.md"
|
|
13
|
-
requires-python = ">=3.9"
|
|
14
|
-
dependencies = [
|
|
15
|
-
]
|
|
16
|
-
classifiers = [
|
|
17
|
-
"Operating System :: POSIX :: Linux",
|
|
18
|
-
"Programming Language :: C++",
|
|
19
|
-
"Topic :: Scientific/Engineering :: Bio-Informatics",
|
|
20
|
-
]
|
|
21
|
-
|
|
22
|
-
[project.optional-dependencies]
|
|
23
|
-
docs = [
|
|
24
|
-
]
|
|
25
|
-
tests = [
|
|
26
|
-
]
|
|
27
|
-
|
|
28
|
-
[project.urls]
|
|
29
|
-
Documentation = "https://docs.idmod.org/projects/emod/en/latest/"
|
|
30
|
-
Repository = "https://github.com/EMOD-Hub/EMOD"
|
|
31
|
-
Issues = "https://github.com/EMOD-Hub/EMOD/issues"
|
|
32
|
-
|
|
33
|
-
[tool.setuptools.package-data]
|
|
34
|
-
"*" = ["*.zip"]
|
|
35
|
-
|
|
36
|
-
[tool.setuptools.dynamic]
|
|
37
|
-
version = {file = ["src/version"]}
|
|
1
|
+
[build-system]
|
|
2
|
+
requires = ["setuptools"]
|
|
3
|
+
build-backend = "setuptools.build_meta"
|
|
4
|
+
|
|
5
|
+
[project]
|
|
6
|
+
name = "emod-malaria"
|
|
7
|
+
dynamic = ["version"]
|
|
8
|
+
description = "PyPI distribution of EMOD for the Malaria sim type"
|
|
9
|
+
license = "MIT"
|
|
10
|
+
authors = [
|
|
11
|
+
]
|
|
12
|
+
readme = "README.md"
|
|
13
|
+
requires-python = ">=3.9"
|
|
14
|
+
dependencies = [
|
|
15
|
+
]
|
|
16
|
+
classifiers = [
|
|
17
|
+
"Operating System :: POSIX :: Linux",
|
|
18
|
+
"Programming Language :: C++",
|
|
19
|
+
"Topic :: Scientific/Engineering :: Bio-Informatics",
|
|
20
|
+
]
|
|
21
|
+
|
|
22
|
+
[project.optional-dependencies]
|
|
23
|
+
docs = [
|
|
24
|
+
]
|
|
25
|
+
tests = [
|
|
26
|
+
]
|
|
27
|
+
|
|
28
|
+
[project.urls]
|
|
29
|
+
Documentation = "https://docs.idmod.org/projects/emod/en/latest/"
|
|
30
|
+
Repository = "https://github.com/EMOD-Hub/EMOD"
|
|
31
|
+
Issues = "https://github.com/EMOD-Hub/EMOD/issues"
|
|
32
|
+
|
|
33
|
+
[tool.setuptools.package-data]
|
|
34
|
+
"*" = ["*.zip"]
|
|
35
|
+
|
|
36
|
+
[tool.setuptools.dynamic]
|
|
37
|
+
version = {file = ["src/version"]}
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
[egg_info]
|
|
2
|
-
tag_build =
|
|
3
|
-
tag_date = 0
|
|
4
|
-
|
|
1
|
+
[egg_info]
|
|
2
|
+
tag_build =
|
|
3
|
+
tag_date = 0
|
|
4
|
+
|
|
Binary file
|
|
@@ -1,38 +1,38 @@
|
|
|
1
|
-
import os
|
|
2
|
-
import sys
|
|
3
|
-
import shutil
|
|
4
|
-
import zipfile
|
|
5
|
-
from glob import glob
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
def extract(package_name, local_dir):
|
|
9
|
-
os.makedirs(local_dir, exist_ok=True)
|
|
10
|
-
os.chdir(local_dir)
|
|
11
|
-
|
|
12
|
-
pkgdir = sys.modules[package_name].__path__[0]
|
|
13
|
-
# extract all *.zip files in the package, preserve relative file paths
|
|
14
|
-
for fullpath in glob(os.path.join(pkgdir, "**/*.zip"), recursive=True):
|
|
15
|
-
# determine zip relative filepath
|
|
16
|
-
rel_filepath = os.path.relpath(fullpath, pkgdir)
|
|
17
|
-
rel_dir = os.path.dirname(rel_filepath)
|
|
18
|
-
if rel_dir and len(rel_dir) > 0:
|
|
19
|
-
os.makedirs(rel_dir, exist_ok=True)
|
|
20
|
-
# copy archive under current dir
|
|
21
|
-
temp_zip_path = os.path.join(os.getcwd(), rel_filepath)
|
|
22
|
-
shutil.copy(fullpath, temp_zip_path)
|
|
23
|
-
with zipfile.ZipFile(rel_filepath, 'r') as zip_ref:
|
|
24
|
-
zip_ref.extractall(rel_dir)
|
|
25
|
-
os.unlink(temp_zip_path)
|
|
26
|
-
|
|
27
|
-
os.chdir("..")
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
def setup(local_dir="stash"):
|
|
31
|
-
"""
|
|
32
|
-
Extract binary and schema into a local directory.
|
|
33
|
-
"""
|
|
34
|
-
extract('emod_malaria', local_dir)
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
if __name__ == "__main__":
|
|
38
|
-
setup()
|
|
1
|
+
import os
|
|
2
|
+
import sys
|
|
3
|
+
import shutil
|
|
4
|
+
import zipfile
|
|
5
|
+
from glob import glob
|
|
6
|
+
|
|
7
|
+
|
|
8
|
+
def extract(package_name, local_dir):
|
|
9
|
+
os.makedirs(local_dir, exist_ok=True)
|
|
10
|
+
os.chdir(local_dir)
|
|
11
|
+
|
|
12
|
+
pkgdir = sys.modules[package_name].__path__[0]
|
|
13
|
+
# extract all *.zip files in the package, preserve relative file paths
|
|
14
|
+
for fullpath in glob(os.path.join(pkgdir, "**/*.zip"), recursive=True):
|
|
15
|
+
# determine zip relative filepath
|
|
16
|
+
rel_filepath = os.path.relpath(fullpath, pkgdir)
|
|
17
|
+
rel_dir = os.path.dirname(rel_filepath)
|
|
18
|
+
if rel_dir and len(rel_dir) > 0:
|
|
19
|
+
os.makedirs(rel_dir, exist_ok=True)
|
|
20
|
+
# copy archive under current dir
|
|
21
|
+
temp_zip_path = os.path.join(os.getcwd(), rel_filepath)
|
|
22
|
+
shutil.copy(fullpath, temp_zip_path)
|
|
23
|
+
with zipfile.ZipFile(rel_filepath, 'r') as zip_ref:
|
|
24
|
+
zip_ref.extractall(rel_dir)
|
|
25
|
+
os.unlink(temp_zip_path)
|
|
26
|
+
|
|
27
|
+
os.chdir("..")
|
|
28
|
+
|
|
29
|
+
|
|
30
|
+
def setup(local_dir="stash"):
|
|
31
|
+
"""
|
|
32
|
+
Extract binary and schema into a local directory.
|
|
33
|
+
"""
|
|
34
|
+
extract('emod_malaria', local_dir)
|
|
35
|
+
|
|
36
|
+
|
|
37
|
+
if __name__ == "__main__":
|
|
38
|
+
setup()
|
|
Binary file
|
|
@@ -1,15 +1,15 @@
|
|
|
1
|
-
Metadata-Version: 2.4
|
|
2
|
-
Name: emod-malaria
|
|
3
|
-
Version: 2.
|
|
4
|
-
Summary: PyPI distribution of EMOD for the Malaria sim type
|
|
5
|
-
License-Expression: MIT
|
|
6
|
-
Project-URL: Documentation, https://docs.idmod.org/projects/emod/en/latest/
|
|
7
|
-
Project-URL: Repository, https://github.com/EMOD-Hub/EMOD
|
|
8
|
-
Project-URL: Issues, https://github.com/EMOD-Hub/EMOD/issues
|
|
9
|
-
Classifier: Operating System :: POSIX :: Linux
|
|
10
|
-
Classifier: Programming Language :: C++
|
|
11
|
-
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
|
|
12
|
-
Requires-Python: >=3.9
|
|
13
|
-
Description-Content-Type: text/markdown
|
|
14
|
-
Provides-Extra: docs
|
|
15
|
-
Provides-Extra: tests
|
|
1
|
+
Metadata-Version: 2.4
|
|
2
|
+
Name: emod-malaria
|
|
3
|
+
Version: 2.29.12
|
|
4
|
+
Summary: PyPI distribution of EMOD for the Malaria sim type
|
|
5
|
+
License-Expression: MIT
|
|
6
|
+
Project-URL: Documentation, https://docs.idmod.org/projects/emod/en/latest/
|
|
7
|
+
Project-URL: Repository, https://github.com/EMOD-Hub/EMOD
|
|
8
|
+
Project-URL: Issues, https://github.com/EMOD-Hub/EMOD/issues
|
|
9
|
+
Classifier: Operating System :: POSIX :: Linux
|
|
10
|
+
Classifier: Programming Language :: C++
|
|
11
|
+
Classifier: Topic :: Scientific/Engineering :: Bio-Informatics
|
|
12
|
+
Requires-Python: >=3.9
|
|
13
|
+
Description-Content-Type: text/markdown
|
|
14
|
+
Provides-Extra: docs
|
|
15
|
+
Provides-Extra: tests
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
2.29.12
|
|
Binary file
|
|
Binary file
|
emod_malaria-2.27.0/src/version
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
2.27.0
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|