Metadata-Version: 2.4
Name: ltcodecs
Version: 4.2.1
Summary: LT Codecs: Lightweight codecs for use over low-throughput links
Author: Woods Hole Oceanographic Institution, Acoustic Communications Group
License: LGPL-3.0-or-later
Project-URL: homepage, https://git.whoi.edu/acomms/ltcodec/
Project-URL: documentation, https://acomms.pages.whoi.edu/ltcodec/
Keywords: Library,Python Modules,Scientific/Engineering
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: armw
Requires-Dist: bitstring
Requires-Dist: msgpack
Requires-Dist: crccheck
Requires-Dist: rospy-yaml-include
Dynamic: license-file

# LT Codecs

 [![pipeline status](https://git.whoi.edu/acomms/ltcodec/badges/master/pipeline.svg)](https://git.whoi.edu/acomms/ltcodec/-/commits/master) 
 [![coverage report](https://git.whoi.edu/acomms/ltcodec/badges/master/coverage.svg)](https://git.whoi.edu/acomms/ltcodec/-/commits/master) 
 [![Latest Release](https://git.whoi.edu/acomms/ltcodec/-/badges/release.svg)](https://git.whoi.edu/acomms/ltcodec/-/releases) 

Flexible, lightweight codec system for transferring messages over acoustic and other low-throughput links.

See the documentation for more information: https://acomms.pages.whoi.edu/ltcodec/

Install from Pypi via `pip install ltcodecs`
[setup.cfg](setup.cfg)
