Metadata-Version: 2.1
Name: bitsoframework
Version: 1.0.69
Summary: A python companion library for the Bitso Framework
Home-page: UNKNOWN
Author: Bitso Framework
Author-email: bitsoframework@gmail.com
License: UNKNOWN
Description: # Bitso Framework
        
        Python library companion for the Bitso Framework
        
        ## How to build from source
        
        ```bash
        git clone ...
        cd bitsoframework
        python3 -m venv .python-env
        source .python-env/bin/activate
        pip install -r requirements.txt
        
        #
        # at least once to set up all your libraries needed to build
        #
        source scripts/pre-build.sh
        
        #
        # actually build the local package
        #
        source scripts/build.sh
        
        ```
        
        ## PYPI
        
        To set credentials to publish you may run the following command:
        
        python3 -m keyring set https://upload.pypi.org/legacy/ bitso
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
