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.py
file 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 an API and secret
key. The API and secret key will be used to grant access to the Petfinder API, which lasts for 3600 seconds, or one
hour. After the authentication period ends, you must re-authenticate with the Petfinder API.