Metadata-Version: 2.1
Name: factom-harmony-connect
Version: 1.0.3
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
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
Requires-Dist: base58 (>=1.0.3)
Requires-Dist: ed25519 (>=1.4)
Requires-Dist: validators (>=0.12)
Requires-Dist: requests (>=2.21)


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)


