batpy
is a Python wrapper for Argonne National Laboratory's Microsoft Excel-based software modeling tool BatPaC.
batpy
is available from PyPI, and currently requires Python 3.10 or newer. It can be installed with:
$ pip install batpy
batpy
is able to read, write, and calculate batteries in the BatPaC tool. Furthermore, batpy
can export the calculated batteries to a brightway2
Excel workbook, which can be imported directly into brightway2
.
Documentation for batpy
is available at GitHub Pages, including an example and documentation on all the modules and functions.
Interested in contributing? Check out the contributing guidelines. Please note that this project is released with a Code of Conduct. By contributing to this project, you agree to abide by its terms.
batpy
was created by Raphael Ginster. It is licensed under the terms of the MIT license.
batpy
was created with cookiecutter
and the py-pkgs-cookiecutter
template.