Skip to content

Leonrtg/DAVE_core

 
 

Repository files navigation

DAVE_core

package PyPI Package latest release Commits since latest release pepy BSD PyPI Wheel Supported versions
docs Documentation Status
tests GitHub Actions Build Status Coverage Status Coverage Status
code black isort Ruff

DAVE is an softwaretool for a automatic generation of region-specific energy grid models. The resulting grid models are based on open data from different sources.

This code ist based on and explained in the following publicationat :

More on DAVE is published on the webside http://databutler.energy

Installation

pip install dave-core

You can also install the in-development version with:

pip install https://github.com/DaveFoss/DAVE_core/archive/develop.zip

Documentation

https://dave-core.readthedocs.io

Development

To run all the tests run:

tox

Note, to combine the coverage data from all the tox environments run:

Windows
set PYTEST_ADDOPTS=--cov-append
tox
Other
PYTEST_ADDOPTS=--cov-append tox

About

No description, website, or topics provided.

Resources

License

Contributing

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 73.0%
  • C# 27.0%