Skip to main content
The TapKit Python SDK is available on PyPI and can be installed with pip.

Requirements

  • Python 3.9 or later
  • An active TapKit account with API key

Installation

Install from PyPI:
pip install tapkit
Or with a specific version:
pip install tapkit==1.0.0

Next Steps

Once installed, you’re ready to initialize the client:

Client Setup

Learn how to initialize and configure the TapKit client