/m42pl-encoders

M42PL events formatters

Primary LanguagePythonGNU Affero General Public License v3.0AGPL-3.0

M42PL - Data encoders and decoders

M42PL encoders provides support for events casting from and to foreign data formats such as JSON, MessagePack, BSON, etc.

Installation

git clone https://github.com/jpclipffel/m42pl-encoders
pip install m42pl-encoders

Encoders list

Aliases Module Description
json _json.py Encodes to and decodes from JSON strings
msgpack _msgpack.py Encodes to and decodes from MsgPack bytes array