Energy Dashboard Library
Project description
Energy Dashboard Library (EDL)
This is a collection of common library functions used by the Energy Dashboard, a project of the Energy Analytics Project.
Overview
Common utility functions are used by:
This is probably only interesting to project maintainers. Tool users will want to look at energy-dashboard-cli.
Dependencies
Getting Started
# only required the first time around, creates a conda environment named 'eap-dev'
make setup
# activate the created conda environment
conda activate eap-dev
# build
make build
Publishing
- Ensure that you have a valid account and that your account has permissions to push to this project.
- Ensure that your
~/.pypirc
file is up to date. Note that I'm using auth tokens below:
[distutils]
index-servers=
pypi
testpypi
[testpypi]
repository: https://test.pypi.org/legacy/
username: __token__
password: pypi-...elided...
[pypi]
username: __token__
password: pypi-...elided...
- Publish to test first
# publish
make test-publish
- If that worked, then publish to prod
# publish
make prod-publish
Links
- https://geohackweek.github.io/Introductory/01-conda-tutorial/
- https://packaging.python.org/guides/migrating-to-pypi-org/
- https://packaging.python.org/guides/using-testpypi/
- https://packaging.python.org/tutorials/packaging-projects/
Author
Todd Greenwood-Geer (Enviro Software Solutions, LLC)
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
Built Distribution
Close
Hashes for energy-dashboard-library-0.41.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | aada7c72bc22d3012b7a3a93809af1b2e4432698505bd3881707282942c7ee74 |
|
MD5 | 4f09dbe718cd711fe835fcaba8761c82 |
|
BLAKE2b-256 | e86ac5cf009ca44ff9e3273c837b3a10d7f5b246c9acb024f29c4805cef20e55 |
Close
Hashes for energy_dashboard_library-0.41-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | c403ab7473dbbe786e2c1a460a17a25a36fd081b095e0e5d84d6a89f2342dfdc |
|
MD5 | 227fa1c68a1e6511ff773bec497f9f61 |
|
BLAKE2b-256 | 996a8305f28387efb57c4933fa335553cf24e358c2677dae7065a29567f600ba |