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.26.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 054f3078c194f677f4c96fc0fc7804b2567bec960b8db3b235840d6306acb7f0 |
|
MD5 | 875ac0e48f8e023db8ba8ea54a040b6e |
|
BLAKE2b-256 | 15c16b13a25e8271fd17fc5cf5cc351a4fa249979fd4b4a9a51133ccd2487d49 |
Close
Hashes for energy_dashboard_library-0.26-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 7abfb78cdd85bf2990ba696e406d49c5ba6a3d92f821f838eb03b23cd62ad05c |
|
MD5 | c342549f4026fce688e1f93f031375d8 |
|
BLAKE2b-256 | acdf40be810b79dbfcbc3f6d40decc1a512de6d4820b2cfbf2c2ee624deee282 |