Metadata-Version: 2.1
Name: onsset
Version: 1.1a4
Summary: OnSSET model
Home-page: https://github.com/onsset/onsset
Author: Andreas Sahlberg, Alexandros Korkovelos, Dimitrios Mentis, Christopher Arderne, Babak Khavari
Author-email:  seap@desa.kth.se
License: UNKNOWN
Description: onsset : Open Source Spatial Electrification Tool
        =================================================
        
        [![PyPI version](https://badge.fury.io/py/onsset.svg)](https://badge.fury.io/py/onsset)
        [![Build Status](https://travis-ci.com/OnSSET/onsset.svg?branch=master)](https://travis-ci.com/OnSSET/onsset)
        [![Coverage Status](https://coveralls.io/repos/github/OnSSET/onsset/badge.svg?branch=master)](https://coveralls.io/github/OnSSET/onsset?branch=master)
        [![Documentation Status](https://readthedocs.org/projects/onsset/badge/?version=latest)](https://onsset.readthedocs.io/en/latest/?badge=latest)
        
        # Scope
        
        This repository contains the source code of the Open Source Spatial Electrification Tool
        ([OnSSET](http://www.onsset.org/)).
        
        
        The repository also includes sample test files available in ```.\test_data```
        and sample output files available in ```.\sample_output```.
        
        ## Installation
        
        ### Requirements
        
        OnSSET requires Python > 3.5 with the following packages installed:
        - et-xmlfile
        - jdcal
        - numpy
        - openpyxl
        - pandas
        - python-dateutil
        - pytz
        - six
        - xlrd
        - notebook
        - seaborn
        - matplotlib
        - scipy
        
        ### Install with pip
        
        Install onsset from the Python Packaging Index (PyPI):
        
        ```
        pip install onsset
        ```
        
        ### Install from GitHub
        
        Download or clone the repository and install the package in `develop`
        (editable) mode:
        
        ```
        git clone https://github.com/onsset/onsset.git
        cd onsset
        python setup.py develop
        ```
        
        ## Contact
        For more information regarding the tool, its functionality and implementation
        please visit https://www.onsset.org or contact the development team
        at seap@desa.kth.se.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
