Metadata-Version: 2.1
Name: aircot
Version: 2.0.0b3
Summary: Software for classifying aircraft within the Team Awareness Kit (TAK) ecosystem of products.
Home-page: https://github.com/snstac/aircot
Maintainer: Greg Albrecht <oss@undef.net>
Maintainer-email: oss@undef.net
License: Apache 2.0
Project-URL: CI: GitHub Actions, https://github.com/snstac/aircot/actions
Project-URL: GitHub: issues, https://github.com/snstac/aircot/issues
Project-URL: GitHub: repo, https://github.com/snstac/aircot
Keywords: Cursor on Target,CoT,ATAK,TAK,WinTAK,TAK,TAK Server,ADS-B,ADSB,Aircraft
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Development Status :: 5 - Production/Stable
Classifier: Operating System :: POSIX
Classifier: Operating System :: MacOS :: MacOS X
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: OS Independent
Requires-Python: <4,>=3.6
Description-Content-Type: text/x-rst
License-File: LICENSE
Provides-Extra: test
Requires-Dist: pytest-cov ; extra == 'test'
Requires-Dist: pylint ; extra == 'test'
Requires-Dist: flake8 ; extra == 'test'
Requires-Dist: black ; extra == 'test'

.. image:: https://pytak.readthedocs.io/en/latest/atak_screenshot_with_pytak_logo-x25.jpg
   :alt: ATAK Screenshot with PyTAK Logo.

Classify aircraft in TAK
************************

AirCOT is software for classifying aircraft within the Team Awareness Kit (TAK) ecosystem of products.

AirCOT is used by these TAK compatible products:

1. `adsbcot <https://github.com/snstac/adsbcot>`_: ADSBCOT is software for monitoring and analyzing aviation surveillance data via the Team Awareness Kit (TAK) ecosystem of products.
2. `AirTAK <https://www.snstac.com/airtak>`_: AirTAK is a low SWaP-C device for monitoring and analyzing aviation surveillance data via the Team Awareness Kit (TAK) ecosystem of products. 

`Documentation is available here. <https://aircot.rtfd.io>`_

License
=======
Copyright Sensors & Signals LLC https://www.snstac.com

Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.
