Metadata-Version: 2.1
Name: rgbmaker
Version: 0.0.5.0.1
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
Project-URL: Bug Tracker, https://github.com/avialxee/rgbmaker/issues
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
License-File: LICENSE.rst

# rgbmaker  [![astropy](http://img.shields.io/badge/powered%20by-AstroPy-orange.svg?style=flat)](http://www.astropy.org/)   [![PyPI - Python Version](https://img.shields.io/pypi/v/rgbmaker.svg)](https://pypi.org/project/rgbmaker/) [![PyPI - Python Version](https://img.shields.io/pypi/pyversions/rgbmaker)](https://pypi.org/project/rgbmaker/) [![Documentation Status](https://readthedocs.org/projects/rgbmaker/badge/?version=latest)](https://rgbmaker.readthedocs.io/en/latest/?badge=latest)
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)
```
# Demo


https://user-images.githubusercontent.com/36457781/128387219-07490fdd-c417-452b-8c68-20cfa499b1b6.mp4

