Metadata-Version: 2.1
Name: factom-harmony-connect
Version: 1.1.0
Summary: Factom Harmony Connect SDK
Home-page: https://github.com/FactomProject/factom-harmony-connect-python-sdk
Author: Factom, Inc.
Author-email: harmony-support@factom.com
License: UNKNOWN
Description: 
        GETTING STARTED
        ===============
        
        This section contains a summary of the steps required to get started
        with Python Connect SDK installation.
        
        System Requirements
        -------------------
        
        In order to use this Python SDK, you will need the following tool:
        
        -  Python version >= 3.5
        
        
        Installation
        -------------
        **Published package**
        
        `pip install factom-harmony-connect`
        
        **Open-source package**
        
        - Clone the repo
        - Setup a virtual environment (optional)
        - Install dependencies
          - `pip install -r requirements.txt`
        
        To use the SDK, you have to import: `from factom_sdk import FactomClient`
        
        For robust documentation, see the github repository
        [HERE](https://github.com/FactomProject/factom-harmony-connect-python-sdk)
        
Keywords: factom,factom-blockchain,blockchain,blockchain-as-a-service,SDK,Harmony Connect
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
