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 env
source env/bin/activate
python3 -m pip --upgrade pip
python3 -m pip install -r requirements.txt
jupyter 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!