santoshphilip / eppy

scripting language for E+, Energyplus
MIT License
159 stars 66 forks source link

Use Cookiecutter on eppy #211

Closed santoshphilip closed 6 years ago

santoshphilip commented 6 years ago

I have been using cookiecutter on many projects (eg. pyephem_sunpath). It has been very useful. The help command shows the functionality:

$ make help

clean                remove all build, test, coverage and Python artifacts
clean-build          remove build artifacts
clean-pyc            remove Python file artifacts
clean-test           remove test and coverage artifacts
lint                 check style with flake8
test                 run tests quickly with the default Python
test-all             run tests on every Python version with tox
coverage             check code coverage quickly with the default Python
docs                 generate Sphinx HTML documentation, including API docs
servedocs            compile the docs watching for changes
release              package and upload a release
dist                 builds source and wheel package
install              install the package to the active Python's site-packages

also see:

santoshphilip commented 6 years ago

got this working except for make docs open a new issue to make make docs work

This branch has been merged into master and released as a new version