Metadata-Version: 2.1
Name: tomtoolkit
Version: 1.0.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
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: django-guardian
Requires-Dist: numpy
Requires-Dist: python-dateutil
Requires-Dist: requests
Requires-Dist: astroquery
Requires-Dist: astropy
Requires-Dist: plotly
Requires-Dist: pyephem
Requires-Dist: matplotlib
Requires-Dist: pillow
Requires-Dist: fits2image
Requires-Dist: specutils
Provides-Extra: test
Requires-Dist: factory-boy ; extra == 'test'
Requires-Dist: rise-set ; extra == 'test'

# TOM Toolkit
[![Build Status](https://travis-ci.org/TOMToolkit/tom_base.svg?branch=master)](https://travis-ci.org/TOMToolkit/tom_base)
[Documentation](https://tom-toolkit.readthedocs.io/en/latest/)

![logo](tom_common/static/tom_common/img/logo-color.png)

The TOM Toolkit is a web framework for building TOMs: Target and Observation
Managers. TOMs are meant to facilitate collaborative astronomical observing
projects. A typical TOM allows it's users to curate target lists, request
observations of those targets at various observatories as well as manage and
organize their data. [Read more](https://tom-toolkit.readthedocs.io/en/latest/about.html) about TOMs.

## Getting started with the TOM Toolkit
The [getting started guide](https://tom-toolkit.readthedocs.io/en/latest/introduction/getting_started.html)
will guide you through the process of setting up a TOM for the first time.

## Reporting issues/feature requests
Please use the [issue tracker](https://github.com/TOMToolkit/tom_base/issues) to
report any issues or support questions.

## Contributing to the project
If you'd like to contribute to the TOM Toolkit, first of all, thanks! Secondly, we
have a [contribution guide](https://tom-toolkit.readthedocs.io/en/latest/contributing.html) that
you might find helpful. We are particularly interested in the contribution of
observation and alert modules.


## Plugins

### Antares
The [tom-antares](https://github.com/TOMToolkit/tom_antares) plugin adds support
for querying the Antares broker for targets of interest.


