Metadata-Version: 2.0
Name: bookiesports
Version: 0.0.6
Summary: Sports module for bookied
Home-page: http://pbsa.info
Author: Fabian Schuh
Author-email: Fabian.Schuh@BlockchainProjectsBV.com
License: UNKNOWN
Download-URL: https://github.com/pbsa/bookiesports/tarball/0.0.6
Description-Content-Type: UNKNOWN
Keywords: peerplays,bookie
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
Requires-Dist: pyyaml
Requires-Dist: jsonschema
Requires-Dist: colorlog

# BookieSports

This repository contains

* the sports with emta data supported by bookied
* schema files for validation of the provided data
* a python module to facilitate loading of the data


### `bookiesports/`

Contains the module that can be loaded from python to obtain the sports
data.

### `schema/`

Contains the yaml formated json schemata for validation of the bookie
sports files.

### `sports/`

Each sport has it's own folder which carries the most important
information in a sports-specific `index.yaml` file.


