Helper functions to consume and parse information from University of Colorado's Argovis API.
Project description
Build and release
- Review metadata in
pyproject.toml; while determining if code is release worthy, append an rc tag to the semantic version, likemajor.minor.patch.rcxx - Build a release (image is built off of
Dockerfile-build-env):docker container run -v $(pwd):/src argovis/argovis_helpers:build-250927 python -m build - Push to testPypi (notice you'll need a file
pypircwith appropriate API tokens for the pypi servers):docker container run -v $(pwd):/src -v $(pwd)/pypirc:/root/.pypirc -it argovis/argovis_helpers:build-250927 twine upload -r testpypi dist/<your new rc> - Test install and try:
python -m pip install -i https://test.pypi.org/simple argovis_helpers - If all is well, rebuild without the rc tag and push to pypi:
docker container run -v $(pwd):/src -v $(pwd)/pypirc:/root/.pypirc -it argovis/argovis_helpers:build-250927 twine upload dist/<your new release> git addyour new build artifacts under/dist- Push to github and mint a release matching the version number in
pyproject.toml.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
argovishelpers-0.0.35.tar.gz
(23.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file argovishelpers-0.0.35.tar.gz.
File metadata
- Download URL: argovishelpers-0.0.35.tar.gz
- Upload date:
- Size: 23.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
93cad4a4e5ac6563cb8279d5e857597a6d0a719932ee58095c357f9a27867a08
|
|
| MD5 |
dd37cdc751ec2a50e88317b45bfd906c
|
|
| BLAKE2b-256 |
810e148c991a587768537aba3b3d04e976e2198f4e09fce980da6d2ae4dc9d99
|
File details
Details for the file argovishelpers-0.0.35-py3-none-any.whl.
File metadata
- Download URL: argovishelpers-0.0.35-py3-none-any.whl
- Upload date:
- Size: 17.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.9.12
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
c697c7ab9756c7e6aa58ac2739c567c6cdd19d0d35bb9d6372c7463cc7739018
|
|
| MD5 |
f6cb420875b7bd9444a32b8441baeda3
|
|
| BLAKE2b-256 |
60e1b0f45bb303f05b6eb1458783d534da1b9c5c462ecf7fb30475dd276304d9
|