Metadata-Version: 2.1
Name: tmtccmd
Version: 4.0.0a2
Summary: TMTC Commander Core
Home-page: https://github.com/robamu-org/tmtccmd
Author: Robin Mueller
Author-email: robin.mueller.m@gmail.com
License: Apache-2.0
Platform: any
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Natural Language :: English
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Topic :: Communications
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: NOTICE
Requires-Dist: crcmod (~=1.7)
Requires-Dist: colorama (~=0.4)
Requires-Dist: colorlog (~=6.6)
Requires-Dist: cobs (~=1.2)
Requires-Dist: prompt-toolkit (~=3.0)
Requires-Dist: deprecation (~=2.1)
Requires-Dist: pyserial (~=3.5)
Requires-Dist: dle-encoder (~=0.2.3)
Requires-Dist: spacepackets (==0.14.0rc1)
Provides-Extra: gui
Requires-Dist: PyQt5 (~=5.15) ; extra == 'gui'
Requires-Dist: PyQt5-stubs (~=5.15) ; extra == 'gui'
Provides-Extra: test
Requires-Dist: pyfakefs (~=4.5) ; extra == 'test'

![](https://github.com/robamu-org/tmtccmd/blob/main/misc/logo.png)

TMTC Commander[![Documentation Status](https://readthedocs.org/projects/tmtccmd/badge/?version=latest)](https://tmtccmd.readthedocs.io/en/latest/?badge=latest)
[![package](https://github.com/robamu-org/tmtccmd/actions/workflows/package.yml/badge.svg)](https://github.com/robamu-org/tmtccmd/actions/workflows/package.yml)
[![codecov](https://codecov.io/gh/robamu-org/tmtccmd/branch/main/graph/badge.svg?token=BVOE3A4WE4)](https://codecov.io/gh/robamu-org/tmtccmd)
[![PyPI version](https://badge.fury.io/py/tmtccmd.svg)](https://badge.fury.io/py/tmtccmd)
====

## Overview

- Project Homepage: https://github.com/robamu-org/tmtccmd
- Documentation: https://tmtccmd.readthedocs.io/en/latest/

## License

Copyright 2019-2021 Robin Mueller, KSat e.V. Stuttgart

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.
