Metadata-Version: 2.4
Name: tom-jpl
Version: 0.1.0
Summary: TOMToolkit's JPL data service app
License: GPL-3.0-only
License-File: LICENSE
Author: Joey Chatelain
Author-email: jchatelain@lco.global
Maintainer: Joey Chatelain
Maintainer-email: jchatelain@lco.global
Requires-Python: >=3.10,<3.14
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: tomtoolkit (>=3.0.0a0)
Description-Content-Type: text/markdown

# JPL TOM Dataservice Module

This module adds JPL [SCOUT](https://cneos.jpl.nasa.gov/scout/intro.html) support to the TOM
Toolkit. Using this module TOMs can query SCOUT NEO Candidate data.

## Installation

Install the module into your TOM environment:

    pip install tom-jpl

Include the app in your `INSTALLED_APPS` in your TOM's `settings.py`:

    INSTALLED_APPS = [
        ...
        'tom_jpl',
    ]
