Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.python.announce > #1381

prophy 0.4.2 - fast serialization protocol

Date 2014-09-07 21:40 +0200
From Krzysztof Laskowski <krzysztof.laskowski.1986@gmail.com>
Subject prophy 0.4.2 - fast serialization protocol
Newsgroups comp.lang.python.announce
Message-ID <mailman.13855.1410123704.18130.python-announce-list@python.org> (permalink)

Show all headers | View raw


Hello,

I'd like to announce Prophy, the serialization protocol.
It has a schema language and compiler generating codecs for Python and C++.
It's aimed to provide tools similar to Google Protobuf to handle messages
of XDR-like wire format: no tags, unpacked ints, padding for alignment.

Reason for starting up the project when so many outstanding serialization
protocols exist is the simplicity of native binary wire format.
Prophy lets severely restricted embedded environments to encode messages
efficiently (in-place) and allows acceptance tests and cooperating devices
to use automatic but more resource-hungry codecs.

License: MIT
PyPI: https://pypi.python.org/pypi/prophy/0.4.2
Documentation: http://prophy.readthedocs.org
Github: https://github.com/aurzenligl/prophy
Email: krzysztof.laskowski.1986@gmail.com

Current release is 0.4.2. Before 1.0 I plan to do:
- Python 3 support,
- full C++ codec (structs and unions with vectors instead of arrays
   and generated encode, decode, print methods),
- language enhancements (includes, inner definitions, bool, string).

Feel free to provide feedback.

Best Regards,
Krzysztof Laskowski

Back to comp.lang.python.announce | Previous | Next | Find similar | Unroll thread


Thread

prophy 0.4.2 - fast serialization protocol Krzysztof Laskowski <krzysztof.laskowski.1986@gmail.com> - 2014-09-07 21:40 +0200

csiph-web