This library is intended to simplify connecting to the Smartsheet API from Python applications.
The SDK currently supports Python 3.6, 3.7, 3.8, 3.9, 3.10, pypy, and pypy3. The following packages are required.
The SDK can be installed by using a package manager (pip) or manually by downloading the SDK directly from Git. These two steps are outlined below.
If unfamiliar with pip, please review the pip documentation.
This SDK's Python package is called smartsheet-python-sdk. To install using pip:
$ pip install smartsheet-python-sdk
To install this SDK manually, download the source code from GitHub and then run:
$ python setup.py install
Getting started with the Python SDK is easy:
- Set SMARTSHEET_ACCESS_TOKEN in your environment. Find out more about getting direct API access in the Smartsheet API Documentation.
- Install the Smartsheet Python SDK from the Python Package Index, or by using "pip install smartsheet-python-sdk".
- Import the smartsheet module:
import smartsheet
- Refer to the Smartsheet API Documentation for Python SDK usage examples.
The SDK documentation can be viewed online at http://smartsheet-platform.github.io/smartsheet-python-sdk/.
If you would like to contribute a change to the SDK, please fork a branch and then submit a pull request. More info here.
If you have any questions or issues with this SDK please post on StackOverflow using the tag "smartsheet-api" or contact us directly at [email protected].
Each specific release is available for download via Github.
See Changelog.