Metadata-Version: 2.1
Name: rgbmaker
Version: 0.0.4.7
Summary: A python package which communicates to different astronomical services and fetches fits and numerical data.
Home-page: https://github.com/avialxee/rgbmaker
Author: Avinash Kumar
Author-email: avialxee@gmail.com
License: UNKNOWN
Project-URL: Bug Tracker, https://github.com/avialxee/rgbmaker/issues
Description: # rgbmaker
        A python package which communicates to different astronomical services and fetches fits and numerical data.
        
        # Developement
        ```bash
        $ pip install -e .[dev]
        ```
        
        # Installation:
        ```bash
        $ pip install rgbmaker
        ```
        
        # Usage
        ```bash
        $ from rgbmaker.fetch import query
        $ result = query(name='Avi', position='3C 33.1', radius=0.12, kind='jpg')
        $ print(result)
        ```
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: BSD License
Classifier: Intended Audience :: Science/Research
Description-Content-Type: text/markdown
Provides-Extra: dev
