Metadata-Version: 2.1
Name: TCalc
Version: 1.1.1
Summary: Telescope Calculator! A tool for your telescope
Home-page: https://github.com/Bhavesh012/TCalc
Author: Bhavesh Rajpoot, Ryan Keenan, Binod Bhattarai, Dylon Benton
Author-email: 
License: MIT
Description: # TCalc: Telescope-Calculator
        
        TCalc is a general toolkit designed for all the telescope owners and enthusiasts! This package has a set of functions that will allow you to calculate basic properties and performance of your telescope and eyepiece pair.
        
        [![PyPI version](https://badge.fury.io/py/TCalc.svg)](https://badge.fury.io/py/TCalc)
        [![Documentation Status](https://readthedocs.org/projects/tcalc/badge/?version=latest)](https://tcalc.readthedocs.io/en/latest/?badge=latest)
        [![Requirements Status](https://requires.io/github/Bhavesh012/TCalc/requirements.svg?branch=main)](https://requires.io/github/Bhavesh012/TCalc/requirements/?branch=main)
        [![License: MIT](https://img.shields.io/badge/License-MIT-brightgreen.svg)](https://opensource.org/licenses/MIT)
        [![Python application](https://github.com/Bhavesh012/TCalc/actions/workflows/python-app.yml/badge.svg)](https://github.com/Bhavesh012/TCalc/actions/workflows/python-app.yml)
        
        <!-- add badges from pypistats, travis.ci, coveralls.io -->
        
        ## Documentation
        
        Docmentation is available [here.](https://tcalc.readthedocs.io/en/latest/?badge=latest) <!-- (http://radvel.readthedocs.io/) -->
        
        ## Getting Started
        
        ### Installation
        
        TCalc is a cross-platform python package and works on almost every OS. There are two ways to install the package:
        
        #### Using `pip`:
        ```python
        pip install tcalc
        ```
        
        #### Using GitHub:
        ```python
        git clone https://github.com/Bhavesh012/TCalc.git
        cd TCalc
        pip install -e .
        ```
        
        ### Basic Usage
        ```python
        from TCalc.tcalc import telescope, eyepiece
        ```
        
        ### Tutorials
        
Keywords: Telescopes Astronomy Eyepiece Magnification
Platform: UNKNOWN
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.6
Description-Content-Type: text/markdown
