Metadata-Version: 2.1
Name: tomtoolkit
Version: 0.2.3
Summary: The TOM Toolkit and base modules
Home-page: https://tomtoolkit.github.io
Author: TOM Toolkit Project
Author-email: ariba@lco.global
License: UNKNOWN
Description: # 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)
        
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
