Metadata-Version: 1.2
Name: monero-serialize
Version: 0.0.3
Summary: Monero serialization
Home-page: https://github.com/ph4r05/monero-serialize
Author: Dusan Klinec
Author-email: dusan.klinec@gmail.com
License: MIT
Description-Content-Type: UNKNOWN
Description: Monero Python serialization library
        ===================================
        
        The library provides basic serialization logic for the Monero types,
        used in transaction processing and transaction signing.
        
        -  Mainly supports binary serialization equivalent to Monero
           ``BEGIN_SERIALIZE_OBJECT()``.
        -  Support for ``BEGIN_KV_SERIALIZE_MAP`` is in progress
        -  json works,
        -  binary wire format not fully supported yet
        
        The binary wire formats use streaming dumping / parsing for better
        memory effectivity.
        
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Topic :: Security
Requires-Python: >=3.5
