Metadata-Version: 2.1
Name: evolve-core
Version: 1.0.3
Summary: Modern tool for understanding impact of distributed energy resources on net load.
Project-URL: Homepage, https://github.com/NREL/evolve
Author-email: Kapil Duwadi <kapil.duwadi@nrel.gov>, Erik Pohl <erik.pohl@nrel.gov>
License-Expression: BSD-3-Clause
Keywords: Distribution,Electric,Energy,Net,PV,Storage,System,Vehicle,load
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.10
Requires-Python: >=3.10
Requires-Dist: numpy
Requires-Dist: polars
Requires-Dist: pvlib
Requires-Dist: pydantic
Requires-Dist: pytest
Requires-Dist: timezonefinder
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). 