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
make setup
conda activate eap-dev
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...
make test-publish
- If that worked, then publish to prod
make prod-publish
Links
Author
Todd Greenwood-Geer (Enviro Software Solutions, LLC)