kylestahl / bracketology

A package for analyzing NCAA march madness tournament data
MIT License
4 stars 5 forks source link

add_years function for adding new brackets #19

Open michaelpkuhn opened 1 year ago

michaelpkuhn commented 1 year ago

Not sure if you're still maintaining this, but I couldn't find a more active package for March Madness simulations

To add additional years, the brackets.json file needs to be updated, but it is not recommended to update it directly as a package.

I added a function to brackets.py that adds a schema validated dictionary to brackets_dict. This requires a new package. I added a requirements.txt, but I am not sure if there's a better way to add it for the package.