Skip to main content

Helper functions to consume and parse information from University of Colorado's Argovis API.

Project description

Build and release

  • Review metadata in pyproject.toml
  • Build a release:
    docker container run -v $(pwd):/src argovis/argovis_helpers:build-220912 python -m build
    
  • Push to testPypi:
    docker container run -v $(pwd):/src -it argovis/argovis_helpers:build-220912 twine upload -r testpypi dist/*
    
  • Test install and try: python -m pip install -i https://test.pypi.org/simple argovis_helpers
  • Push to pypi:
    docker container run -v $(pwd):/src -it argovis/argovis_helpers:build-220912 twine upload dist/*
    
  • git add your new build artifacts under /dist
  • Push to github and mint a release matching the version number in pyproject.toml.

Project details


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.2.tar.gz (4.3 kB view hashes)

Uploaded Source

Built Distribution

argovisHelpers-0.0.2-py3-none-any.whl (5.2 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page