Metadata-Version: 1.1
Name: aot-client
Version: 0.1.1
Summary: The Official Python Client of the Array of Things API
Home-page: https://github.com/UrbanCCD-UChicago/aot-client-py
Author: Vince Forgione
Author-email: vforgione@uchicago.edu
License: MIT
Description: # Array of Things Client
        
        This library serves as the official Python client to the [Array of Things API](https://api.arrayofthings.org/).
        
        ## System Requirements
        
        This library will only run on Python 3.6 or better.
        
        We __will not__ support Python 2 or earlier versions of Python 3.
        
        ## Development and Contributing
        
        To run the tests locally:
        
        ```
        $ pipenv install --dev
        $ pipenv run python -m pytest
        ```
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Environment :: Console
Classifier: Environment :: Web Environment
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Information Technology
Classifier: Intended Audience :: System Administrators
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3.6
