Metadata-Version: 2.1
Name: harmony-connect-client
Version: 1.0.1
Summary: Harmony Connect
Home-page: https://github.com/FactomProject/factom-harmony-connect-python-client
Author: UNKNOWN
Author-email: harmony-support@factom.com
License: UNKNOWN
Keywords: factom,factom-blockchain,blockchain,blockchain-as-a-service,client-library,Harmony Connect
Platform: UNKNOWN
Requires-Dist: urllib3 (>=1.15)
Requires-Dist: six (>=1.10)
Requires-Dist: certifi
Requires-Dist: python-dateutil

============
Requirements
============

Python 2.7 and 3.4+

====================
Installation & Usage
====================

***********
pip install
***********

You can install the package hosted on PyPi by using pip:

``pip install harmony_connect_client``

Then import the package:
``import harmony_connect_client``


You can also install the Harmony Connect client directly from Github


``pip install git+https://github.com/FactomProject/factom-harmony-connect-python-client.git``

(you may need to run `pip` with root permission: `sudo pip install git+https://github.com/FactomProject/factom-harmony-connect-python-client.git`)

**********
Setuptools
**********

Install via `Setuptools <http://pypi.python.org/pypi/setuptools>`_.


``python setup.py install --user``

(or `sudo python setup.py install` to install the package for all users)

Then import the package:
``import harmony_connect_client``

=============================
Harmony Connect Documentation
=============================
This client is built to communicate with Factom Harmony Connect. For more information about using this API, please visit the Harmony Connect `documentation <https://docs.harmony.factom.com>`_


