Analyze and simulate NCAA march madness tournaments
Project description
The goal of bracketology is to speed up the analysis of NCAA march madness data and help develop algorithms for filling out brackets.
- Documentation:
- GitHub Repo:
- Issue Tracker:
- Backlog:
https://github.com/stahl085/bracketology/projects/1?fullscreen=true
- PyPI:
Before You Start
- Here are the main things you need to know:
The main parts of this package are the
Bracket
objects and simulator functions in thesimulators
moduleA Bracket is composed of
Team
andGame
objectsGame objects have two Team objects as attributes, and the round number
Teams have a name, seed, and dictionary for statistics
Simulator functions have 1 argument of type Game, and return the winning Team of that Game
Installation
Install from pip
pip install bracketology
Or download directly from PyPi
Getting Started
Import bracketology and create a bracket from last year.
from bracketology import Bracket, Game, Team
# Create a bracket object from 2019
year = 2019
b19 = Bracket(year)
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
File details
Details for the file bracketology-0.0.9-alpha.tar.gz
.
File metadata
- Download URL: bracketology-0.0.9-alpha.tar.gz
- Upload date:
- Size: 29.1 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/45.2.0.post20200210 requests-toolbelt/0.9.1 tqdm/4.42.1 CPython/3.7.6
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 0612a2f4c81478ce58810ea0f5097221ad8467d19e55d80dd671f249823bde91 |
|
MD5 | a900625d1725eff488f9b4ad07e37103 |
|
BLAKE2b-256 | fa148a158ad52135217ce82771d3149e94da2f1f7bf5d4c9f9db63ac64c12563 |