Metadata-Version: 2.1
Name: dpay-lib
Version: 0.1.3
Summary: Python library for dPay
Home-page: http://library.dpays.io/dpay-python-lib
Author: Jared Rice Sr.
Author-email: jared@benchx.io
Maintainer: Jared Rice Sr.
Maintainer-email: jared@benchx.io
License: UNKNOWN
Download-URL: https://github.com/dpays/dpay-python-lib/tarball/0.1.3
Keywords: dpay,library,api,rpc,transactions
Platform: UNKNOWN
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Financial and Insurance Industry
Classifier: Topic :: Office/Business :: Financial
Requires-Dist: dpay-graphenelib (>=0.1.1)
Requires-Dist: websockets (>=6.0)
Requires-Dist: scrypt (>=0.7.1)
Requires-Dist: diff-match-patch (>=20121119)
Requires-Dist: appdirs (>=1.4.0)
Requires-Dist: python-frontmatter (>=0.2.1)
Requires-Dist: pycrypto (>=2.6.1)
Requires-Dist: funcy
Requires-Dist: python-dateutil (>=2.6.1)

# dPayLib (Python)

This library is unmaintained, do not build productive buisness with it!
Please not the disclaimer in the license file!


Python Library for dPay
========================

Python 3 library for dPay!

Installation
------------

Install with `pip3`:

    $ sudo apt-get install libffi-dev libssl-dev python-dev python3-pip
    $ pip3 install dpay-lib

Manual installation:

    $ git clone https://github.com/dpays/dpay-python-lib/
    $ cd dpay-python-lib
    $ python3 setup.py install --user

Upgrade
-------

    $ pip3 install dpay --user --upgrade

Additional dependencies
-----------------------

`dpayapi.dpayasyncclient`:
 * `asyncio==3.4.3`
 * `pyyaml==3.11`

Documentation
-------------

Documentation is written with the help of sphinx and can be compile to
html with:

    cd docs
    make html


