Metadata-Version: 2.1
Name: aperc-osemosys
Version: 0.1.4
Summary: The APERC Toolkit for Energy Analysis and Modeling.
Home-page: https://github.com/asia-pacific-energy-research-centre/aperc-osemosys
Author: David Wogan
Author-email: david.m.wogan@gmail.com
License: mit
Project-URL: Documentation, https://aperc-osemosys.readthedocs.io/en/latest/
Platform: any
Classifier: Development Status :: 4 - Beta
Classifier: Programming Language :: Python
Requires-Python: >=3.7
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM
Requires-Dist: otoole (==0.10.1b3)
Provides-Extra: testing
Requires-Dist: pytest ; extra == 'testing'
Requires-Dist: pytest-cov ; extra == 'testing'

# aperc-osemosys

The APERC Toolkit for Energy Analysis and Modeling.

## Dependencies
_aperc-osemosys_ requires a number of dependencies. To install, copy and paste the following in your command line:

`conda create --prefix ./env python=3.7 pandas numpy xlrd glpk`

## Contributing

To contribute directly to the code development, you first need to install the package in *develop mode*:

    git clone http://github.com/OSeMOSYS/aperc-osemosys
    cd aperc-osemosys
    git checkout <branch you wish to use>
    python setup.py develop

## Note

This project makes use of the OSeMOSYS model, which can be obtained [here](https://github.com/OSeMOSYS).

This project has been set up using PyScaffold 3.2.3. For details and usage
information on PyScaffold see https://pyscaffold.org/.


