Closed sckott closed 10 years ago
Looks great!
One thing you'll want to do is add a "requires" flag in your setup.py script - something like
requires=['requests', 'pandas', 'BeautifulSoup'],
to make sure those packages are installed first.
gnr_resolve('abcdefg')
I get "KeyError: 'results'" - I should probably get an exception that tells me in plain English that there was no result.It seems like you're doing just fine. Anything specific I can help with? Happy to throw together a pull request with what I mentioned above if you like.
Thanks so much Ben!
That would great if you could send a pull request with one thing: an example of how to properly do error handling
I'll make an issue for each of these to properly keep track of each.
cool, thanks ben, closing this as in separate issues now
Hey @bendmorris, I am playing around porting taxize to Python. Curious if you can take a quick look at my code, see https://github.com/sckott/pytaxize/blob/master/pytaxize/tax.py There are examples in the docstrings areas.
And perhaps tell me if I'm on the right track creating a Python package.