Metadata-Version: 2.1
Name: easierAPI
Version: 0.0.1
Summary: An easier way to use a JSON api.
Home-page: https://github.com/mathstar13/easyAPI
Author: greatusername
Author-email: alexander.destefano@gmail.com
License: UNKNOWN
Description: easierAPI makes working with JSON apis easier. 
        To use, type in 
        ```python
        from easierAPI import api
        end = api('#url to JSON file')
        print(end['#location'])
        ```
        __And thats all you have to do!__
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.1
Description-Content-Type: text/markdown
