Metadata-Version: 2.1
Name: petfinder-sdk
Version: 0.0.2
Summary: High-performance petfinder API client: async support, efficient caching, query validation, and more
Home-page: https://github.com/phillipdupuis/petfinder-sdk
Author: Phillip Dupuis
Author-email: phillip_dupuis@alumni.brown.edu
License: MIT
Description: # petfinder-sdk
        
        A high-performance, modern client for retrieving data from the Petfinder API.
        
        The petfinder API provides access to detailed records for millions of pets, and anyone who requests an API key can access a minimum of 100,000 records per day. Petfinder-sdk provides a clean and efficient interface for accessing that data.
        
        ## Features
        
        - Supports both standard and async usage. 
        - It's fast. Even in "standard" mode the client will execute batches of requests concurrently, so you get the benefits of async execution without needing to write async code.
        - It's efficient. To reduce duplicate requests (which count against your daily API quota), petfinder-sdk comes with a built-in requests cache.
        - It's user-friendly. Results are provided as a pandas DataFrame, so you can immediately analyze them or export the data into a variety of formats.
        
        ## Getting started
        
        ```bash
        $ pip install petfinder-sdk
        ```
        
        Then, go here to get a petfinder API key:
        https://www.petfinder.com/developers/
        
Keywords: async
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Description-Content-Type: text/markdown
