Author: Aditi Das
Email ID: aditi.das1601@gmail.com
Version: 1.0

Description:
This is a simple package to convert RA and Declination values to degrees and plot them
on a representation of the Celestial Sphere. 

Usage:
1. Use 'pip install CelestPlotter' on your terminal to install the package.
(Note: Please see to it that you are installing the latest version of 'CelestPlotter')

2. Now, your package is ready to be used.

Methods in package:
1. InNCon.Convert(): To convert inputted RA and Declination values (in HMS and DMS respectively) to degrees.
2.CelSphere.Plot():To plot the inputted RA and Declination values (which gets converted to degrees) on a Celestial Sphere.