Metadata-Version: 2.1
Name: ait-core
Version: 2.3.0
Summary: Python-based software suite developed to handle Ground Data System (GDS), Electronic Ground Support Equipment (EGSE), commanding, telemetry uplink/downlink, and sequencing for JPL International Space Station and CubeSat Missions
Home-page: https://github.com/NASA-AMMOS/AIT-Core
Author: AMMOS Instrument Toolkit Development Team
Author-email: ait-pmc@googlegroups.com
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/x-rst
Requires-Dist: bottle (==0.12.17)
Requires-Dist: jsonschema (==3.0.2)
Requires-Dist: pyyaml (==5.1.2)
Requires-Dist: requests (>=2.22.0)
Requires-Dist: greenlet (==0.4.16)
Requires-Dist: gevent (==1.4.0)
Requires-Dist: gevent-websocket (==0.10.1)
Requires-Dist: pyzmq (==18.1.0)
Provides-Extra: docs
Requires-Dist: Sphinx (==2.2.2) ; extra == 'docs'
Requires-Dist: sphinx-rtd-theme ; extra == 'docs'
Requires-Dist: sphinxcontrib-httpdomain ; extra == 'docs'
Provides-Extra: tests
Requires-Dist: nose ; extra == 'tests'
Requires-Dist: coverage ; extra == 'tests'
Requires-Dist: mock ; extra == 'tests'
Requires-Dist: pylint ; extra == 'tests'

AMMOS Instrument Toolkit (AIT)
==============================

The AMMOS Instrument Toolkit (Formerly the Bespoke Links to Instruments
for Surface and Space (BLISS)) is a Python-based software suite
developed to handle Ground Data System (GDS), Electronic Ground Support
Equipment (EGSE), commanding, telemetry uplink/downlink, and sequencing
for instrument and CubeSat Missions. It is a generalization and expansion 
of tools developed for a number of ISS
missions.

Getting Started
---------------

You can read through the `Installation and Configuration
Page <http://ait-core.readthedocs.io/en/latest/installation.html>`__ for
instruction on how to install AIT Core.

You can read through the `New Project Setup
Page <http://ait-core.readthedocs.io/en/latest/project_setup.html>`__
for instructions on how to use AIT on your next project.

Join the Community
------------------

The project's `User and Developer Mailing List <https://groups.google.com/forum/#!forum/ait-dev>`__ is the best way to communicate with the team, ask questions, brainstorm plans for future changes, and help contribute to the project.

This project exists thanks to the dedicated users, contributors, committers, and project management committee members. If you'd like to learn more about how the project is organized and how to become a part of the team please check out the `Project Structure and Governance <https://github.com/NASA-AMMOS/AIT-Core/wiki/Project-Structure-and-Governance>`__ documentation.

Contributing
------------

For information on how to contribute please see the `AIT Contributing
Guide <https://github.com/NASA-AMMOS/AIT-Core/wiki/Contributing>`__.

--------------

|travis|
|docs|

.. |travis| image:: https://travis-ci.com/NASA-AMMOS/AIT-Core.svg?branch=master
    :target: https://travis-ci.com/NASA-AMMOS/AIT-Core 

.. |docs| image:: https://readthedocs.org/projects/ait-core/badge/?version=master
    :alt: Documentation Status
    :scale: 100%
    :target: https://ait-core.readthedocs.io/en/latest/?badge=master


