This repo has demo files to demonstrate the functionality of the transpose API suite.
- Sign up for a free key at https://transpose.io
python3 -m venv envsource env/bin/activatepython3 -m pip --upgrade pippython3 -m pip install -r requirements.txtjupyter notebook
These commands get your environment set up and launch the notebook. You can set up your key as an environment variable or add it as a string into the Transpose object initialization.
ex:
api = Transpose("YOUR_KEY_HERE")
The rest should work out of the box!