Metadata-Version: 2.1
Name: simhandler
Version: 0.0.3
Summary: Intelligent simulation handler for power system load flow simulations
Home-page: https://github.com/mbardwell/intelligent-simulation-handler
Author: Mike Bardwell
Author-email: bardwell@ualberta.ca
License: GPL
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3.5
Classifier: Operating System :: Microsoft :: Windows
Classifier: Topic :: Scientific/Engineering :: Artificial Intelligence
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Requires-Python: >=3.5.0
Description-Content-Type: text/markdown
Requires-Dist: numpy
Requires-Dist: matplotlib
Requires-Dist: h5py
Requires-Dist: tensorflow
Requires-Dist: keras
Requires-Dist: pypsa


# intelligent-simulation-handler

### What is this repository for? ###

* Software development of an intelligent simulation handler for power system load flow simulations
* Project completed as partial requirement of attaining MSc at the University of Alberta  

### How do I get set up? ###

* Install dependencies using pip install -r requirements.txt

### Contribution guidelines ###

* Follow PEP8 guidelines with the following exception: use lowercaseUppercase function naming instead of snake_case

### Questions? ###

* If you find a bug or want a feature. Create an issue
* Otherwise, send emails with title 'Intelligent Simulation Handler - *Question/Comment*' to bardwell@ualberta.ca


