Metadata-Version: 2.1
Name: bisbasic
Version: 0.4.2
Summary: Bismuth Blockchain Dependencies
Home-page: https://github.com/bismuthfoundation/Bismuth
Author: Bismuth Foundation
Author-email: admin@bismuth.cz
License: UNKNOWN
Description: Bisbasic Readme
        =======
        
        This package includes parts of the Bismuth node which are required by some daps.
        Currently it includes:
        
        - connecitons.py
        - essentials.py
        - options.py
        
        Installation: 
        - `python3 -m pip install bisbasic`
        
        Usage examples:
        - `from bisbasic.connections import send, receive`
        - `from bisbasic import options`
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
