an api wrapper for the omg.lol api
pip install git+https://github.com/tildezero/omg-py.git # most recent version
pip install omg.lol # fixed release
from omg import Client
client = Client(key="asdf", email="[email protected]")
client.purl.retrieve("sus")
note: i think every api path is implemented, feel free to create an issue if i'm missing something though