smb2tools

A library to work with Super Mega Baseball 2 save files


License
MIT
Install
pip install smb2tools==0.1.3

Documentation

smb2tools

Frontend-agnostic library in Python for working with Super Mega Baseball 2 saves

Installing

pip install smb2tools

Structure of the library

data/ - An internal structure of useful parts of the database to allow them to be worked with more easily

db/ - Database related functionality

file/ - File loading and saving functionality

exceptions.py - Exceptions used by the library

json_bytes.py - JSON utilities used by the library

save.py - Save handling code, compressing and decompressing.