aschleg / 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
http://petpy.readthedocs.io
MIT License
28 stars 13 forks source link

More pythonic version of animals() allowing pages=range(x, y) #23

Closed drzraf closed 5 months ago

drzraf commented 1 year ago

Simplify the code and allows Python range() to be passed to animals() so that specific set of pages could be requested

aschleg commented 5 months ago

Thanks so much for your submission! Apologies for not looking at it all this time, had been busy with work but looking to get back into maintaining this library.