Metadata-Version: 2.4
Name: tmsgpack
Version: 0.2.2
Summary: Typed MessagePack serializer (inspired by but different from msgpack)
Home-page: https://github.com/Yaakov-Belch/tmsgpack
Author: Yaakov Belch
Author-email: yaakov.belch@gmail.com
License: MIT
Project-URL: Source, https://github.com/Yaakov-Belch/tmsgpack
Project-URL: Tracker, https://github.com/Yaakov-Belch/tmsgpack/issues
Project-URL: Python Package, https://github.com/Yaakov-Belch/tmsgpack/tree/main/Python
Classifier: Programming Language :: Python :: 3
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: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Intended Audience :: Developers
Description-Content-Type: text/markdown
License-File: LICENSE
License-File: COPYING
Dynamic: license-file

## tmsgpack: Typed MessagePack serializer (inspired by but different from msgpack)

In addition to primitives (numbers, strings, and a handful of constants),
the tmsgpack format expresses **typed objects**: typed lists/dicts and typed byte-arrays.
