Metadata-Version: 2.1
Name: dlmatpower
Version: 0.0.1a2
Summary: Make download MATPOWER easier from pip
Home-page: https://gitlab.com/yasirroni/dlmatpower
Author: Muhammad Yasirroni
Author-email: muhammadyasirroni@gmail.com
License: UNKNOWN
Platform: UNKNOWN
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering
Description-Content-Type: text/markdown
License-File: LICENSE

# dlmatpower

Make download [MATPOWER](https://github.com/MATPOWER/matpower) easier from pip.

## Usage

### post-install (not supported by pip)

1. Clone this repository

2. Run "python setup.py install"

### pip (MATPOWER need to be downloaded after installation)

1. Install using `pip install dlmatpower`

2. Download MATPOWER using `dlmatpower.download()`

## Example

```python
import dlmatpower

dlmatpower.download()
```

## Note

Downloaded MATPOWER on `dlmatpower/` will not be removed by `pip uninstall dlmatpower`. Use `downloader.delete_default_download()` to remove it.


