Closed ryandub closed 7 years ago
All of the changes are great improvements. I am going to merge and then correct the issues which we discussed around moving the code under:
if __name__ == '__main__'
to within the main function, so that it is not passed over as a result of the entry point
.gitignore
for Python projects.prepare.py
.setup.py
with requirements.pp
withjson.dumps(indent=4)
This allows
toruk
to be easily install via pip:This will also allow
toruk
to be easily distributed via PyPI if desired:pip install toruk
. PyPI publishing can come as a separate PR if you would like.