Metadata-Version: 1.1
Name: python-libbitcoin
Version: 1.0
Summary: Python client side library for libbitcoin-server.
Home-page: https://github.com/rojavacrypto/python-libbitcoin
Author: DarkWallet
Author-email: policeterror@dyne.org
License: AGPL
Description: Python 3 library for libbitcoin-server (https://github.com/libbitcoin/libbitcoin-server)
        
        $ pip3 install python-libbitcoin
        
        $ cd examples/
        
        $ python3 fetch_last_height.py
        
        Tornado integration also exists. See examples/web_app.py
        
        
Keywords: bitcoin libbitcoin blockchain library
Platform: UNKNOWN
Classifier: Development Status :: 4 - Beta
Classifier: Topic :: Software Development :: Libraries
Classifier: Topic :: Security :: Cryptography
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
