-
Notifications
You must be signed in to change notification settings - Fork 86
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
13 changed files
with
187 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,60 @@ | ||
--- | ||
rank: 3 | ||
related_endpoints: [] | ||
related_guides: | ||
- authentication/jwt | ||
- authentication/oauth2 | ||
related_pages: | ||
- sdks-and-tools | ||
required_guides: [] | ||
related_resources: [] | ||
alias_paths: [] | ||
category_id: tooling | ||
subcategory_id: tooling/sdks | ||
is_index: false | ||
id: tooling/sdks/python-gen | ||
type: guide | ||
total_steps: 7 | ||
sibling_id: tooling/sdks | ||
parent_id: tooling/sdks | ||
next_page_id: tooling/sdks/node | ||
previous_page_id: tooling/sdks/java | ||
source_url: >- | ||
https://github.com/box/developer.box.com/blob/main/content/guides/tooling/sdks/python-gen.md | ||
fullyTranslated: true | ||
--- | ||
# 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][next-gen] brings along new functionality to designed to elevate the developer experience and streamline your integration with the Box Content Cloud. | ||
|
||
<CTA to="https://github.com/box/box-python-sdk-gen"> | ||
|
||
Learn more about auto-generated Python SDK on GitHub | ||
|
||
</CTA> | ||
|
||
## インストール | ||
|
||
To install the auto-generated Python SDK run the following command from your terminal window or command prompt using [pip][pip]. | ||
|
||
```shell | ||
pip install box-sdk-gen | ||
|
||
``` | ||
|
||
## JWTアプリケーション | ||
|
||
When working with a Box App that uses server-side [JWT authentication][jwt], install the following additional module: | ||
|
||
```shell | ||
pip install "box-sdk-gen[jwt]" | ||
|
||
``` | ||
|
||
[pip]: https://pypi.org/project/pip/ | ||
|
||
[jwt]: g://authentication/jwt | ||
|
||
[next-gen]: g://tooling/sdks#next-generation-sdks | ||
|
||
[py-gen]: https://github.com/box/box-python-sdk-gen |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.