Metadata-Version: 2.4
Name: pytak
Version: 7.2.1
Summary: PyTAK is a Python package for rapid TAK integration.
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
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: 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/markdown
License-File: LICENSE
Provides-Extra: with-crypto
Requires-Dist: cryptography>=39.0.0; extra == "with-crypto"
Provides-Extra: with-takproto
Requires-Dist: takproto>=2.0.0; extra == "with-takproto"
Provides-Extra: with-aiohttp
Requires-Dist: aiohttp>=3.8.0; extra == "with-aiohttp"
Provides-Extra: test
Requires-Dist: pytest-asyncio; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: pylint; extra == "test"
Requires-Dist: flake8; extra == "test"
Requires-Dist: black; extra == "test"
Requires-Dist: cryptography; extra == "test"
Requires-Dist: aiohttp; extra == "test"
Requires-Dist: takproto; extra == "test"
Dynamic: license-file

![ATAK Screenshot with PyTAK Logo.](https://pytak.readthedocs.io/en/stable/media/atak_screenshot_with_pytak_logo-x25.jpg)

# Python Team Awareness Kit

PyTAK is a Python Module for creating Team Awareness Kit ([TAK](https://tak.gov)) clients, servers & gateways.

## Features

- **TAK Protocol Support**: Connect with ATAK, WinTAK, iTAK, and TAK Server.
- **Data Handling**: Manage TAK, Cursor on Target (CoT), and non-CoT data.
- **Data Parsing and Serialization**: Parse and serialize TAK and CoT data.
- **Network Communication**: Send and receive TAK and CoT data over a network.
- **No External Dependencies**: Batteries-included Pythonic architecture requires no external libraries or modules.

## Documentation

See [PyTAK documentation](https://pytak.rtfd.io/) for instructions on getting 
started with PyTAK, examples, configuration & troubleshooting options.

## License & Copyright

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.

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

