https://github.com/powergridmodel/msgpack-cxx-pypi
https://github.com/powergridmodel/msgpack-cxx-pypi
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/powergridmodel/msgpack-cxx-pypi
- Owner: PowerGridModel
- License: bsl-1.0
- Created: 2023-09-18T12:43:39.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-05-01T12:51:26.000Z (9 months ago)
- Last Synced: 2025-06-08T14:02:00.493Z (8 months ago)
- Language: Python
- Size: 17.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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).