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.22.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | 8e31a2d9181458f9c88536e20ff1e8385ba1d9d409342a2fdfaed335cae9afd6 |
|
MD5 | 5fab1258d3c2de707e83516cb4f53eae |
|
BLAKE2b-256 | fe6ec98c88b9d95d6664a6d7d94d301d87ee67e778acb3a48595d9d96668742d |
Close
Hashes for energy_dashboard_library-0.22-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 29abd5532e8d83256cb520e466e13113c48eff315fc1fdae116bc13159b7b286 |
|
MD5 | 4c629600b67a9eeca94b87fdd0997a4c |
|
BLAKE2b-256 | 48f3996df212bd8f4c34ff3dd82f0a943551e7b3ce7985ac4715ea11bcdde2cf |