** THIS REPOSITORY HAS BEEN ARCHIVED AND IS NO LONGER ACTIVE **
Python implementation of Simple Binary Encoding V1.0
- Free software: Apache Software License 2.0
- Documentation: https://pysbe.readthedocs.io.
Work in Progress
A python implementation of FIX SBE https://github.com/FIXTradingCommunity/fix-simple-binary-encoding
- TODO
- https://mechanical-sympathy.blogspot.com/2014/05/simple-binary-encoding.html
- https://github.com/real-logic/simple-binary-encoding/wiki/FIX-SBE-XML-Primer
- http://fixprotocol.io/fix-simple-binary-encoding/ - FIX specification
- https://github.com/real-logic/simple-binary-encoding/blob/master/sbe-tool/src/main/resources/fpl/SimpleBinary1-0.xsd - XSD for XML SBE schema spec
- https://capnproto.org/news/2014-06-17-capnproto-flatbuffers-sbe.html (comparison of protocols)
This package was created with Cookiecutter and the audreyr/cookiecutter-pypackage project template.