Metadata-Version: 1.1
Name: toba
Version: 0.1.1
Summary: Timeliness Ordered Byzantine Agreement
Home-page: https://smithsamuelm@bitbucket.org/prosapien/toba.git
Author: Samuel M. Smith
Author-email: sam@prosapien.com
License: Apache2
Description: ========
        Overview
        ========
        
        
        
        Timeliness Ordered Byzantine Agreement
        
        * Free software: Apache2 license
        
        Installation
        ============
        
        ::
        
            pip install toba
        
        Documentation
        =============
        
        https://toba.readthedocs.io/
        
        Development
        ===========
        
        To run the all tests run::
        
            tox
        
        Note, to combine the coverage data from all the tox environments run:
        
        .. list-table::
            :widths: 10 90
            :stub-columns: 1
        
            - - Windows
              - ::
        
                    set PYTEST_ADDOPTS=--cov-append
                    tox
        
            - - Other
              - ::
        
                    PYTEST_ADDOPTS=--cov-append tox
        
        
        Changelog
        =========
        
        0.1.0 (2017-04-20)
        ------------------
        
        * First release on PyPI.
        
Keywords: Timeliness Ordered Byzantine Agreement,BFT,Ansynchronous
Platform: UNKNOWN
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: Unix
Classifier: Operating System :: POSIX
Classifier: Operating System :: Microsoft :: Windows
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Utilities
