Box Developer Documentation

Join BoxWorks 2024 to discover what's possible with content and AI!

Register now!

Install Python SDK (Generated)

Guides Tooling SDKs Install Python SDK (Generated)
Edit this page

Install Python SDK (Generated)

You can use the auto-generated Box Python SDK to call Box APIs in a Python project. This next generation SDK brings along new functionality to designed to elevate the developer experience and streamline your integration with the Box Content Cloud.

Learn more about auto-generated Python SDK on GitHub

Installation

To install the auto-generated Python SDK run the following command from your terminal window or command prompt using pip.

pip install box-sdk-gen

JWT application

When working with a Box App that uses server-side JWT authentication, install the following additional module:

pip install "box-sdk-gen[jwt]"