Metadata-Version: 2.0
Name: excel-modelling-helper
Version: 0.1.9
Summary: Use Excel to define your model parameters.
Home-page: http://github.com/dschien/PyExcelModellingHelper/
Author: Daniel Schien
Author-email: dschien@gmail.com
License: GPL, see LICENSE
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Science/Research
Classifier: Natural Language :: English
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Topic :: Scientific/Engineering
Requires-Dist: xlrd
Requires-Dist: pandas
Requires-Dist: numpy

# Doc
[https://python-packaging-user-guide.readthedocs.org/en/latest/distributing.html#uploading-your-project-to-pypi]

# Build

`python setup.py sdist`

# Upload
It might be necessary to first delete old packages in 'dist' folder
`twine upload dist/*`

# Local install

## Build wheel
`python setup.py bdist_wheel -d dist`

## Pip build local install wheel
`pip wheel -e dist/excel_modelling_helper-0.1.7-py2-none-any.whl`

## Pip install local wheel
`pip install wheelhouse/excel_modelling_helper-0.1.7-py2-none-any.whl`

15.5.2015   0.1.1   Renamed class to ParameterLoader
22.5.2015   0.1.2   Add sheet index as parameter to loader

