Metadata-Version: 1.2
Name: openchain
Version: 0.1.0a5
Summary: Openchain Library
Home-page: https://bitbucket.org/manti_by/openchain/
Author: Alexander Chaika
Author-email: manti.by@gmail.com
License: BSD
Description-Content-Type: UNKNOWN
Description: Openchain Library
        =================
        
        About
        -----
        
        Library for creating blockchain networks.
        
        Author: Alexander Chaika <manti.by@gmail.com>
        
        Source link: https://bitbucket.org/manti_by/openchain
        
        Requirements:
        
        - Base - ECSDA, LevelDB
        - Development - Flake8
        - Examples - Docker, Tornado, PyP2P
        
        Installation
        ------------
        
        From `PyPi <https://pypi.org/>`_
        
                $ pip install openchain
                
        From `Bitbucket <https://bitbucket.org/manti_by/openchain>`_
        
                $ git clone git@bitbucket.org:manti_by/openchain.git
        
                $ cd openchain/
        
                $ python setup.py install
        
        Environment variables
        ---------------------
        
        - $DATABASE_PATH - path to store LevelDB files
Keywords: blockchain
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: BSD License
Classifier: Programming Language :: Python :: 3.5
Classifier: Operating System :: POSIX :: Linux
Requires-Python: >=3.5
