/pssapi.py

A python API wrapper for Pixel Starships (PSS) by SavySoda

Primary LanguagePython

Wrapper for the Pixel Starships API

Install development dependencies

python3 -m venv .venv
source .venv/bin/activate
make init # or `pip install -r requirements.txt`