An easy-to-use and convenient Python wrapper for the Petfinder API
Petpy Petpy is an easy-to-use and convenient Python wrapper for the Petfinder API. Includes methods for parsing output JSON into pandas DataFrames for easier data analysis Installation petpy is easily installed through pip. pip install petpy The library can also be cloned or downloaded into a location of your choosing and then installed using the setup.pyfile per the following: git clone [email protected]:aschleg/petpy.git cd petpy python setup.py install Examples and usage An account must first be created with Petfinder to receive […]
Read more