There have been a few times people have asked about calling a Monero daemon's RPC binary methods from python/javascript/etc. Documentation is slim as these binary methods are rather niche / special purpose.
This module implements the binary format used (epee portable storage) and exposes an easy to use class for calling the binary interface RPC methods.
All the Monero binary RPC commands are now implemented.
- requests
See demo.py for example usage.
As there is no formal documentation on the binary format used, I have created a reference document.
Please see the LICENSE file.