Metadata-Version: 2.1
Name: pytak
Version: 5.7.0b5
Summary: PyTAK: Python Team Awareness Kit Module
Home-page: https://github.com/snstac/pytak
Author-email: Greg Albrecht <oss@undef.net>
Maintainer: Greg Albrecht <oss@undef.net>
Maintainer-email: oss@undef.net
License: Apache 2.0
Project-URL: CI: GitHub Actions, https://github.com/snstac/pytak/actions
Project-URL: GitHub: issues, https://github.com/snstac/pytak/issues
Project-URL: GitHub: repo, https://github.com/snstac/pytak
Keywords: Cursor on Target,CoT,ATAK,TAK,WinTAK,TAK,TAK Server
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: 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
Provides-Extra: with_crypto
Provides-Extra: with_takproto
Provides-Extra: test
License-File: LICENSE

.. image:: https://github.com/snstac/pytak/blob/main/docs/atak_screenshot_with_pytak_logo-x25.jpg
   :alt: ATAK Screenshot with PyTAK Logo.
   :target: https://github.com/snstac/pytak/blob/main/docs/atak_screenshot_with_pytak_logo.jpg

Python Team Awareness Kit (PyTAK)
*********************************

PyTAK is a Python Module for creating TAK clients, servers & gateways and includes 
classes for handling Cursor on Target (CoT) & non-CoT data, as well as functions for 
serializing CoT data, and sending and receiving CoT data over a network.

Documentation
=============

See `PyTAK documentation <https://pytak.readthedocs.io/>`_.

TLS Support
===========

Moved: `PyTAK documentation <https://pytak.readthedocs.io/>`_.

License & Copyright
===================

Copyright 2023 Sensors & Signals LLC

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.

asyncio_dgram is Copyright (c) 2019 Justin Bronder and is licensed under the MIT 
License, see pytak/asyncio_dgram/LICENSE for details.
