Install Python SDK (Deprecated)
Install Python SDK (Deprecated)
You can use Box Python SDK to call Box APIs in a Python project.
Learn more about Python SDK on GitHub
Installation
To install the Python SDK run the following command from your terminal window or command prompt using pip.
pip install boxsdk
JWT application
When working with a Box App that uses server-side JWT authentication, install the following additional module:
pip install "boxsdk[jwt]"