• Sign up
  • Docs
  • Guides
  • API Reference
  • SDKs & Tools
  • Support
  • Elsewhere
  • Blog
  • Forum
  • Feedback
  • International sites
  • United States (English)
  • 日本 (日本語)
Box Developer Documentation
  • United States (English)
  • 日本 (日本語)
  • Quick Starts
  • Guides
  • API Reference
  • SDKs & Tools
  • Support
Log in
Tooling
Salesforce Developer Toolkit
Methods and OperationsCode Samples
Postman Collection
Use Postman to make API callsQuick Start
1. Install Postman2. Configure a Box App3. Log in to Box4. Load Postman Collection5. Make an API callNext steps
Install Postman & CollectionMake an API callRefresh an Access TokenLegacy Postman Collection
SDKs & CLI
Install .NET SDKInstall Java SDKInstall Python SDKInstall Node SDKInstall Salesforce SDKInstall Box CLI
GuidesToolingSDKs & CLIInstall Python SDK
Edit this page

Install Python SDK

Install Python SDK

The Box Python SDK can be used to make API calls to the Box APIs in a Python project.

Learn more about the 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, the following additional module needs to be installed.

pip install "boxsdk[jwt]"
Learn more about the Python SDK on GitHub

Related Guides

  • GuideOAuth 2.0 Auth
  • GuideJWT Auth
    On this page
  • Installation
  • JWT application
  • Box & Community
  • About Us
  • Platform Twitter
  • Developer Blog
  • Engineering Blog
  • Newsletter
  • Changelog
  • GitHub
  • Community GitHub
  • Tooling
  • Node SDK
  • Java SDK
  • Python SDK
  • .NET SDK
  • Box CLI
  • Box Skills Kit
  • Samples
  • Platform Samples
  • Skills Samples
  • Support
  • Support & Community
  • Create a ticket
  • Platform Forum
  • Product Feedback
  • API Status
  • International sites
  • United States (English)
  • 日本 (日本語)
  • ©2020 Box
  • Sitemap
  • Subscriptions
  • Terms of Use
  • Privacy Policy
  • Cookie Notification
  • Code samples provided under Unilicense