Tutorial
API Key
Before anything, you'd like to get a API key from the website.
Note
You might want to keep the API key as an environment variable instead of pasting it directly into source code in most cases. To do this, install the python-dotenv library and create a .env file in the same directory as your code file.
.env
main.pyInstalling the library
Use pip if you don't know what you're doing.
First Steps
The client objects are the entry point to the API and you'll mostly be using them to perform all the package related tasks.