https://github.com/cesbit/mpview
View MessagePack files using a command line tool
https://github.com/cesbit/mpview
Last synced: about 2 months ago
JSON representation
View MessagePack files using a command line tool
- Host: GitHub
- URL: https://github.com/cesbit/mpview
- Owner: cesbit
- License: mit
- Created: 2020-04-07T09:21:15.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-09-07T11:25:18.000Z (over 2 years ago)
- Last Synced: 2026-01-14T10:41:18.898Z (2 months ago)
- Language: Python
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MessagePack View
Print saved messagepack data
## Installation
Using pip:
```shell
pip install mpview
```
Or, clone this project and use the setup
```shell
python setup.py install
```
## Example usage
```shell
mpview
```