hea-scripts 1.0.0b1__tar.gz → 1.0.0b2__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.
- {hea_scripts-1.0.0b1 → hea_scripts-1.0.0b2}/PKG-INFO +6 -1
- {hea_scripts-1.0.0b1 → hea_scripts-1.0.0b2}/README.md +5 -0
- {hea_scripts-1.0.0b1 → hea_scripts-1.0.0b2}/pyproject.toml +1 -1
- {hea_scripts-1.0.0b1 → hea_scripts-1.0.0b2}/src/hea_scripts.egg-info/PKG-INFO +6 -1
- {hea_scripts-1.0.0b1 → hea_scripts-1.0.0b2}/LICENSE +0 -0
- {hea_scripts-1.0.0b1 → hea_scripts-1.0.0b2}/setup.cfg +0 -0
- {hea_scripts-1.0.0b1 → hea_scripts-1.0.0b2}/src/hea/scripts/__init__.py +0 -0
- {hea_scripts-1.0.0b1 → hea_scripts-1.0.0b2}/src/hea/scripts/encryption.py +0 -0
- {hea_scripts-1.0.0b1 → hea_scripts-1.0.0b2}/src/hea/scripts/gen_encryption_key.py +0 -0
- {hea_scripts-1.0.0b1 → hea_scripts-1.0.0b2}/src/hea/scripts/scriptlib.py +0 -0
- {hea_scripts-1.0.0b1 → hea_scripts-1.0.0b2}/src/hea_scripts.egg-info/SOURCES.txt +0 -0
- {hea_scripts-1.0.0b1 → hea_scripts-1.0.0b2}/src/hea_scripts.egg-info/dependency_links.txt +0 -0
- {hea_scripts-1.0.0b1 → hea_scripts-1.0.0b2}/src/hea_scripts.egg-info/entry_points.txt +0 -0
- {hea_scripts-1.0.0b1 → hea_scripts-1.0.0b2}/src/hea_scripts.egg-info/requires.txt +0 -0
- {hea_scripts-1.0.0b1 → hea_scripts-1.0.0b2}/src/hea_scripts.egg-info/top_level.txt +0 -0
- {hea_scripts-1.0.0b1 → hea_scripts-1.0.0b2}/tests/test_encryption.py +0 -0
- {hea_scripts-1.0.0b1 → hea_scripts-1.0.0b2}/tests/test_scriptlib.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: hea-scripts
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.0b2
|
|
4
4
|
Summary: A collection of scripts for the HEA project.
|
|
5
5
|
Author-email: "Comprehensive Oncology Data and Engineering Shared Resource (CODE), Huntsman Cancer Institute, Salt Lake City, UT" <Andrew.Post@hci.utah.edu>
|
|
6
6
|
License-Expression: Apache-2.0
|
|
@@ -110,3 +110,8 @@ Run the tests:
|
|
|
110
110
|
```sh
|
|
111
111
|
python -m pytest tests/
|
|
112
112
|
```
|
|
113
|
+
|
|
114
|
+
Deploying:
|
|
115
|
+
Run `pyproject-build` to build a source package and weel.
|
|
116
|
+
|
|
117
|
+
To deploy, the twine command is configured with a custom .pypirc file located at .devcontainer/pyproject-pypirc. Add your repositories and credentials to that file, and `twine upload -r` should work.
|
|
@@ -74,3 +74,8 @@ Run the tests:
|
|
|
74
74
|
```sh
|
|
75
75
|
python -m pytest tests/
|
|
76
76
|
```
|
|
77
|
+
|
|
78
|
+
Deploying:
|
|
79
|
+
Run `pyproject-build` to build a source package and weel.
|
|
80
|
+
|
|
81
|
+
To deploy, the twine command is configured with a custom .pypirc file located at .devcontainer/pyproject-pypirc. Add your repositories and credentials to that file, and `twine upload -r` should work.
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: hea-scripts
|
|
3
|
-
Version: 1.0.
|
|
3
|
+
Version: 1.0.0b2
|
|
4
4
|
Summary: A collection of scripts for the HEA project.
|
|
5
5
|
Author-email: "Comprehensive Oncology Data and Engineering Shared Resource (CODE), Huntsman Cancer Institute, Salt Lake City, UT" <Andrew.Post@hci.utah.edu>
|
|
6
6
|
License-Expression: Apache-2.0
|
|
@@ -110,3 +110,8 @@ Run the tests:
|
|
|
110
110
|
```sh
|
|
111
111
|
python -m pytest tests/
|
|
112
112
|
```
|
|
113
|
+
|
|
114
|
+
Deploying:
|
|
115
|
+
Run `pyproject-build` to build a source package and weel.
|
|
116
|
+
|
|
117
|
+
To deploy, the twine command is configured with a custom .pypirc file located at .devcontainer/pyproject-pypirc. Add your repositories and credentials to that file, and `twine upload -r` should work.
|
|
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
|