box-sdk-gen
Official Box Python Generated SDK
What it is and what it does
box-sdk-gen is an auto-generated Python SDK that wraps the Box Content Cloud REST API, providing a typed client interface for authentication, file and folder management, and other Box operations. It depends on requests and requests-toolbelt for HTTP communication and is designed to work with Python 3.8 and above.
The SDK includes built-in support for multiple authentication methods (Developer Token, JWT, OAuth), automatic retries with exponential backoff, exception handling, and type hints. It aims to keep pace with Box API updates through an auto-generation approach, though the repository is currently archived and no longer actively maintained.
Use it for:
- Automate file uploads, downloads, and folder organization within a Box account using a Developer Token for testing.
- Build backend services that integrate Box content management into enterprise workflows via JWT or OAuth authentication.
- Manage file metadata, permissions, and sharing settings programmatically across Box folders and files.
- Implement batch operations on Box items (move, copy, delete) as part of data migration or cleanup tasks.
- Access Box API features like file classification, chunk uploads, and request cancellation from Python applications.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
box-sdk-gen provides a Python client library for the Box Content Cloud API, enabling developers to authenticate, manage files and folders, and perform operations on Box accounts programmatically.
Yes, if you need a Box API client and can accept that the package is no longer actively maintained. The SDK is stable, has low install friction, and covers the full Box API surface. However, be aware that the archived repository will not receive updates for new Box API features or security patches—monitor for actively maintained alternatives before committing to production use.
Install
box-sdk-gen on PyPI
pip
pip install box-sdk-genuv
uv add box-sdk-genpoetry
poetry add box-sdk-genInstalling box-sdk-gen
Before you install
Installation is straightforward with low friction—the package is a pure Python wheel with only two runtime dependencies (requests and requests-toolbelt). However, the repository is archived and marked as abandoned, with no commits since the last release, raising concerns about future maintenance and bug fixes.
License in practice
Licensed under Apache License 2.0 (permissive), which allows commercial use, modification, and distribution with minimal restrictions—suitable for most projects that can include the license notice.
Quickstart
pip install box-sdk-gen
from box_sdk_gen import BoxClient, BoxDeveloperTokenAuth
auth = BoxDeveloperTokenAuth(token='YOUR_DEVELOPER_TOKEN')
client = BoxClient(auth=auth)
for item in client.folders.get_folder_items('0').entries:
print(item.name)
Requires a valid Box Developer Token from the Box Developer Console; Python 3.8 and above.
Verify before relying
- Whether the archived repository will receive security patches or critical bug fixes in the future.
- Current state of compatibility with the latest Box API changes since the last release.
- Whether JWT authentication (available via the 'jwt' extra) is production-ready or has known limitations.
Package facts
| License | Apache-2.0, http://www.apache.org/licenses/LICENSE-2.0 (permissive) |
| Python support | not specified |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 2 — requests, requests-toolbelt |
| Maintenance | abandoned — 343 days since the last release |
| Last repo commit | (repository archived) |
| First released | |
| Downloads | 1,181,610/month — #4,256 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: box_sdk_gen-1.17.0-py3-none-any.whl
Keywords: box, sdk, api, rest, boxsdk, box-sdk-gen
Tags
More Python Modules packages
Converts domain names between Unicode and…
permissive · top 100 on PyPI
setuptoolsSetuptools is a Python build backend and…
permissive · top 100 on PyPI
PyYAMLPyYAML parses and emits YAML 1.1 data format,…
permissive · top 100 on PyPI
pydanticPydantic validates Python data structures…
permissive · top 100 on PyPI
annotated-typesProvides reusable metadata objects for use with…
permissive · top 100 on PyPI
typing-inspectionProvides runtime tools to inspect and…
permissive · top 100 on PyPI
boxsdkProvides a Python client library for…
permissive · top 5,000 on PyPI
toolbox-coreA Python SDK for connecting to and invoking…
permissive · top 15,000 on PyPI
ibm-platform-servicesPython client library for IBM Cloud Platform…
permissive · top 5,000 on PyPI
Unified-python-sdkPython SDK client for the Unified.to API,…
unclear · top 15,000 on PyPI
onepassword-sdkProgrammatic Python interface to read and…
permissive · top 5,000 on PyPI
files-comPython client library for the Files.com API,…
permissive · top 15,000 on PyPI
azure-mgmt-databoxedgeProvides Python client library for managing…
permissive · top 5,000 on PyPI
lakefs-sdkProvides a Python client library for the lakeFS…
permissive · top 15,000 on PyPI
launchdarkly-apiA Python client library for LaunchDarkly's REST…
permissive · top 15,000 on PyPI
confuConfu validates and generates configuration…
permissive · top 15,000 on PyPI