sckott / pytaxize

python port of taxize (taxonomy toolbelt) for R
https://sckott.github.io/pytaxize/
MIT License
34 stars 13 forks source link

Adding install requirements to setup script, adding an example of error handling, and .gitignoring unnecessary auto-generated files. #5

Closed bendmorris closed 10 years ago

bendmorris commented 10 years ago

I removed *.pyc and the build directory from version control - you probably don't need those.

Also, noticed you're indenting with tabs - it's conventional (http://www.python.org/dev/peps/pep-0008/#tabs-or-spaces) to use four spaces instead, since tab widths vary. Most editors will have a setting that inserts spaces instead of tabs.

sckott commented 10 years ago

Awesome, thanks Ben!

sckott commented 10 years ago

Thanks for the note on the spaces and tabs. Just changed those now