New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

energy-dashboard-library

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

energy-dashboard-library

Energy Dashboard Library

  • 0.48
  • PyPI
  • Socket score

Maintainers
1

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

Author

Todd Greenwood-Geer (Enviro Software Solutions, LLC)

FAQs


Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc