smartsheet-python-sdk 1.2.4__tar.gz → 1.3.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/.gitignore +1 -1
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/.travis.yml +4 -5
- smartsheet-python-sdk-1.3.1/CHANGELOG.md +97 -0
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/PKG-INFO +3 -3
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/README.md +2 -2
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/README.rst +2 -1
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/docs/.buildinfo +1 -1
- smartsheet-python-sdk-1.3.1/docs/_sources/smartsheet.models.enums.rst.txt +262 -0
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/docs/_sources/smartsheet.models.rst.txt +61 -6
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/docs/_static/documentation_options.js +1 -1
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/docs/genindex.html +964 -392
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/docs/index.html +5 -5
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/docs/modules.html +12 -5
- smartsheet-python-sdk-1.3.1/docs/objects.inv +0 -0
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/docs/py-modindex.html +196 -6
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/docs/search.html +4 -4
- smartsheet-python-sdk-1.3.1/docs/searchindex.js +1 -0
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/docs/smartsheet.html +516 -179
- smartsheet-python-sdk-1.3.1/docs/smartsheet.models.enums.html +1749 -0
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/docs/smartsheet.models.html +701 -749
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/setup.py +2 -2
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/smartsheet/attachments.py +16 -27
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/smartsheet/cells.py +10 -11
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/smartsheet/contacts.py +3 -6
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/smartsheet/discussions.py +11 -26
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/smartsheet/favorites.py +4 -7
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/smartsheet/folders.py +5 -18
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/smartsheet/groups.py +6 -13
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/smartsheet/home.py +4 -13
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/smartsheet/models/__init__.py +78 -72
- smartsheet-python-sdk-1.3.1/smartsheet/models/access_token.py +100 -0
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/smartsheet/models/account.py +27 -34
- smartsheet-python-sdk-1.3.1/smartsheet/models/alternate_email.py +89 -0
- smartsheet-python-sdk-1.3.1/smartsheet/models/attachment.py +172 -0
- smartsheet-python-sdk-1.3.1/smartsheet/models/auto_number_format.py +82 -0
- smartsheet-python-sdk-1.3.1/smartsheet/models/automation_action.py +163 -0
- smartsheet-python-sdk-1.3.1/smartsheet/models/automation_rule.py +164 -0
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/smartsheet/models/bulk_item_failure.py +26 -40
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/smartsheet/models/bulk_item_result.py +39 -61
- smartsheet-python-sdk-1.3.1/smartsheet/models/cell.py +225 -0
- smartsheet-python-sdk-1.3.1/smartsheet/models/cell_data_item.py +122 -0
- smartsheet-python-sdk-1.3.1/smartsheet/models/cell_history.py +68 -0
- smartsheet-python-sdk-1.3.1/smartsheet/models/cell_link.py +92 -0
- smartsheet-python-sdk-1.3.1/smartsheet/models/column.py +226 -0
- smartsheet-python-sdk-1.3.1/smartsheet/models/comment.py +127 -0
- smartsheet-python-sdk-1.3.1/smartsheet/models/contact.py +89 -0
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/smartsheet/models/contact_object_value.py +4 -17
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/smartsheet/models/contact_option.py +17 -24
- smartsheet-python-sdk-1.3.1/smartsheet/models/container_destination.py +81 -0
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/smartsheet/models/copy_or_move_row_destination.py +13 -23
- smartsheet-python-sdk-1.3.1/smartsheet/models/copy_or_move_row_directive.py +65 -0
- smartsheet-python-sdk-1.3.1/smartsheet/models/copy_or_move_row_result.py +68 -0
- smartsheet-python-sdk-1.3.1/smartsheet/models/criteria.py +83 -0
- smartsheet-python-sdk-1.3.1/smartsheet/models/cross_sheet_reference.py +135 -0
- smartsheet-python-sdk-1.3.1/smartsheet/models/currency.py +65 -0
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/smartsheet/models/date_object_value.py +4 -24
- smartsheet-python-sdk-1.3.1/smartsheet/models/discussion.py +183 -0
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/smartsheet/models/downloaded_file.py +24 -50
- smartsheet-python-sdk-1.3.1/smartsheet/models/duration.py +112 -0
- smartsheet-python-sdk-1.3.1/smartsheet/models/email.py +83 -0
- smartsheet-python-sdk-1.3.1/smartsheet/models/enums/__init__.py +51 -0
- smartsheet-python-sdk-1.3.1/smartsheet/models/enums/access_level.py +25 -0
- smartsheet-python-sdk-1.3.1/smartsheet/models/enums/attachment_parent_type.py +23 -0
- smartsheet-python-sdk-1.3.1/smartsheet/models/enums/attachment_sub_type.py +26 -0
- smartsheet-python-sdk-1.3.1/smartsheet/models/enums/attachment_type.py +29 -0
- smartsheet-python-sdk-1.3.1/smartsheet/models/enums/automation_action_frequency.py +24 -0
- smartsheet-python-sdk-1.3.1/smartsheet/models/enums/automation_action_type.py +23 -0
- smartsheet-python-sdk-1.3.1/smartsheet/models/enums/automation_rule_disabled_reason.py +27 -0
- smartsheet-python-sdk-1.3.1/smartsheet/models/enums/cell_link_status.py +28 -0
- smartsheet-python-sdk-1.3.1/smartsheet/models/enums/column_type.py +29 -0
- smartsheet-python-sdk-1.3.1/smartsheet/models/enums/criteria_target.py +21 -0
- smartsheet-python-sdk-1.3.1/smartsheet/models/enums/cross_sheet_reference_status.py +28 -0
- smartsheet-python-sdk-1.3.1/smartsheet/models/enums/currency_code.py +43 -0
- smartsheet-python-sdk-1.3.1/smartsheet/models/enums/day_descriptors.py +30 -0
- smartsheet-python-sdk-1.3.1/smartsheet/models/enums/day_ordinal.py +25 -0
- smartsheet-python-sdk-1.3.1/smartsheet/models/enums/global_template.py +23 -0
- smartsheet-python-sdk-1.3.1/smartsheet/models/enums/operator.py +58 -0
- smartsheet-python-sdk-1.3.1/smartsheet/models/enums/paper_type.py +29 -0
- smartsheet-python-sdk-1.3.1/smartsheet/models/enums/predecessor_type.py +24 -0
- smartsheet-python-sdk-1.3.1/smartsheet/models/enums/publish_accessible_by.py +22 -0
- smartsheet-python-sdk-1.3.1/smartsheet/models/enums/schedule_type.py +25 -0
- smartsheet-python-sdk-1.3.1/smartsheet/models/enums/share_scope.py +22 -0
- smartsheet-python-sdk-1.3.1/smartsheet/models/enums/share_type.py +22 -0
- smartsheet-python-sdk-1.3.1/smartsheet/models/enums/sheet_email_format.py +23 -0
- smartsheet-python-sdk-1.3.1/smartsheet/models/enums/sheet_filter_operator.py +22 -0
- smartsheet-python-sdk-1.3.1/smartsheet/models/enums/sheet_filter_type.py +23 -0
- smartsheet-python-sdk-1.3.1/smartsheet/models/enums/sort_direction.py +22 -0
- smartsheet-python-sdk-1.3.1/smartsheet/models/enums/symbol.py +45 -0
- smartsheet-python-sdk-1.3.1/smartsheet/models/enums/system_column_type.py +25 -0
- smartsheet-python-sdk-1.3.1/smartsheet/models/enums/update_request_status.py +23 -0
- smartsheet-python-sdk-1.3.1/smartsheet/models/enums/user_status.py +23 -0
- smartsheet-python-sdk-1.3.1/smartsheet/models/enums/widget_type.py +28 -0
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/smartsheet/models/error.py +16 -29
- smartsheet-python-sdk-1.3.1/smartsheet/models/error_result.py +118 -0
- smartsheet-python-sdk-1.3.1/smartsheet/models/explicit_null.py +25 -0
- smartsheet-python-sdk-1.3.1/smartsheet/models/favorite.py +89 -0
- smartsheet-python-sdk-1.3.1/smartsheet/models/folder.py +150 -0
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/smartsheet/models/font_family.py +14 -35
- smartsheet-python-sdk-1.3.1/smartsheet/models/format_details.py +56 -0
- smartsheet-python-sdk-1.3.1/smartsheet/models/format_tables.py +183 -0
- smartsheet-python-sdk-1.3.1/smartsheet/models/group.py +135 -0
- smartsheet-python-sdk-1.3.1/smartsheet/models/group_member.py +104 -0
- smartsheet-python-sdk-1.3.1/smartsheet/models/home.py +111 -0
- smartsheet-python-sdk-1.3.1/smartsheet/models/hyperlink.py +82 -0
- smartsheet-python-sdk-1.3.1/smartsheet/models/image.py +102 -0
- smartsheet-python-sdk-1.3.1/smartsheet/models/image_url.py +92 -0
- smartsheet-python-sdk-1.3.1/smartsheet/models/image_url_map.py +69 -0
- smartsheet-python-sdk-1.3.1/smartsheet/models/index_result.py +109 -0
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/smartsheet/models/json_object.py +9 -5
- smartsheet-python-sdk-1.3.1/smartsheet/models/multi_row_email.py +60 -0
- smartsheet-python-sdk-1.3.1/smartsheet/models/o_auth_error.py +87 -0
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/smartsheet/models/object_value.py +29 -15
- smartsheet-python-sdk-1.3.1/smartsheet/models/predecessor.py +103 -0
- smartsheet-python-sdk-1.3.1/smartsheet/models/predecessor_list.py +49 -0
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/smartsheet/models/primitive_object_value.py +9 -7
- smartsheet-python-sdk-1.3.1/smartsheet/models/project_settings.py +88 -0
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/smartsheet/models/recipient.py +16 -30
- smartsheet-python-sdk-1.3.1/smartsheet/models/report.py +83 -0
- smartsheet-python-sdk-1.3.1/smartsheet/models/report_cell.py +60 -0
- smartsheet-python-sdk-1.3.1/smartsheet/models/report_column.py +68 -0
- smartsheet-python-sdk-1.3.1/smartsheet/models/report_publish.py +96 -0
- smartsheet-python-sdk-1.3.1/smartsheet/models/report_row.py +69 -0
- smartsheet-python-sdk-1.3.1/smartsheet/models/result.py +103 -0
- smartsheet-python-sdk-1.3.1/smartsheet/models/row.py +336 -0
- smartsheet-python-sdk-1.3.1/smartsheet/models/row_email.py +84 -0
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/smartsheet/models/row_mapping.py +26 -33
- smartsheet-python-sdk-1.3.1/smartsheet/models/schedule.py +141 -0
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/smartsheet/models/search_result.py +15 -37
- smartsheet-python-sdk-1.3.1/smartsheet/models/search_result_item.py +149 -0
- smartsheet-python-sdk-1.3.1/smartsheet/models/sent_update_request.py +172 -0
- smartsheet-python-sdk-1.3.1/smartsheet/models/server_info.py +68 -0
- smartsheet-python-sdk-1.3.1/smartsheet/models/share.py +184 -0
- smartsheet-python-sdk-1.3.1/smartsheet/models/sheet.py +389 -0
- smartsheet-python-sdk-1.3.1/smartsheet/models/sheet_email.py +82 -0
- smartsheet-python-sdk-1.3.1/smartsheet/models/sheet_filter.py +107 -0
- smartsheet-python-sdk-1.3.1/smartsheet/models/sheet_filter_details.py +77 -0
- smartsheet-python-sdk-1.3.1/smartsheet/models/sheet_publish.py +185 -0
- smartsheet-python-sdk-1.3.1/smartsheet/models/sheet_user_settings.py +73 -0
- smartsheet-python-sdk-1.3.1/smartsheet/models/shortcut_data_item.py +103 -0
- smartsheet-python-sdk-1.3.1/smartsheet/models/sight.py +155 -0
- smartsheet-python-sdk-1.3.1/smartsheet/models/sight_publish.py +78 -0
- smartsheet-python-sdk-1.3.1/smartsheet/models/sort_criterion.py +65 -0
- smartsheet-python-sdk-1.3.1/smartsheet/models/sort_specifier.py +56 -0
- smartsheet-python-sdk-1.3.1/smartsheet/models/source.py +89 -0
- smartsheet-python-sdk-1.3.1/smartsheet/models/template.py +176 -0
- smartsheet-python-sdk-1.3.1/smartsheet/models/update_request.py +111 -0
- smartsheet-python-sdk-1.3.1/smartsheet/models/user.py +59 -0
- smartsheet-python-sdk-1.3.1/smartsheet/models/user_model.py +243 -0
- smartsheet-python-sdk-1.3.1/smartsheet/models/user_profile.py +80 -0
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/smartsheet/models/version.py +14 -20
- smartsheet-python-sdk-1.3.1/smartsheet/models/webhook.py +213 -0
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/smartsheet/models/webhook_secret.py +13 -20
- smartsheet-python-sdk-1.3.1/smartsheet/models/webhook_stats.py +77 -0
- smartsheet-python-sdk-1.3.1/smartsheet/models/widget.py +169 -0
- smartsheet-python-sdk-1.3.1/smartsheet/models/widget_content.py +188 -0
- smartsheet-python-sdk-1.3.1/smartsheet/models/workspace.py +158 -0
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/smartsheet/passthrough.py +1 -0
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/smartsheet/reports.py +18 -25
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/smartsheet/server.py +0 -2
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/smartsheet/session.py +8 -1
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/smartsheet/sheets.py +237 -84
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/smartsheet/sights.py +17 -22
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/smartsheet/smartsheet.py +33 -20
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/smartsheet/templates.py +8 -12
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/smartsheet/token.py +1 -3
- smartsheet-python-sdk-1.3.1/smartsheet/types.py +311 -0
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/smartsheet/users.py +51 -31
- smartsheet-python-sdk-1.3.1/smartsheet/util.py +174 -0
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/smartsheet/version.py +1 -1
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/smartsheet/webhooks.py +7 -11
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/smartsheet/workspaces.py +18 -41
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/smartsheet_python_sdk.egg-info/PKG-INFO +3 -3
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/smartsheet_python_sdk.egg-info/SOURCES.txt +88 -3
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/smartsheet_python_sdk.egg-info/requires.txt +1 -0
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/tests/integration/conftest.py +2 -2
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/tests/integration/test_attachments.py +0 -1
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/tests/integration/test_columns.py +3 -2
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/tests/integration/test_contacts.py +4 -2
- smartsheet-python-sdk-1.3.1/tests/integration/test_cross_sheet_references.py +30 -0
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/tests/integration/test_discussions.py +0 -1
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/tests/integration/test_folders.py +1 -2
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/tests/integration/test_model_attributes.py +167 -218
- smartsheet-python-sdk-1.3.1/tests/integration/test_object_value.py +126 -0
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/tests/integration/test_regression.py +1 -118
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/tests/integration/test_rows.py +65 -10
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/tests/integration/test_sheets.py +12 -34
- smartsheet-python-sdk-1.3.1/tests/integration/test_update_requests.py +61 -0
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/tests/integration/test_users.py +9 -0
- smartsheet-python-sdk-1.3.1/tests/integration/test_webhooks.py +48 -0
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/tests/integration/test_workspaces.py +3 -2
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/tests/mock_api/mock_api_test_helper.py +3 -3
- smartsheet-python-sdk-1.3.1/tests/mock_api/test_mock_api_automation_rules.py +39 -0
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/tests/mock_api/test_mock_api_rows.py +11 -11
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/tests/mock_api/test_mock_api_sheets.py +4 -4
- smartsheet-python-sdk-1.3.1/tests/mock_api/test_mock_api_sights.py +58 -0
- smartsheet-python-sdk-1.3.1/tests/mock_api/test_mock_change_agent.py +27 -0
- smartsheet-python-sdk-1.2.4/CHANGELOG.md +0 -46
- smartsheet-python-sdk-1.2.4/docs/objects.inv +0 -0
- smartsheet-python-sdk-1.2.4/docs/searchindex.js +0 -1
- smartsheet-python-sdk-1.2.4/smartsheet/models/access_token.py +0 -112
- smartsheet-python-sdk-1.2.4/smartsheet/models/alternate_email.py +0 -121
- smartsheet-python-sdk-1.2.4/smartsheet/models/attachment.py +0 -337
- smartsheet-python-sdk-1.2.4/smartsheet/models/auto_number_format.py +0 -104
- smartsheet-python-sdk-1.2.4/smartsheet/models/cell.py +0 -386
- smartsheet-python-sdk-1.2.4/smartsheet/models/cell_data_item.py +0 -158
- smartsheet-python-sdk-1.2.4/smartsheet/models/cell_history.py +0 -273
- smartsheet-python-sdk-1.2.4/smartsheet/models/cell_link.py +0 -139
- smartsheet-python-sdk-1.2.4/smartsheet/models/column.py +0 -481
- smartsheet-python-sdk-1.2.4/smartsheet/models/comment.py +0 -279
- smartsheet-python-sdk-1.2.4/smartsheet/models/contact.py +0 -104
- smartsheet-python-sdk-1.2.4/smartsheet/models/container_destination.py +0 -151
- smartsheet-python-sdk-1.2.4/smartsheet/models/copy_or_move_row_directive.py +0 -91
- smartsheet-python-sdk-1.2.4/smartsheet/models/copy_or_move_row_result.py +0 -95
- smartsheet-python-sdk-1.2.4/smartsheet/models/criteria.py +0 -165
- smartsheet-python-sdk-1.2.4/smartsheet/models/currency.py +0 -107
- smartsheet-python-sdk-1.2.4/smartsheet/models/discussion.py +0 -382
- smartsheet-python-sdk-1.2.4/smartsheet/models/duration.py +0 -159
- smartsheet-python-sdk-1.2.4/smartsheet/models/email.py +0 -119
- smartsheet-python-sdk-1.2.4/smartsheet/models/error_result.py +0 -158
- smartsheet-python-sdk-1.2.4/smartsheet/models/favorite.py +0 -101
- smartsheet-python-sdk-1.2.4/smartsheet/models/filter.py +0 -145
- smartsheet-python-sdk-1.2.4/smartsheet/models/folder.py +0 -317
- smartsheet-python-sdk-1.2.4/smartsheet/models/format_details.py +0 -82
- smartsheet-python-sdk-1.2.4/smartsheet/models/format_tables.py +0 -406
- smartsheet-python-sdk-1.2.4/smartsheet/models/group.py +0 -232
- smartsheet-python-sdk-1.2.4/smartsheet/models/group_member.py +0 -150
- smartsheet-python-sdk-1.2.4/smartsheet/models/home.py +0 -195
- smartsheet-python-sdk-1.2.4/smartsheet/models/hyperlink.py +0 -106
- smartsheet-python-sdk-1.2.4/smartsheet/models/image.py +0 -106
- smartsheet-python-sdk-1.2.4/smartsheet/models/image_url.py +0 -127
- smartsheet-python-sdk-1.2.4/smartsheet/models/image_url_map.py +0 -92
- smartsheet-python-sdk-1.2.4/smartsheet/models/index_result.py +0 -249
- smartsheet-python-sdk-1.2.4/smartsheet/models/multi_row_email.py +0 -102
- smartsheet-python-sdk-1.2.4/smartsheet/models/o_auth_error.py +0 -108
- smartsheet-python-sdk-1.2.4/smartsheet/models/predecessor.py +0 -172
- smartsheet-python-sdk-1.2.4/smartsheet/models/predecessor_list.py +0 -90
- smartsheet-python-sdk-1.2.4/smartsheet/models/project_settings.py +0 -120
- smartsheet-python-sdk-1.2.4/smartsheet/models/report.py +0 -524
- smartsheet-python-sdk-1.2.4/smartsheet/models/report_cell.py +0 -253
- smartsheet-python-sdk-1.2.4/smartsheet/models/report_column.py +0 -411
- smartsheet-python-sdk-1.2.4/smartsheet/models/report_publish.py +0 -159
- smartsheet-python-sdk-1.2.4/smartsheet/models/report_row.py +0 -462
- smartsheet-python-sdk-1.2.4/smartsheet/models/result.py +0 -238
- smartsheet-python-sdk-1.2.4/smartsheet/models/row.py +0 -607
- smartsheet-python-sdk-1.2.4/smartsheet/models/row_email.py +0 -128
- smartsheet-python-sdk-1.2.4/smartsheet/models/schedule.py +0 -275
- smartsheet-python-sdk-1.2.4/smartsheet/models/search_result_item.py +0 -217
- smartsheet-python-sdk-1.2.4/smartsheet/models/sent_update_request.py +0 -275
- smartsheet-python-sdk-1.2.4/smartsheet/models/server_info.py +0 -95
- smartsheet-python-sdk-1.2.4/smartsheet/models/share.py +0 -330
- smartsheet-python-sdk-1.2.4/smartsheet/models/sheet.py +0 -731
- smartsheet-python-sdk-1.2.4/smartsheet/models/sheet_email.py +0 -173
- smartsheet-python-sdk-1.2.4/smartsheet/models/sheet_filter.py +0 -124
- smartsheet-python-sdk-1.2.4/smartsheet/models/sheet_filter_details.py +0 -110
- smartsheet-python-sdk-1.2.4/smartsheet/models/sheet_publish.py +0 -325
- smartsheet-python-sdk-1.2.4/smartsheet/models/sheet_user_settings.py +0 -102
- smartsheet-python-sdk-1.2.4/smartsheet/models/shortcut_data_item.py +0 -133
- smartsheet-python-sdk-1.2.4/smartsheet/models/sight.py +0 -256
- smartsheet-python-sdk-1.2.4/smartsheet/models/sight_publish.py +0 -122
- smartsheet-python-sdk-1.2.4/smartsheet/models/source.py +0 -98
- smartsheet-python-sdk-1.2.4/smartsheet/models/template.py +0 -271
- smartsheet-python-sdk-1.2.4/smartsheet/models/update_request.py +0 -178
- smartsheet-python-sdk-1.2.4/smartsheet/models/user.py +0 -327
- smartsheet-python-sdk-1.2.4/smartsheet/models/user_profile.py +0 -245
- smartsheet-python-sdk-1.2.4/smartsheet/models/webhook.py +0 -340
- smartsheet-python-sdk-1.2.4/smartsheet/models/webhook_stats.py +0 -106
- smartsheet-python-sdk-1.2.4/smartsheet/models/widget.py +0 -242
- smartsheet-python-sdk-1.2.4/smartsheet/models/widget_content.py +0 -263
- smartsheet-python-sdk-1.2.4/smartsheet/models/workspace.py +0 -323
- smartsheet-python-sdk-1.2.4/smartsheet/types.py +0 -82
- smartsheet-python-sdk-1.2.4/smartsheet/util.py +0 -88
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/.nojekyll +0 -0
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/LICENSE.md +0 -0
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/Makefile +0 -0
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/NOTICE +0 -0
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/docs/.nojekyll +0 -0
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/docs/_sources/index.rst.txt +0 -0
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/docs/_sources/modules.rst.txt +0 -0
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/docs/_sources/smartsheet.rst.txt +0 -0
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/docs/_static/ajax-loader.gif +0 -0
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/docs/_static/basic.css +0 -0
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/docs/_static/comment-bright.png +0 -0
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/docs/_static/comment-close.png +0 -0
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/docs/_static/comment.png +0 -0
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/docs/_static/css/badge_only.css +0 -0
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/docs/_static/css/theme.css +0 -0
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/docs/_static/doctools.js +0 -0
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/docs/_static/down-pressed.png +0 -0
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/docs/_static/down.png +0 -0
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/docs/_static/file.png +0 -0
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/docs/_static/fonts/Inconsolata-Bold.ttf +0 -0
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/docs/_static/fonts/Inconsolata-Regular.ttf +0 -0
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/docs/_static/fonts/Lato-Bold.ttf +0 -0
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/docs/_static/fonts/Lato-Regular.ttf +0 -0
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/docs/_static/fonts/RobotoSlab-Bold.ttf +0 -0
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/docs/_static/fonts/RobotoSlab-Regular.ttf +0 -0
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/docs/_static/fonts/fontawesome-webfont.eot +0 -0
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/docs/_static/fonts/fontawesome-webfont.svg +0 -0
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/docs/_static/fonts/fontawesome-webfont.ttf +0 -0
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/docs/_static/fonts/fontawesome-webfont.woff +0 -0
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/docs/_static/jquery-3.2.1.js +0 -0
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/docs/_static/jquery.js +0 -0
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/docs/_static/js/modernizr.min.js +0 -0
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/docs/_static/js/theme.js +0 -0
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/docs/_static/minus.png +0 -0
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/docs/_static/plus.png +0 -0
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/docs/_static/pygments.css +0 -0
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/docs/_static/searchtools.js +0 -0
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/docs/_static/underscore-1.3.1.js +0 -0
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/docs/_static/underscore.js +0 -0
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/docs/_static/up-pressed.png +0 -0
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/docs/_static/up.png +0 -0
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/docs/_static/websupport.js +0 -0
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/docs-source/Makefile +0 -0
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/docs-source/conf.py +0 -0
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/docs-source/index.rst +0 -0
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/pylintrc +0 -0
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/setup.cfg +0 -0
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/smartsheet/__init__.py +0 -0
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/smartsheet/exceptions.py +0 -0
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/smartsheet/images.py +0 -0
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/smartsheet/models/boolean_object_value.py +0 -0
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/smartsheet/models/number_object_value.py +0 -0
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/smartsheet/models/string_object_value.py +0 -0
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/smartsheet/search.py +0 -0
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/smartsheet_python_sdk.egg-info/dependency_links.txt +0 -0
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/smartsheet_python_sdk.egg-info/top_level.txt +0 -0
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/tests/integration/README.md +0 -0
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/tests/integration/fixtures/calling_all_curs.txt +0 -0
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/tests/integration/fixtures/curly.jpg +0 -0
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/tests/integration/fixtures/moe-curly.jpg +0 -0
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/tests/integration/fixtures/quote.txt +0 -0
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/tests/integration/fixtures/stooges_v1.jpg +0 -0
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/tests/integration/fixtures/stooges_v2.jpg +0 -0
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/tests/integration/test_favorites.py +0 -0
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/tests/integration/test_groups.py +0 -0
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/tests/integration/test_home.py +0 -0
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/tests/integration/test_passthrough.py +0 -0
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/tests/integration/test_reports.py +0 -0
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/tests/integration/test_server_info.py +0 -0
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/tests/integration/test_templates.py +0 -0
- {smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/tests/integration/test_zsearch.py +0 -0
|
@@ -2,7 +2,6 @@ language: python
|
|
|
2
2
|
|
|
3
3
|
python:
|
|
4
4
|
- "2.7"
|
|
5
|
-
- "3.3"
|
|
6
5
|
- "3.4"
|
|
7
6
|
- "3.5"
|
|
8
7
|
- "3.6"
|
|
@@ -19,13 +18,13 @@ before_install:
|
|
|
19
18
|
|
|
20
19
|
install:
|
|
21
20
|
- pip install --upgrade pip
|
|
22
|
-
- pip install certifi
|
|
23
|
-
- pip install requests six python-dateutil coverage coveralls[yaml] pytest pytest-travis-fold pytest-instafail requests-toolbelt
|
|
21
|
+
- pip install certifi
|
|
22
|
+
- pip install enum34 requests six python-dateutil coverage coveralls[yaml] pytest pytest-travis-fold pytest-instafail requests-toolbelt
|
|
24
23
|
|
|
25
24
|
script:
|
|
26
25
|
- smartsheet-sdk-tests/travis_scripts/start_wiremock.sh
|
|
27
|
-
- coverage run --source=smartsheet setup.py test -a tests/integration
|
|
28
|
-
|
|
26
|
+
# - coverage run --source=smartsheet setup.py test -a tests/integration
|
|
27
|
+
- coverage run --source=smartsheet setup.py test # use this line instead to enable mock api tests
|
|
29
28
|
|
|
30
29
|
after_success:
|
|
31
30
|
- coveralls --verbose
|
|
@@ -0,0 +1,97 @@
|
|
|
1
|
+
# Changelog
|
|
2
|
+
All notable changes to this project will be documented in this file.
|
|
3
|
+
|
|
4
|
+
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
|
5
|
+
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
|
6
|
+
|
|
7
|
+
## [Unreleased]
|
|
8
|
+
|
|
9
|
+
## [1.3.1] - 2018-3-1
|
|
10
|
+
|
|
11
|
+
### Added
|
|
12
|
+
- Implemented [cross-sheet References](http://smartsheet-platform.github.io/api-docs/?shell#cross-sheet-references)
|
|
13
|
+
- Updated UserProfile and added support for profile images
|
|
14
|
+
- Added an argument to the client constructor method to externally set the API base URI
|
|
15
|
+
- Implemented [Automation Rules](http://smartsheet-platform.github.io/api-docs/?shell#automation-rules)
|
|
16
|
+
- Implemented row sort objects and [Sort Rows in Sheet](http://smartsheet-platform.github.io/api-docs/?shell#sort-rows-in-sheet) endpoint
|
|
17
|
+
- Added row filter properties to SheetFilter
|
|
18
|
+
- Added ifVersionAfter parameter to Sheet.get_sheet() method
|
|
19
|
+
|
|
20
|
+
### Changed
|
|
21
|
+
In our efforts to further streamline the SDK, enumerated properties have been changed from type String to type EnumeratedValue, which wraps Python Enum.
|
|
22
|
+
In addition to allowing us to remove a number of redundant string arrays, this also provides the benefit of better code completion (in most IDEs)
|
|
23
|
+
and provides for more programmatic clarity, for example:
|
|
24
|
+
```
|
|
25
|
+
sheet = smartsheet.Sheets.get_sheet(sheet_id)
|
|
26
|
+
if sheet.access_level == AccessLevel.OWNER:
|
|
27
|
+
# perform some task for OWNER
|
|
28
|
+
...
|
|
29
|
+
```
|
|
30
|
+
However, string comparisons will continue to operate as they did previously. No change is required if your code uses comparisons such as:
|
|
31
|
+
```
|
|
32
|
+
sheet = smartsheet.Sheets.get_sheet(sheet_id)
|
|
33
|
+
if sheet.access_level == 'OWNER':
|
|
34
|
+
# perform some task for OWNER
|
|
35
|
+
...
|
|
36
|
+
```
|
|
37
|
+
[enum34](https://pypi.python.org/pypi/enum34) has been added as a required package for the SDK
|
|
38
|
+
|
|
39
|
+
## [1.3.0] - 2018-2-21
|
|
40
|
+
|
|
41
|
+
### Changed
|
|
42
|
+
|
|
43
|
+
Several changes have been made to the SDK to improve both the maintainability of the SDK and the predictability/reliability of the results returned by the SDK. Some of these changes may be breaking to code that currently uses the SDK. The following changes should be reviewed:
|
|
44
|
+
* The JSON serializer has been changed to ignore `null` values and empty lists (`[]`). A new Smartsheet model, ExplicitNull, is provided for circumstances where there is a need to force the serialization of a null value. As an example, to clear a hyperlink value from a cell, you can perform the following operation:
|
|
45
|
+
```
|
|
46
|
+
first_row = Row()
|
|
47
|
+
first_row.id = 10
|
|
48
|
+
first_row.cells.append({
|
|
49
|
+
"columnId": 101,
|
|
50
|
+
"value": "",
|
|
51
|
+
"hyperlink": ExplicitNull()
|
|
52
|
+
})
|
|
53
|
+
|
|
54
|
+
response = self.client.Sheets.update_rows(1, [first_row])
|
|
55
|
+
```
|
|
56
|
+
* Property values are more strongly type checked on assignment and you will get a `ValueError` exception if you attempt to assign an incompatible object. Previously, there were a number of cases where assignment of incompatible types would have resulted in a silent failure by the SDK.
|
|
57
|
+
* In previous releases, property filters were executed prior to create or update operations on many models within the SDK. Unfortunately, those filters were sometimes at odds with the API and occasionally returned unpredictable results. For that reason those filters have been removed. Be aware that any property that is set in a model will be passed through to the API.
|
|
58
|
+
* Properties `id`, `format`, and `type` are accessible without the preceding underscore, e.g. `cell._format` has changed to `cell.format`.
|
|
59
|
+
|
|
60
|
+
## [1.2.4] - 2018-2-21
|
|
61
|
+
|
|
62
|
+
### Fixed
|
|
63
|
+
|
|
64
|
+
- There is a race condition which exists in the window between when the API servers disconnect an idle connection and when the client receives notification
|
|
65
|
+
of the disconnection. If a request is made during that window, the client reads a blank status line and issues an error indicating that the session was
|
|
66
|
+
terminated without a response (UnexpectedRequestError). This release is made to address that issue by implementing appropriate retries in the SDK.
|
|
67
|
+
|
|
68
|
+
## [1.2.3] - 2017-12-11
|
|
69
|
+
|
|
70
|
+
### Fixed
|
|
71
|
+
|
|
72
|
+
- Safe defaults for mock api test name and module name
|
|
73
|
+
## [1.2.2] - 2017-12-7
|
|
74
|
+
### Added
|
|
75
|
+
- Support for column validation
|
|
76
|
+
- New `Passthrough` object supports `get`, `post`, `put`, or `delete` with arbitrary json payload. Use this for access to any API feature that isn't yet modeled in the API. Requests still benefit from error retry and logging.
|
|
77
|
+
|
|
78
|
+
- `add_image_to_cell` & `attach_file_to_cell`: Now support `override_validation` and `alt_text` parameters
|
|
79
|
+
- `copy_folder`, `copy_workspace` and `copy_sheet`: Additional options for `include`, `skip_remap`, and `omit` parameters
|
|
80
|
+
- Support for `include=sheetVersion` for several endpoints that return a list of sheets
|
|
81
|
+
- Support for reading sheet filters
|
|
82
|
+
- More flags when publishing Sheets or Reports as HTML
|
|
83
|
+
- Search
|
|
84
|
+
- Results include favorite information
|
|
85
|
+
- Limit search scope
|
|
86
|
+
|
|
87
|
+
### Changed
|
|
88
|
+
- Mock tests
|
|
89
|
+
- Improved logging
|
|
90
|
+
|
|
91
|
+
### Fixed
|
|
92
|
+
- Sight widget column property name
|
|
93
|
+
|
|
94
|
+
|
|
95
|
+
|
|
96
|
+
## Previous releases
|
|
97
|
+
- Documented as [Github releases](https://github.com/smartsheet-platform/smartsheet-python-sdk/releases)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 1.1
|
|
2
2
|
Name: smartsheet-python-sdk
|
|
3
|
-
Version: 1.
|
|
3
|
+
Version: 1.3.1
|
|
4
4
|
Summary: Library that uses Python to connect to Smartsheet services (using API 2.0).
|
|
5
5
|
Home-page: http://smartsheet-platform.github.io/api-docs/
|
|
6
6
|
Author: Smartsheet
|
|
@@ -17,7 +17,7 @@ Description: Smartsheet Python SDK
|
|
|
17
17
|
System Requirements
|
|
18
18
|
-------------------
|
|
19
19
|
|
|
20
|
-
The SDK currently supports Python 2.7, 3.
|
|
20
|
+
The SDK currently supports Python 2.7, 3.4, 3.5, 3.6, pypy, and pypy3.
|
|
21
21
|
The following packages are required.
|
|
22
22
|
|
|
23
23
|
- `requests <https://pypi.python.org/pypi/requests>`__
|
|
@@ -25,6 +25,7 @@ Description: Smartsheet Python SDK
|
|
|
25
25
|
- `six <https://pypi.python.org/pypi/six>`__
|
|
26
26
|
- `certifi <https://pypi.python.org/pypi/certifi>`__
|
|
27
27
|
- `python-dateutil <https://pypi.python.org/pypi/python-dateutil>`__
|
|
28
|
+
- `enum34 <https://pypi.python.org/pypi/enum34>`__
|
|
28
29
|
|
|
29
30
|
Installation
|
|
30
31
|
------------
|
|
@@ -114,7 +115,6 @@ Classifier: Operating System :: OS Independent
|
|
|
114
115
|
Classifier: License :: OSI Approved :: Apache Software License
|
|
115
116
|
Classifier: Programming Language :: Python
|
|
116
117
|
Classifier: Programming Language :: Python :: 2.7
|
|
117
|
-
Classifier: Programming Language :: Python :: 3.3
|
|
118
118
|
Classifier: Programming Language :: Python :: 3.4
|
|
119
119
|
Classifier: Programming Language :: Python :: 3.5
|
|
120
120
|
Classifier: Programming Language :: Python :: 3.6
|
|
@@ -4,8 +4,8 @@
|
|
|
4
4
|
This library is intended to simplify connecting to the [Smartsheet API](http://smartsheet-platform.github.io/api-docs/) from Python applications.
|
|
5
5
|
|
|
6
6
|
## System Requirements
|
|
7
|
-
The SDK currently supports Python 2.7, 3.
|
|
8
|
-
**Note** that Python version 3.
|
|
7
|
+
The SDK currently supports Python 2.7, 3.4, 3.5, 3.6, pypy, and pypy3.
|
|
8
|
+
**Note** that Python version 3.4 or higher is required for Unicode support. (E.g. if your Smartsheet data includes non-ASCII characters.)
|
|
9
9
|
|
|
10
10
|
The following packages are required.
|
|
11
11
|
|
|
@@ -8,7 +8,7 @@ applications.
|
|
|
8
8
|
System Requirements
|
|
9
9
|
-------------------
|
|
10
10
|
|
|
11
|
-
The SDK currently supports Python 2.7, 3.
|
|
11
|
+
The SDK currently supports Python 2.7, 3.4, 3.5, 3.6, pypy, and pypy3.
|
|
12
12
|
The following packages are required.
|
|
13
13
|
|
|
14
14
|
- `requests <https://pypi.python.org/pypi/requests>`__
|
|
@@ -16,6 +16,7 @@ The following packages are required.
|
|
|
16
16
|
- `six <https://pypi.python.org/pypi/six>`__
|
|
17
17
|
- `certifi <https://pypi.python.org/pypi/certifi>`__
|
|
18
18
|
- `python-dateutil <https://pypi.python.org/pypi/python-dateutil>`__
|
|
19
|
+
- `enum34 <https://pypi.python.org/pypi/enum34>`__
|
|
19
20
|
|
|
20
21
|
Installation
|
|
21
22
|
------------
|
|
@@ -1,4 +1,4 @@
|
|
|
1
1
|
# Sphinx build info version 1
|
|
2
2
|
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
|
|
3
|
-
config:
|
|
3
|
+
config: 182ba4142853120fe0a76a6374d55800
|
|
4
4
|
tags: 645f666f9bcd5a90fca523b33c5a78b7
|
|
@@ -0,0 +1,262 @@
|
|
|
1
|
+
smartsheet.models.enums package
|
|
2
|
+
===============================
|
|
3
|
+
|
|
4
|
+
Submodules
|
|
5
|
+
----------
|
|
6
|
+
|
|
7
|
+
smartsheet.models.enums.access\_level module
|
|
8
|
+
--------------------------------------------
|
|
9
|
+
|
|
10
|
+
.. automodule:: smartsheet.models.enums.access_level
|
|
11
|
+
:members:
|
|
12
|
+
:undoc-members:
|
|
13
|
+
:show-inheritance:
|
|
14
|
+
|
|
15
|
+
smartsheet.models.enums.attachment\_parent\_type module
|
|
16
|
+
-------------------------------------------------------
|
|
17
|
+
|
|
18
|
+
.. automodule:: smartsheet.models.enums.attachment_parent_type
|
|
19
|
+
:members:
|
|
20
|
+
:undoc-members:
|
|
21
|
+
:show-inheritance:
|
|
22
|
+
|
|
23
|
+
smartsheet.models.enums.attachment\_sub\_type module
|
|
24
|
+
----------------------------------------------------
|
|
25
|
+
|
|
26
|
+
.. automodule:: smartsheet.models.enums.attachment_sub_type
|
|
27
|
+
:members:
|
|
28
|
+
:undoc-members:
|
|
29
|
+
:show-inheritance:
|
|
30
|
+
|
|
31
|
+
smartsheet.models.enums.attachment\_type module
|
|
32
|
+
-----------------------------------------------
|
|
33
|
+
|
|
34
|
+
.. automodule:: smartsheet.models.enums.attachment_type
|
|
35
|
+
:members:
|
|
36
|
+
:undoc-members:
|
|
37
|
+
:show-inheritance:
|
|
38
|
+
|
|
39
|
+
smartsheet.models.enums.automation\_action\_frequency module
|
|
40
|
+
------------------------------------------------------------
|
|
41
|
+
|
|
42
|
+
.. automodule:: smartsheet.models.enums.automation_action_frequency
|
|
43
|
+
:members:
|
|
44
|
+
:undoc-members:
|
|
45
|
+
:show-inheritance:
|
|
46
|
+
|
|
47
|
+
smartsheet.models.enums.automation\_action\_type module
|
|
48
|
+
-------------------------------------------------------
|
|
49
|
+
|
|
50
|
+
.. automodule:: smartsheet.models.enums.automation_action_type
|
|
51
|
+
:members:
|
|
52
|
+
:undoc-members:
|
|
53
|
+
:show-inheritance:
|
|
54
|
+
|
|
55
|
+
smartsheet.models.enums.automation\_rule\_disabled\_reason module
|
|
56
|
+
-----------------------------------------------------------------
|
|
57
|
+
|
|
58
|
+
.. automodule:: smartsheet.models.enums.automation_rule_disabled_reason
|
|
59
|
+
:members:
|
|
60
|
+
:undoc-members:
|
|
61
|
+
:show-inheritance:
|
|
62
|
+
|
|
63
|
+
smartsheet.models.enums.cell\_link\_status module
|
|
64
|
+
-------------------------------------------------
|
|
65
|
+
|
|
66
|
+
.. automodule:: smartsheet.models.enums.cell_link_status
|
|
67
|
+
:members:
|
|
68
|
+
:undoc-members:
|
|
69
|
+
:show-inheritance:
|
|
70
|
+
|
|
71
|
+
smartsheet.models.enums.column\_type module
|
|
72
|
+
-------------------------------------------
|
|
73
|
+
|
|
74
|
+
.. automodule:: smartsheet.models.enums.column_type
|
|
75
|
+
:members:
|
|
76
|
+
:undoc-members:
|
|
77
|
+
:show-inheritance:
|
|
78
|
+
|
|
79
|
+
smartsheet.models.enums.criteria\_target module
|
|
80
|
+
-----------------------------------------------
|
|
81
|
+
|
|
82
|
+
.. automodule:: smartsheet.models.enums.criteria_target
|
|
83
|
+
:members:
|
|
84
|
+
:undoc-members:
|
|
85
|
+
:show-inheritance:
|
|
86
|
+
|
|
87
|
+
smartsheet.models.enums.cross\_sheet\_reference\_status module
|
|
88
|
+
--------------------------------------------------------------
|
|
89
|
+
|
|
90
|
+
.. automodule:: smartsheet.models.enums.cross_sheet_reference_status
|
|
91
|
+
:members:
|
|
92
|
+
:undoc-members:
|
|
93
|
+
:show-inheritance:
|
|
94
|
+
|
|
95
|
+
smartsheet.models.enums.currency\_code module
|
|
96
|
+
---------------------------------------------
|
|
97
|
+
|
|
98
|
+
.. automodule:: smartsheet.models.enums.currency_code
|
|
99
|
+
:members:
|
|
100
|
+
:undoc-members:
|
|
101
|
+
:show-inheritance:
|
|
102
|
+
|
|
103
|
+
smartsheet.models.enums.day\_descriptors module
|
|
104
|
+
-----------------------------------------------
|
|
105
|
+
|
|
106
|
+
.. automodule:: smartsheet.models.enums.day_descriptors
|
|
107
|
+
:members:
|
|
108
|
+
:undoc-members:
|
|
109
|
+
:show-inheritance:
|
|
110
|
+
|
|
111
|
+
smartsheet.models.enums.day\_ordinal module
|
|
112
|
+
-------------------------------------------
|
|
113
|
+
|
|
114
|
+
.. automodule:: smartsheet.models.enums.day_ordinal
|
|
115
|
+
:members:
|
|
116
|
+
:undoc-members:
|
|
117
|
+
:show-inheritance:
|
|
118
|
+
|
|
119
|
+
smartsheet.models.enums.global\_template module
|
|
120
|
+
-----------------------------------------------
|
|
121
|
+
|
|
122
|
+
.. automodule:: smartsheet.models.enums.global_template
|
|
123
|
+
:members:
|
|
124
|
+
:undoc-members:
|
|
125
|
+
:show-inheritance:
|
|
126
|
+
|
|
127
|
+
smartsheet.models.enums.operator module
|
|
128
|
+
---------------------------------------
|
|
129
|
+
|
|
130
|
+
.. automodule:: smartsheet.models.enums.operator
|
|
131
|
+
:members:
|
|
132
|
+
:undoc-members:
|
|
133
|
+
:show-inheritance:
|
|
134
|
+
|
|
135
|
+
smartsheet.models.enums.paper\_type module
|
|
136
|
+
------------------------------------------
|
|
137
|
+
|
|
138
|
+
.. automodule:: smartsheet.models.enums.paper_type
|
|
139
|
+
:members:
|
|
140
|
+
:undoc-members:
|
|
141
|
+
:show-inheritance:
|
|
142
|
+
|
|
143
|
+
smartsheet.models.enums.predecessor\_type module
|
|
144
|
+
------------------------------------------------
|
|
145
|
+
|
|
146
|
+
.. automodule:: smartsheet.models.enums.predecessor_type
|
|
147
|
+
:members:
|
|
148
|
+
:undoc-members:
|
|
149
|
+
:show-inheritance:
|
|
150
|
+
|
|
151
|
+
smartsheet.models.enums.publish\_accessible\_by module
|
|
152
|
+
------------------------------------------------------
|
|
153
|
+
|
|
154
|
+
.. automodule:: smartsheet.models.enums.publish_accessible_by
|
|
155
|
+
:members:
|
|
156
|
+
:undoc-members:
|
|
157
|
+
:show-inheritance:
|
|
158
|
+
|
|
159
|
+
smartsheet.models.enums.schedule\_type module
|
|
160
|
+
---------------------------------------------
|
|
161
|
+
|
|
162
|
+
.. automodule:: smartsheet.models.enums.schedule_type
|
|
163
|
+
:members:
|
|
164
|
+
:undoc-members:
|
|
165
|
+
:show-inheritance:
|
|
166
|
+
|
|
167
|
+
smartsheet.models.enums.share\_scope module
|
|
168
|
+
-------------------------------------------
|
|
169
|
+
|
|
170
|
+
.. automodule:: smartsheet.models.enums.share_scope
|
|
171
|
+
:members:
|
|
172
|
+
:undoc-members:
|
|
173
|
+
:show-inheritance:
|
|
174
|
+
|
|
175
|
+
smartsheet.models.enums.share\_type module
|
|
176
|
+
------------------------------------------
|
|
177
|
+
|
|
178
|
+
.. automodule:: smartsheet.models.enums.share_type
|
|
179
|
+
:members:
|
|
180
|
+
:undoc-members:
|
|
181
|
+
:show-inheritance:
|
|
182
|
+
|
|
183
|
+
smartsheet.models.enums.sheet\_email\_format module
|
|
184
|
+
---------------------------------------------------
|
|
185
|
+
|
|
186
|
+
.. automodule:: smartsheet.models.enums.sheet_email_format
|
|
187
|
+
:members:
|
|
188
|
+
:undoc-members:
|
|
189
|
+
:show-inheritance:
|
|
190
|
+
|
|
191
|
+
smartsheet.models.enums.sheet\_filter\_operator module
|
|
192
|
+
------------------------------------------------------
|
|
193
|
+
|
|
194
|
+
.. automodule:: smartsheet.models.enums.sheet_filter_operator
|
|
195
|
+
:members:
|
|
196
|
+
:undoc-members:
|
|
197
|
+
:show-inheritance:
|
|
198
|
+
|
|
199
|
+
smartsheet.models.enums.sheet\_filter\_type module
|
|
200
|
+
--------------------------------------------------
|
|
201
|
+
|
|
202
|
+
.. automodule:: smartsheet.models.enums.sheet_filter_type
|
|
203
|
+
:members:
|
|
204
|
+
:undoc-members:
|
|
205
|
+
:show-inheritance:
|
|
206
|
+
|
|
207
|
+
smartsheet.models.enums.sort\_direction module
|
|
208
|
+
----------------------------------------------
|
|
209
|
+
|
|
210
|
+
.. automodule:: smartsheet.models.enums.sort_direction
|
|
211
|
+
:members:
|
|
212
|
+
:undoc-members:
|
|
213
|
+
:show-inheritance:
|
|
214
|
+
|
|
215
|
+
smartsheet.models.enums.symbol module
|
|
216
|
+
-------------------------------------
|
|
217
|
+
|
|
218
|
+
.. automodule:: smartsheet.models.enums.symbol
|
|
219
|
+
:members:
|
|
220
|
+
:undoc-members:
|
|
221
|
+
:show-inheritance:
|
|
222
|
+
|
|
223
|
+
smartsheet.models.enums.system\_column\_type module
|
|
224
|
+
---------------------------------------------------
|
|
225
|
+
|
|
226
|
+
.. automodule:: smartsheet.models.enums.system_column_type
|
|
227
|
+
:members:
|
|
228
|
+
:undoc-members:
|
|
229
|
+
:show-inheritance:
|
|
230
|
+
|
|
231
|
+
smartsheet.models.enums.update\_request\_status module
|
|
232
|
+
------------------------------------------------------
|
|
233
|
+
|
|
234
|
+
.. automodule:: smartsheet.models.enums.update_request_status
|
|
235
|
+
:members:
|
|
236
|
+
:undoc-members:
|
|
237
|
+
:show-inheritance:
|
|
238
|
+
|
|
239
|
+
smartsheet.models.enums.user\_status module
|
|
240
|
+
-------------------------------------------
|
|
241
|
+
|
|
242
|
+
.. automodule:: smartsheet.models.enums.user_status
|
|
243
|
+
:members:
|
|
244
|
+
:undoc-members:
|
|
245
|
+
:show-inheritance:
|
|
246
|
+
|
|
247
|
+
smartsheet.models.enums.widget\_type module
|
|
248
|
+
-------------------------------------------
|
|
249
|
+
|
|
250
|
+
.. automodule:: smartsheet.models.enums.widget_type
|
|
251
|
+
:members:
|
|
252
|
+
:undoc-members:
|
|
253
|
+
:show-inheritance:
|
|
254
|
+
|
|
255
|
+
|
|
256
|
+
Module contents
|
|
257
|
+
---------------
|
|
258
|
+
|
|
259
|
+
.. automodule:: smartsheet.models.enums
|
|
260
|
+
:members:
|
|
261
|
+
:undoc-members:
|
|
262
|
+
:show-inheritance:
|
{smartsheet-python-sdk-1.2.4 → smartsheet-python-sdk-1.3.1}/docs/_sources/smartsheet.models.rst.txt
RENAMED
|
@@ -1,6 +1,13 @@
|
|
|
1
1
|
smartsheet.models package
|
|
2
2
|
=========================
|
|
3
3
|
|
|
4
|
+
Subpackages
|
|
5
|
+
-----------
|
|
6
|
+
|
|
7
|
+
.. toctree::
|
|
8
|
+
|
|
9
|
+
smartsheet.models.enums
|
|
10
|
+
|
|
4
11
|
Submodules
|
|
5
12
|
----------
|
|
6
13
|
|
|
@@ -44,6 +51,22 @@ smartsheet.models.auto\_number\_format module
|
|
|
44
51
|
:undoc-members:
|
|
45
52
|
:show-inheritance:
|
|
46
53
|
|
|
54
|
+
smartsheet.models.automation\_action module
|
|
55
|
+
-------------------------------------------
|
|
56
|
+
|
|
57
|
+
.. automodule:: smartsheet.models.automation_action
|
|
58
|
+
:members:
|
|
59
|
+
:undoc-members:
|
|
60
|
+
:show-inheritance:
|
|
61
|
+
|
|
62
|
+
smartsheet.models.automation\_rule module
|
|
63
|
+
-----------------------------------------
|
|
64
|
+
|
|
65
|
+
.. automodule:: smartsheet.models.automation_rule
|
|
66
|
+
:members:
|
|
67
|
+
:undoc-members:
|
|
68
|
+
:show-inheritance:
|
|
69
|
+
|
|
47
70
|
smartsheet.models.boolean\_object\_value module
|
|
48
71
|
-----------------------------------------------
|
|
49
72
|
|
|
@@ -180,6 +203,14 @@ smartsheet.models.criteria module
|
|
|
180
203
|
:undoc-members:
|
|
181
204
|
:show-inheritance:
|
|
182
205
|
|
|
206
|
+
smartsheet.models.cross\_sheet\_reference module
|
|
207
|
+
------------------------------------------------
|
|
208
|
+
|
|
209
|
+
.. automodule:: smartsheet.models.cross_sheet_reference
|
|
210
|
+
:members:
|
|
211
|
+
:undoc-members:
|
|
212
|
+
:show-inheritance:
|
|
213
|
+
|
|
183
214
|
smartsheet.models.currency module
|
|
184
215
|
---------------------------------
|
|
185
216
|
|
|
@@ -244,18 +275,18 @@ smartsheet.models.error\_result module
|
|
|
244
275
|
:undoc-members:
|
|
245
276
|
:show-inheritance:
|
|
246
277
|
|
|
247
|
-
smartsheet.models.
|
|
248
|
-
|
|
278
|
+
smartsheet.models.explicit\_null module
|
|
279
|
+
---------------------------------------
|
|
249
280
|
|
|
250
|
-
.. automodule:: smartsheet.models.
|
|
281
|
+
.. automodule:: smartsheet.models.explicit_null
|
|
251
282
|
:members:
|
|
252
283
|
:undoc-members:
|
|
253
284
|
:show-inheritance:
|
|
254
285
|
|
|
255
|
-
smartsheet.models.
|
|
256
|
-
|
|
286
|
+
smartsheet.models.favorite module
|
|
287
|
+
---------------------------------
|
|
257
288
|
|
|
258
|
-
.. automodule:: smartsheet.models.
|
|
289
|
+
.. automodule:: smartsheet.models.favorite
|
|
259
290
|
:members:
|
|
260
291
|
:undoc-members:
|
|
261
292
|
:show-inheritance:
|
|
@@ -628,6 +659,22 @@ smartsheet.models.sight\_publish module
|
|
|
628
659
|
:undoc-members:
|
|
629
660
|
:show-inheritance:
|
|
630
661
|
|
|
662
|
+
smartsheet.models.sort\_criterion module
|
|
663
|
+
----------------------------------------
|
|
664
|
+
|
|
665
|
+
.. automodule:: smartsheet.models.sort_criterion
|
|
666
|
+
:members:
|
|
667
|
+
:undoc-members:
|
|
668
|
+
:show-inheritance:
|
|
669
|
+
|
|
670
|
+
smartsheet.models.sort\_specifier module
|
|
671
|
+
----------------------------------------
|
|
672
|
+
|
|
673
|
+
.. automodule:: smartsheet.models.sort_specifier
|
|
674
|
+
:members:
|
|
675
|
+
:undoc-members:
|
|
676
|
+
:show-inheritance:
|
|
677
|
+
|
|
631
678
|
smartsheet.models.source module
|
|
632
679
|
-------------------------------
|
|
633
680
|
|
|
@@ -668,6 +715,14 @@ smartsheet.models.user module
|
|
|
668
715
|
:undoc-members:
|
|
669
716
|
:show-inheritance:
|
|
670
717
|
|
|
718
|
+
smartsheet.models.user\_model module
|
|
719
|
+
------------------------------------
|
|
720
|
+
|
|
721
|
+
.. automodule:: smartsheet.models.user_model
|
|
722
|
+
:members:
|
|
723
|
+
:undoc-members:
|
|
724
|
+
:show-inheritance:
|
|
725
|
+
|
|
671
726
|
smartsheet.models.user\_profile module
|
|
672
727
|
--------------------------------------
|
|
673
728
|
|