Metadata-Version: 2.1
Name: tomtoolkit
Version: 1.7.0a2
Summary: The TOM Toolkit and base modules
Home-page: https://tomtoolkit.github.io
Author: TOM Toolkit Project
Author-email: dcollom@lco.global
License: UNKNOWN
Description: # TOM Toolkit
        [![Build Status](https://travis-ci.com/TOMToolkit/tom_base.svg?branch=master)](https://travis-ci.org/TOMToolkit/tom_base)
        [![Codacy Badge](https://api.codacy.com/project/badge/Grade/9846cee7c4904cae8864525101030169)](https://www.codacy.com/gh/observatorycontrolsystem/observation-portal?utm_source=github.com&utm_medium=referral&utm_content=observatorycontrolsystem/observation-portal&utm_campaign=Badge_Grade)
        [![Coverage Status](https://coveralls.io/repos/github/TOMToolkit/tom_base/badge.svg?branch=master)](https://coveralls.io/github/TOMToolkit/tom_base?branch=master)
        [![Documentation Status](https://readthedocs.org/projects/tom-toolkit/badge/?version=stable)](https://tom-toolkit.readthedocs.io/en/stable/?badge=stable)
        [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.
        
        ## Developer information
        For development information targeted at the maintainers of the project, please see [README-dev.md](README-dev.md).
        
        
        ## Plugins
        
        ### Antares
        The [tom-antares](https://github.com/TOMToolkit/tom_antares) plugin adds support
        for querying the Antares broker for targets of interest.
        
        ### tom-nonsidereal-airmass
        
        The [tom-nonsidereal-airmass](https://github.com/TOMToolkit/tom_nonsidereal_airmass) plugin provides a templatetag
        that supports plotting for non-sidereal objects. The plugin is fully supported by the TOM Toolkit team; however,
        non-sidereal visibility calculations require the PyEphem library, which is minimally supported while its successor
        is in development. The library used for the TOM Toolkit sidereal visibility, astroplan, does not yet support
        non-sidereal visibility calculations.
        
        ### tom-lt
        
        This module provides the ability to submit observations to the Liverpool Telescope Phase 2 system. It is in a very alpha
        state, with little error handling and minimal instrument options, but can successfully submit well-formed observation
        requests.
        
        [Github](https://github.com/TOMToolkit/tom_lt)
        
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
