Metadata-Version: 2.1
Name: kirkwoodnight
Version: 0.11
Summary: Interactive command line tool to assist with observations at Kirkwood Observatory.
Home-page: http://packages.python.org/kirkwoodnight
Author: Armaan Goyal, Brandon Radzom, Jessica Ranshaw, Xian-Yu Wang
Author-email: armgoyal@iu.edu, bradzom@iu.edu, jranshaw@iu.edu, xwa5@iu.edu
Classifier: License :: OSI Approved :: MIT License
Description-Content-Type: text/markdown
License-File: LICENSE.txt

# kirkwoodnight

[![A rectangular badge, half black half purple containing the text made at Code Astro](https://img.shields.io/badge/Made%20at-Code/Astro-blueviolet.svg)](https://semaphorep.github.io/codeastro/)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)

One Paragraph of the project description

## Getting Started

These instructions will give you a copy of the project up and running on
your local machine for development and testing purposes. See deployment
for notes on deploying the project on a live system.

### Prerequisites
- [Python 3](https://www.python.org/downloads/) or greater
- [numpy](https://numpy.org)
- [pandas](https://pandas.pydata.org)
- [astropy](https://www.astropy.org)
- [astroplan](https://astroplan.readthedocs.io/en/latest/#)
- [skyfield](https://rhodesmill.org/skyfield/)
- [tabulate](https://pypi.org/project/tabulate/)
- [colorama](https://pypi.org/project/colorama/)

### Installing

A step by step series of examples that tell you how to get a development
environment running

Say what the step will be

    Give the example

And repeat

    until finished

End with an example of getting some data out of the system or using it
for a little demo


## Usage

Describe how to use code, user inputs, expected output, etc.

    Give the example
    

## Authors
  - Armaan Goyal (armgoyal@iu.edu)
  - Brandon Radzom (bradzom@iu.edu)
  - Jessica Ranshaw (jranshaw@iu.edu)
  - Xian-Yu Wang (xwa5@iu.edu)

See also the list of
[contributors](https://github.com/PurpleBooth/a-good-readme-template/contributors)
who participated in this project.

## License

This project is distributed under the MIT License - see the [LICENSE.txt](LICENSE.txt) file for further
details.


