Metadata-Version: 2.1
Name: tomtoolkit
Version: 0.1.0
Summary: The TOM Toolkit and base modules
Home-page: https://tomtoolkit.github.io
Author: TOM Toolkit Project
Author-email: ariba@lco.global
License: UNKNOWN
Keywords: tomtoolkit,astronomy,astrophysics,cosmology,science,fits,observatory
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: BSD License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Scientific/Engineering :: Astronomy
Classifier: Topic :: Scientific/Engineering :: Physics
Description-Content-Type: text/markdown
Provides-Extra: test
Requires-Dist: django
Requires-Dist: django-bootstrap4
Requires-Dist: django-extensions
Requires-Dist: django-filter
Requires-Dist: django-contrib-comments
Requires-Dist: django-gravatar2
Requires-Dist: django-crispy-forms
Requires-Dist: python-dateutil
Requires-Dist: requests
Requires-Dist: astroquery
Requires-Dist: astropy
Requires-Dist: plotly
Requires-Dist: pyephem
Requires-Dist: matplotlib
Requires-Dist: numpy
Requires-Dist: pillow
Requires-Dist: gsselect
Provides-Extra: test
Requires-Dist: factory-boy; extra == 'test'
Requires-Dist: rise-set; extra == 'test'

# TOM Toolkit - Base Project
[![Build Status](https://travis-ci.org/TOMToolkit/tom_base.svg?branch=master)](https://travis-ci.org/TOMToolkit/tom_base)

This is the starting point for all new TOMs. This project provides
a base TOM with much of the functionality provided by the TOM Toolkit
enabled by default. If you are looking to start a new TOM this is where
you start.

## Module Descriptions

### TOM Targets
Provides the target storage and import capabilities of the TOM.

### Tom Alerts
A gerneric module for working with astronomical alert streams. Transforms alerts
into targets in the TOM Targets module.

Implementations:
* LCO

### TOM Catalogs
Provides online catalog searching and the ability to import TOM Targets from
search results.

Implementations:
* SIMBAD
* JPL Horizons
* NED

### TOM Observations
A framework for submitting observations and retrieving data products from
astronomical observatories.

Implementations:
* LCO

### TOM Common
Common functions and utilities shared by other modules.

## Quickstart

Please read the
[Getting Started guide](https://tomtoolkit.github.io/docs/getting_started)


