Metadata-Version: 2.1
Name: pybet
Version: 0.8.2
Summary: A library of betting utilities to assist with calculation of bets, stakes and markets
Home-page: https://github.com/peaky76/pybet
License: GPL-3.0-only
Keywords: betting,gambling
Author: Robert Peacock
Author-email: robertjamespeacock@gmail.com
Requires-Python: >=3.11,<3.12
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: peak-utility (>=0.5,<0.7)
Project-URL: Documentation, https://pybet.readthedocs.io/
Project-URL: Repository, https://github.com/peaky76/pybet
Description-Content-Type: text/markdown

[![PyPI](https://img.shields.io/pypi/v/pybet.svg?style=for-the-badge)](https://pypi.org/project/pybet/)
![GitHub last commit (master)](https://img.shields.io/github/last-commit/peaky76/pybet/master)
![GitHub repo size](https://img.shields.io/github/repo-size/peaky76/pybet)
[![Documentation Status](https://readthedocs.org/projects/pybet/badge/?version=latest)](https://pybet.readthedocs.io/en/latest/?badge=latest)

# pybet

pybet is a library of betting utilities to assist with calculation of bets, stakes and markets

## Installation

`pip install pybet`

or

`poetry add pybet`

