Skip to main content

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

Author

Todd Greenwood-Geer (Enviro Software Solutions, LLC)

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

energy-dashboard-library-0.18.tar.gz (39.3 kB view hashes)

Uploaded Source

Built Distribution

energy_dashboard_library-0.18-py3-none-any.whl (45.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page