Metadata-Version: 1.1
Name: hubblepy
Version: 0.1.0
Summary: Python wrapper of the Hubble Telescope API.
Home-page: UNKNOWN
Author: Aaron Schlegel
Author-email: aaron@aaronschlegel.com
License: UNKNOWN
Description: # Hubblepy - Python wrapper for the Hubblesite.org API
        
        [![Build Status](https://travis-ci.org/aschleg/hubblepy.svg?branch=master)](https://travis-ci.org/aschleg/hubblepy)
        [![Build status](https://ci.appveyor.com/api/projects/status/h4arxow3ord4njd7?svg=true)](https://ci.appveyor.com/project/aschleg/hubblepy)
        [![Coverage Status](https://coveralls.io/repos/github/aschleg/hubblepy/badge.svg?branch=master)](https://coveralls.io/github/aschleg/hubblepy?branch=master)
        [![Codacy Badge](https://api.codacy.com/project/badge/Grade/586d9f157a2248bf951a5d392f5ebbef)](https://www.codacy.com/app/aschleg/hubblepy?utm_source=github.com&amp;utm_medium=referral&amp;utm_content=aschleg/hubblepy&amp;utm_campaign=Badge_Grade)
        ![Python versions](https://img.shields.io/badge/python-3.4%2C%203.5%2C%203.6-blue.svg)
        
        `hubblepy` is a straightforward and easy-to-use API wrapper for the [Hubblesite](http://hubblesite.org/) API.
        
        ## Requirements
        
        * Python 3.4+
        * `requests >= 2.18`
        
        ## Installation
        
        ## Documentation
        
        * [Hubblesite.org API Documentation](http://hubblesite.org/api/documentation)
Platform: UNKNOWN
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Environment :: Console
Classifier: Intended Audience :: End Users/Desktop
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Software Development :: Libraries :: Python Modules
