Smartsheet Python SDK Documentation
===================================

Release v\ |version|.

Quickstart
----------

Getting started 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 `smartsheet page on 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 dozens of Python SDK usage examples.

.. _direct API access: https://smartsheet-platform.github.io/api-docs/index.html#direct-api-access
.. _smartsheet page on the Python Package Index: http://pypi.python.org/pypi/smartsheet-python-sdk
.. _Smartsheet API Documentation: https://smartsheet-platform.github.io/api-docs/index.html?python

API Documentation
-----------------

If you are looking for information on a specific function, class or method,
this part of the documentation is for you.

.. toctree::
   :maxdepth: 1

   smartsheet

Indices and tables
==================

* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
