Metadata-Version: 1.2
Name: neochain
Version: 1.1
Summary: neochain - Network Evolution Observation for Blockchain
Home-page: https://github.com/dharif23/neochain
Author: Dalwar Hossain
Author-email: dalwar.hossain@protonmail.com
Maintainer: Dalwar Hossain
Maintainer-email: dalwar.hossain@protonmail.com
License: MIT
Download-URL: https://github.com/dharif23/neochain
Description: neochain
        ========
        Network Evolution Observation for Blockchain
        
        .. image:: https://badge.fury.io/py/neochain.svg
            :alt: pypi version
            :target: https://badge.fury.io/py/neochain
        
        .. image:: https://img.shields.io/packagist/l/doctrine/orm.svg
            :alt: license
            :target: https://opensource.org/licenses/MIT
        
        .. image:: https://travis-ci.org/dharif23/neochain.svg?branch=master
            :alt: Build Status
            :target: https://travis-ci.org/dharif23/neochain
        
        .. image:: https://readthedocs.org/projects/neochain/badge/?version=latest
            :alt: Documentation Status
            :target: https://neochain.readthedocs.io/?badge=latest
        
        Description
        ===========
        
        `NEOChain <https://www.neochain.readthedocs.io>`_ (neochain) is a Network Evolution Observation library for Blockchain networks.
        This specially designed python library can provide tools to detect community structures in massive networks like **Blockchain**
        and also capable of merging one or more timed snapshot of transaction data into one large snapshot without losing any nodes to
        better understand the evolution of the network.
        
        Getting Started
        ===============
        .. code-block:: python
        
           python setup.py install
        
        
        Documentation
        =============
        For more details please see: `NEOChain Documentation <http://neochain.readthedocs.io/>`_
        
        
Keywords: Network,Evolution,Community,Blockchain
Platform: Linux
Platform: Mac OSX
Platform: Windows
Platform: Unix
Classifier: Development Status :: 4 - Beta
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 2
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.4
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Topic :: Software Development :: Libraries :: Python Modules
