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.34.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | b06b579bacc06b54bd777f3b9c4c88366def28543ae38ac6f28d957106b73805 |
|
MD5 | 4444d40f3d139ea65c1f513263f37d87 |
|
BLAKE2b-256 | edf6c3b42fa5e56d9af24ad5b2c2fb1c40356230fe6675e8e70f9c4087df0d53 |
Close
Hashes for energy_dashboard_library-0.34-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1ce99eaa8e987bbfd49cd8dd9742c974b7d578faf0f75f7087079ee5440c4898 |
|
MD5 | 591fa37b84616a244df524c386b46429 |
|
BLAKE2b-256 | b87e86c5ca463c3f24bee06853f9009ccde774a0cea9ed478cfc543cba2b2f9d |