Requirements
- Python 3.9 or later
- An active TapKit account with API key
Installation
Install from PyPI:Verify Installation
Check that TapKit is installed correctly:Dependencies
The TapKit SDK has minimal dependencies:httpx- HTTP client for API requestspydantic- Data validation and serialization
Virtual Environments
We recommend using a virtual environment to isolate your project dependencies:- venv
- uv
- poetry
Next Steps
Once installed, you’re ready to initialize the client:Client Setup
Learn how to initialize and configure the TapKit client