ntivirikin / xeno-canto-py

Python wrapper for the xeno-canto.org API to aid in downloading and managing recordings.
MIT License
35 stars 14 forks source link

Install command-line tool #2

Closed dandavison closed 4 years ago

dandavison commented 4 years ago

With this change, an executable named xeno-canto will be available to any user who has done pip install xeno-canto.

My understanding is that this project is first-and-foremost a command line utility for interacting with xeno-canto, and secondarily a python library that python programmers could import. So I think it would makes sense to emphasise the command-line usage, modifying the README accordingly (i.e. replace python xenocanto.py ... with xeno-canto ...).

ntivirikin commented 4 years ago

Thank you for the change, will be updating the README to reflect the intended purpose of the utility as well.