Metadata-Version: 1.1
Name: jingtum-python-lib
Version: 1.1.8
Summary: jingtum_lib to be used for interacting with jingtum blockchain network
Home-page: https://github.com/swtcpro/jingtum-lib-python
Author: wuhan python dev team
Author-email: caizl2002@hotmail.com
License: MIT
Description: jingtum-python-lib
        ==================
        
        jingtum-python-lib to be used for interacting with jingtum blockchain
        network. This is the python version.
        
        Source code
        -----------
        
        -  jingtum\_python\_lib - The source codes of jingtum lib.
        -  jingtum\_python\_baselib - The source codes of jingtum base lib.
        -  test - The unit tests for jingtum lib.
        -  docs - The documentation for the jingtum lib.
        
        Running Requirements
        --------------------
        
        *OS can be Windows/Linux, Python version recommend 3.5*
        ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
        
        below modules also need
        -----------------------
        
        -  ecdsa>=0.13
        -  eventemitter>=0.2.0
        -  schedule>=0.5.0
        -  six>=1.11.0
        -  websocket-client>=0.47.0
        
        Installation
        ------------
        
        use pip command can install with ease, pip installation process will
        auto check module requirements
        
        **pip install jingtum-python-lib**\ \`
        
        References:
        -----------
        
        -  jingtum (https://github.com/jingtum/jingtum-python-sdk/)
        -  swtcpro (https://github.com/swtcpro/jingtum-lib-nodejs/)
        
Keywords: jingtum,lib,python
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
