Metadata-Version: 2.1
Name: bos-mint
Version: 0.5.1
Summary: BOS Manual intervention module for PeerPlays
Home-page: http://pbsa.info
Author: Peerplays Community
Maintainer: Peerplays Community
License: UNKNOWN
Download-URL: https://github.com/pbsa/bos-mint/tarball/0.5.1
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
Requires-Dist: graphenelib (==1.0.1)
Requires-Dist: peerplays (==0.3.0)
Requires-Dist: bookiesports
Requires-Dist: bos-incidents
Requires-Dist: bos-sync (==0.3.0)
Requires-Dist: pytz
Requires-Dist: Flask
Requires-Dist: Flask-Assets
Requires-Dist: Flask-Mail
Requires-Dist: Flask-Markdown
Requires-Dist: Flask-WTF
Requires-Dist: Jinja2
Requires-Dist: Markdown
Requires-Dist: PyYAML
Requires-Dist: requests
Requires-Dist: webassets (>=0-12.1)
Requires-Dist: flask-script
Requires-Dist: flask-sqlalchemy
Requires-Dist: mysqlclient
Requires-Dist: SQLAlchemy
Requires-Dist: uwsgi
Requires-Dist: strict-rfc3339
Requires-Dist: email-validator

# BOS-mint

![](https://img.shields.io/pypi/v/bos-mint.svg?style=for-the-badge)
![](https://img.shields.io/github/downloads/pbsa/bos-mint/total.svg?style=for-the-badge)
![](https://img.shields.io/pypi/pyversions/bos-mint.svg?style=for-the-badge)

[![docs master](https://readthedocs.org/projects/bos-mint/badge/?version=latest)](http://bos-mint.rtfd.io/en/latest/)
[![docs develop](https://readthedocs.org/projects/bos-mint/badge/?version=develop)](http://bos-mint.rtfd.io/en/develop/)

The Manual Intervention Module (MINT) is one of two services that are required for proper operation of Bookie Oracle Software(BOS). MINT provides a web interface for Witnesses to manually intervene in the otherwise fully-automated process of bringing Bookie Events, BMGs, and Betting Markets to the Peerplays blockchain (through [`bos-auto`](https://github.com/PBSA/bos-auto)). This allows Witnesses to handle any edge cases that may arise and cannot be dealt with by bos-auto.

## Documentation
For directions on how to install and run `bos-mint` please visit our [documentation page](https://www.peerplays.tech/bookie-oracle-suite-bos/introduction-to-mint).

## Development use
Checkout the repository and run

```bash
$ ./run_dev_server.sh    # Run MINT
```


