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
File details
Details for the file energy-dashboard-library-0.48.tar.gz
.
File metadata
- Download URL: energy-dashboard-library-0.48.tar.gz
- Upload date:
- Size: 57.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 91e20edf106537eb9305d7fae48c9e6e9dd3f430120efb1903fac27c7b33df46 |
|
MD5 | 59778db9046921a8eb4dc8f08d795e55 |
|
BLAKE2b-256 | faf81035b806aba4fd0d2be0c3eaf043875450f13570b4b764d67a5d53911f0b |
File details
Details for the file energy_dashboard_library-0.48-py3-none-any.whl
.
File metadata
- Download URL: energy_dashboard_library-0.48-py3-none-any.whl
- Upload date:
- Size: 71.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.2.0 requests-toolbelt/0.9.1 tqdm/4.35.0 CPython/3.7.3
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5e4a3fcb982d3900928777f6e73d2821c8c1e13c71bc886a13fd71f5d19b46a1 |
|
MD5 | bbdbf9a048c7720e5e39042f744d2242 |
|
BLAKE2b-256 | bab72eba0dbb0e72afeedb06550db939910219808144c6d67eaba32fdc554631 |