Metadata-Version: 2.1
Name: msgpack-cxx
Version: 7.0.0
Summary: Repackaging of msgpack-cxx distributed via PyPI
Author-email: Alliander Dynamic Grid Calculation <dynamic.grid.calculation@alliander.com>
License: BSL-1.0
Project-URL: Home-page, https://msgpack.org/
Project-URL: GitHub, https://github.com/msgpack/msgpack-c/tree/cpp_master
Project-URL: Documentation, https://github.com/msgpack/msgpack-c/tree/cpp_master
Classifier: Programming Language :: C++
Classifier: Development Status :: 5 - Production/Stable
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Boost Software License 1.0 (BSL-1.0)
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: MacOS
Classifier: Topic :: File Formats
Classifier: Topic :: Software Development :: Libraries
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: importlib-resources
Provides-Extra: dev
Requires-Dist: pytest; extra == "dev"

# msgpack-cxx PyPI

This repo contains automation for [msgpack-cxx](https://github.com/msgpack/msgpack-c/tree/cpp_master).

It creates, packages and pushes the header-only library to PyPI.
This repo is the equivalent of the [Anaconda msgpack-cxx](https://anaconda.org/conda-forge/msgpack-cxx) package.

**NOTE:** Packages created by this repo only contain the raw source code and not the Python package.
The Python package can be found in [msgpack](https://pypi.org/project/msgpack/).

Credits go to the maintainers of the [msgpack-cxx](https://github.com/msgpack/msgpack-c/tree/cpp_master) package.

## License

The files in this repository are licensed under the Boost Software License - Version 1.0.

The distributed msgpack-cxx package is a redistribution of [msgpack-cxx](https://github.com/msgpack/msgpack-c/tree/cpp_master) and therefore falls under the [msgpack-cxx license model](https://github.com/msgpack/msgpack-c/blob/cpp_master/COPYING) as described in the [COPYING file in the msgpack-cxx](https://github.com/msgpack/msgpack-c/blob/cpp_master/COPYING).
