Grip TODO
---------
> aka Github Readme Preview

TODO
- Handle 
- Change title to: "<directory-name>/<file-name> - Grip"
- Add command-line processing
  * Fix local_config.py
  * Port
  - Host
  - Which file to render
  - grip -a [host][:port] <filename>
  - Watch the file for changes, use JS to auto-refresh or re-render in browser
  - Offline rendering
- Use RST for long_description in setup.py
- Get around the rate limit
  -> {"message":"API Rate Limit Exceeded for 108.17.76.9"}
  -> Use a Python markdown renderer locally?
- Show errors
  - Broken links
- Add tests


FUTURE
- Chrome extension or Python server to render a README file.
- Sublime Text plugin to render the current README tabs.


To register:
python setup.py register

To deploy:
python setup.py sdist upload
