Metadata-Version: 2.1
Name: kelly-cli
Version: 0.1.0
Summary: A command line tool for calculating the Kelly Criterion betting stake for given odds and bank size
Author: peaky76
Author-email: robertjamespeacock@gmail.com
Requires-Python: >=3.11,<4.0
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: click (>=8.1.3,<9.0.0)
Requires-Dist: pybet (>=0.4.0,<0.5.0)
Description-Content-Type: text/markdown

This is a simple command line tool to allow the user to calculate the optimal stake at given market odds for a given true odds and a given bank size, as determined by the [Kelly Criterion](https://en.wikipedia.org/wiki/Kelly_criterion)

Install as follows:

`pip install kelly-cli`

then run `kelly --help` at the command line for full instructions.

