Keith Moss
Keith Moss
Research regarding packaging as executables: - [Awesome Python Packages](https://github.com/vinta/awesome-python/blob/master/README.md#distribution) - [PyInstaller](http://www.pyinstaller.org/wiki/Recipe/SetuptoolsEntryPoint), [Using .spec files](http://pythonhosted.org/PyInstaller/#using-spec-files). - Ran into [this](http://www.pyinstaller.org/ticket/807) issue with it segfaulting on OSX 10.9 - [distutils](http://cx-freeze.readthedocs.org/en/latest/distutils.html) - [setuptools](https://pythonhosted.org/an_example_pypi_project/setuptools.html) -...
Thoughts on packaging external commands: - Support an environment variable HODOR_EXT_COMMANDS - Or just reference a directory "ext-commands" at the CWD of Hodor? - Refactor HodorCLI to support searching this...
Making Hodor portable: - [Finding Application Folders](http://click.pocoo.org/2/utils/#finding-application-folders) might be useful for storing our config and local files. - See previous comment about packaging Hodor as an executable. setuptools looks like...
[How to convert gsutil to use OAuth 2.0](https://cloud.google.com/storage/docs/gsutil_install#oauth2)