Metadata-Version: 2.1
Name: crea-lib
Version: 0.1.2
Summary: Python library for Crea
Home-page: http://library.creas.io/crea-python-lib
Author: Creativechain Foundation
Author-email: info@creativechain.org
Maintainer: Creativechain Foundation
Maintainer-email: info@creativechain.org
License: UNKNOWN
Download-URL: https://github.com/creativechain/crea-python-lib/tarball/0.1.2
Keywords: crea,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: crea-graphenelib (>=0.1.1)
Requires-Dist: websockets (>=2.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)

# CreaLib (Python)

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


Python Library for Crea
========================

Python 3 library for Crea!

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

Install with `pip3`:

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

Manual installation:

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

Upgrade
-------

    $ pip3 install crea --user --upgrade

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

`creaapi.creaasyncclient`:
 * `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


