Metadata-Version: 1.1
Name: bookied
Version: 0.0.2
Summary: A daemon to manage synchronization with the blockchain
Home-page: http://pbsa.info
Author: Fabian Schuh
Author-email: Fabian.Schuh@BlockchainProjectsBV.com
License: UNKNOWN
Download-URL: https://github.com/pbsa/bookied/tarball/0.0.2
Description-Content-Type: UNKNOWN
Description: # Bookied Automation API
        
        ## Installation
        
            $ pip3 install .
        
        ## Configuration
        
        1. Rename `config-example.yaml` as `config.yaml`
        2. Modify `config.yaml`
        
        ## Requirements
        
        * A Redis database
        
        ## Executation
        
            $ python3 cli.py worker &    # Execute worker
            $ python3 cli.py api         # Start web endpoint
        
        ## Test
        
            $ python3 web_t.py
        
Keywords: peerplays,bookied
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
