Metadata-Version: 2.1
Name: switch-inputs
Version: 0.1.5
Summary: Create input files for switch
Home-page: https://github.com/pypa/example-project
Author: pesap
Author-email: pesapsanchez@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Development Status :: 3 - Alpha
Description-Content-Type: text/markdown
Requires-Dist: tqdm
Requires-Dist: pandas
Requires-Dist: requests
Requires-Dist: click
Requires-Dist: pyyaml

<div align="center">
<h1>
  <img src="./static/img/logo-b.png" alt="SWITCH" width="200">
  <h3>A capacity expansion model for the electricity sector.</h4>
  <h4>Input file creation</h4>
  <br>
</h1>

[![forthebadge](https://forthebadge.com/images/badges/built-with-love.svg)](http://forthebadge.com)
[![forthebadge](https://forthebadge.com/images/badges/made-with-python.svg)](http://forthebadge.com)
[![forthebadge](https://forthebadge.com/images/badges/as-seen-on-tv.svg)](https://forthebadge.com)


[![GitHub last commit](https://img.shields.io/github/last-commit/google/skia.svg?style=flat-square)](https://github.com/Switch-Mexico/switch-inputs)
</div>

# SWITCH inputs for Mexico

Update: 05/01/2018

Repo for SWITCH-Mexico including code and data

Todo:
- [x] Implement git lfs,
- [x] Verify switch input files creation,
- [x] Clean folders,
- [x] Update switch input creation,
- [ ] Create fuel cost inputs
- [ ] Create function that check if folders exists
- [ ] Update switch folder,
- [ ] Publish runs,
- [ ] Write Readme and documentation for the codes.


Collaborators:
Sergio, Pedro, Hector and others.


## How to run Renewable Ninja:

Create a file in src/ called secrets.yml with your API\_KEY for using renewable
ninja API.

The file should look like this:

```yaml
API_KEY: "YOUR_API_KEY"
```


