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-240118 python -m build
- Push to testPypi (notice you'll need a file
pypirc
with appropriate API tokens for the pypi servers):docker container run -v $(pwd):/src -v $(pwd)/pypirc:/root/.pypirc -it argovis/argovis_helpers:build-240118 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-240118 twine upload dist/<your new release>
git add
your 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.29.tar.gz
(14.7 kB
view details)
Built Distribution
File details
Details for the file argovisHelpers-0.0.29.tar.gz
.
File metadata
- Download URL: argovisHelpers-0.0.29.tar.gz
- Upload date:
- Size: 14.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b01e621507b7f05628aa12302174dc21bd775c52f8e294703e03ffac78bc1feb |
|
MD5 | 7c7b6fc41e5cebe30a3822ea991e643b |
|
BLAKE2b-256 | 83f9ba76be9fc04402f53cdffa9430e26595b1c8f3119cb9513ac7e6706a2bad |
File details
Details for the file argovisHelpers-0.0.29-py3-none-any.whl
.
File metadata
- Download URL: argovisHelpers-0.0.29-py3-none-any.whl
- Upload date:
- Size: 11.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/4.0.0 CPython/3.9.12
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7b23d9b798babcebc94b5b1ae3af33d7ee2007958c59036b0b29e83ec18fd3bd |
|
MD5 | 64e859d78020e0f1e196737ead64ec99 |
|
BLAKE2b-256 | 7214049000a0dfb139255c816e0e8d584f134f1fc2b7614ec17571a05289da41 |