Metadata-Version: 2.1
Name: evolve-core
Version: 1.0.0
Summary: Modern tool for understanding impact of distributed energy resources on net load.
Home-page: https://github.com/NREL/evolve
Author: Kapil Duwadi
Author-email: kapil.duwadi@nrel.gov
Keywords: Energy Storage,PV,Electric Vehicle,Net load,Distribution System
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3.10
Classifier: Operating System :: OS Independent
Requires-Python: >=3.10
Description-Content-Type: text/markdown

## `evolve-core` package

If you want to use evolve core package and run simulations purely in python environment without worrying about setting up frontend and backend. You can install this package and get started. 

To install this package you can use following command to install it.

`pip install evolve-core`

To learn more about how to use this package. Please head over to this [documentation page](https://nrel.github.io/EVOLVE/evolve-core). 
