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.47.tar.gz
Algorithm | Hash digest | |
---|---|---|
SHA256 | d8119877b5f163b55b25e9011e8f8e8dbc50ee3b909db624c22d450dcbbb420c |
|
MD5 | 5b09e2d1b58a326d1c9e8ab12460cf0e |
|
BLAKE2b-256 | 0c4baaf11ed70b06c7e67a482930ba2a447b7203ebd5ee6ce02c206021704854 |
Close
Hashes for energy_dashboard_library-0.47-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d9454597f05434dd23c7abb1f046224e9b19e0cbfe5bd5fdaeee629694ba0c4d |
|
MD5 | ee9b690f8867990104c23655c07093f2 |
|
BLAKE2b-256 | 3aef98992470f0641230d6a48e071efa43781c7194515938d52236395b83e9ad |