Ozeki is a TUI data browser for sumo-api.com allowing you to browse basho data going back to 1960. It's UI layout is in a bit of flux at the moment, but is build around a set of custom Textual widgets for displaying banzuke and torikumi data.
Ozeki® is a registered trademark of the Ozeki Sake Company, founded in 1711, for its world-renowned sake. This software project is not affiliated with, endorsed by, or connected to that historic company. The name "Ozeki" is used here strictly in reference to the rank in professional sumo, a sport with it's own deep and revered tradition.
- Basho view (Banzuke and Torikumi widgets)
- Optional background updates / Live view
- Persistence of selected theme
- User modifiable/supplied themes
- Rikishi query and deep-dive stats interfaces
$ pip3 install git+https://github.com/fuzzy/ozeki
All there is to it. It runs without arguments. I personally recommend using a virtualenv, I keep a "user wide" one in my ${HOME}. Setting up something like that would look like:
$ python3 -m venv ~/.localpy
$ echo 'export PATH=${HOME}/.localpy/bin:${PATH}' >> ~/.$(basename ${SHELL})rc
$ source ~/.$(basename ${SHELL})rc
$ pip3 install git+https://github.com/fuzzy/ozeki
$ ozeki





