Metadata-Version: 1.2
Name: bos-auto
Version: 0.0.4
Summary: A daemon to manage synchronization with the blockchain
Home-page: http://pbsa.info
Author: Blockchain BV
Author-email: info@blockchainbv.com
Maintainer: Fabian Schuh
Maintainer-email: Fabian.Schuh@BlockchainProjectsBV.com
License: UNKNOWN
Download-URL: https://github.com/pbsa/bos-auto/tarball/0.0.4
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
        
        
        ## Notifications
        ### Telegram
        https://github.com/sashgorokhov/python-telegram-handler
        
Keywords: peerplays,bos
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
