smartsheet-python-sdk 3.0.0__tar.gz → 3.0.3__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-3.0.3/.github/ISSUE_TEMPLATE/bug_report.md +31 -0
- smartsheet-python-sdk-3.0.3/.github/ISSUE_TEMPLATE/feature_request.md +17 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/.github/workflows/test-build.yaml +22 -31
- smartsheet-python-sdk-3.0.3/.markdownlint.json +6 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/CHANGELOG.md +18 -0
- {smartsheet-python-sdk-3.0.0/smartsheet_python_sdk.egg-info → smartsheet-python-sdk-3.0.3}/PKG-INFO +17 -3
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/README.md +15 -1
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/setup.cfg +1 -1
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/setup.py +3 -1
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/__init__.py +2 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/session.py +1 -1
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/smartsheet.py +4 -4
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/types.py +4 -4
- smartsheet-python-sdk-3.0.3/smartsheet/version.py +16 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3/smartsheet_python_sdk.egg-info}/PKG-INFO +17 -3
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet_python_sdk.egg-info/SOURCES.txt +3 -1
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet_python_sdk.egg-info/requires.txt +2 -0
- smartsheet-python-sdk-3.0.0/.markdownlint.yaml +0 -4
- smartsheet-python-sdk-3.0.0/smartsheet/version.py +0 -5
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/.gitchangelog.rc +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/.gitchangelog.tpl +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/.github/workflows/publish-distribution.yaml +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/.github/workflows/publish-documentation.yaml +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/.gitignore +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/ADVANCED.md +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/LICENSE.md +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/Makefile +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/NOTICE +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/docs-source/Makefile +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/docs-source/conf.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/docs-source/index.rst +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/pylintrc +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/attachments.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/cells.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/contacts.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/discussions.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/events.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/exceptions.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/favorites.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/folders.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/groups.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/home.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/images.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/__init__.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/access_token.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/account.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/alternate_email.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/attachment.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/auto_number_format.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/automation_action.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/automation_rule.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/boolean_object_value.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/bulk_item_failure.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/bulk_item_result.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/cell.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/cell_data_item.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/cell_history.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/cell_link.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/cell_link_widget_content.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/chart_widget_content.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/column.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/comment.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/contact.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/contact_object_value.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/container_destination.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/copy_or_move_row_destination.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/copy_or_move_row_directive.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/copy_or_move_row_result.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/criteria.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/cross_sheet_reference.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/currency.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/date_object_value.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/datetime_object_value.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/discussion.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/downloaded_file.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/duration.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/email.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/enums/__init__.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/enums/access_level.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/enums/attachment_parent_type.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/enums/attachment_sub_type.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/enums/attachment_type.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/enums/automation_action_frequency.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/enums/automation_action_type.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/enums/automation_rule_disabled_reason.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/enums/cell_link_status.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/enums/column_type.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/enums/criteria_target.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/enums/cross_sheet_reference_status.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/enums/currency_code.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/enums/day_descriptors.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/enums/day_ordinal.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/enums/event_action.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/enums/event_obejct_type.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/enums/event_source.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/enums/global_template.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/enums/operator.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/enums/paper_type.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/enums/predecessor_type.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/enums/publish_accessible_by.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/enums/schedule_type.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/enums/share_scope.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/enums/share_type.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/enums/sheet_email_format.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/enums/sheet_filter_operator.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/enums/sheet_filter_type.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/enums/sort_direction.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/enums/symbol.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/enums/system_column_type.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/enums/update_request_status.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/enums/user_status.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/enums/widget_type.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/error.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/error_result.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/event.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/event_result.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/explicit_null.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/favorite.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/folder.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/font_family.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/format_details.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/format_tables.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/group.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/group_member.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/home.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/hyperlink.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/image.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/image_url.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/image_url_map.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/image_widget_content.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/index_result.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/json_object.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/multi_contact_object_value.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/multi_picklist_object_value.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/multi_row_email.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/number_object_value.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/o_auth_error.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/object_value.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/predecessor.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/predecessor_list.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/primitive_object_value.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/profile_image.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/project_settings.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/recipient.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/report.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/report_cell.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/report_column.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/report_publish.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/report_row.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/report_widget_content.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/result.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/row.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/row_email.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/row_mapping.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/schedule.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/scope.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/search_result.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/search_result_item.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/selection_range.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/sent_update_request.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/server_info.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/share.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/sheet.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/sheet_email.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/sheet_filter.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/sheet_filter_details.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/sheet_publish.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/sheet_summary.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/sheet_user_permissions.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/sheet_user_settings.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/shortcut_data_item.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/shortcut_widget_content.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/sight.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/sight_publish.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/sort_criterion.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/sort_specifier.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/source.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/string_object_value.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/summary_field.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/template.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/title_rich_text_widget_content.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/update_request.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/user.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/user_model.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/user_profile.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/version.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/web_content_widget_content.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/webhook.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/webhook_secret.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/webhook_stats.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/webhook_subscope.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/widget.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/widget_content.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/widget_hyperlink.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/workspace.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/object_value.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/passthrough.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/reports.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/search.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/server.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/sheets.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/sights.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/templates.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/token.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/users.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/util.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/webhooks.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/workspaces.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet_python_sdk.egg-info/dependency_links.txt +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet_python_sdk.egg-info/top_level.txt +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/tests/integration/README.md +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/tests/integration/conftest.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/tests/integration/fixtures/calling_all_curs.txt +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/tests/integration/fixtures/curly.jpg +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/tests/integration/fixtures/moe-curly.jpg +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/tests/integration/fixtures/quote.txt +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/tests/integration/fixtures/stooges_v1.jpg +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/tests/integration/fixtures/stooges_v2.jpg +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/tests/integration/test_attachments.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/tests/integration/test_columns.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/tests/integration/test_contacts.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/tests/integration/test_cross_sheet_references.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/tests/integration/test_discussions.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/tests/integration/test_events.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/tests/integration/test_favorites.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/tests/integration/test_folders.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/tests/integration/test_groups.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/tests/integration/test_home.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/tests/integration/test_model_attributes.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/tests/integration/test_multi_picklist.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/tests/integration/test_object_value.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/tests/integration/test_passthrough.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/tests/integration/test_regression.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/tests/integration/test_reports.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/tests/integration/test_rows.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/tests/integration/test_server_info.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/tests/integration/test_sheet_summary.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/tests/integration/test_sheets.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/tests/integration/test_templates.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/tests/integration/test_update_requests.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/tests/integration/test_users.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/tests/integration/test_webhooks.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/tests/integration/test_workspaces.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/tests/integration/test_zsearch.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/tests/mock_api/mock_api_test_helper.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/tests/mock_api/test_mock_api_automation_rules.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/tests/mock_api/test_mock_api_columns.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/tests/mock_api/test_mock_api_rows.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/tests/mock_api/test_mock_api_sheets.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/tests/mock_api/test_mock_api_sights.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/tests/mock_api/test_mock_change_agent.py +0 -0
- {smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/tests/mock_api/test_mock_serialization.py +0 -0
|
@@ -0,0 +1,31 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: Bug report
|
|
3
|
+
about: Create a report to help us improve
|
|
4
|
+
title: ''
|
|
5
|
+
labels: bug
|
|
6
|
+
assignees: ''
|
|
7
|
+
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
**Describe the bug**
|
|
11
|
+
A clear and concise description of what the bug is.
|
|
12
|
+
|
|
13
|
+
**To Reproduce**
|
|
14
|
+
Steps to reproduce the behavior:
|
|
15
|
+
1. Go to '...'
|
|
16
|
+
2. Click on '....'
|
|
17
|
+
3. Scroll down to '....'
|
|
18
|
+
4. See error
|
|
19
|
+
**Reminder: do not include your API access token or confidential information with any code snippets**
|
|
20
|
+
|
|
21
|
+
**Expected behavior**
|
|
22
|
+
A clear and concise description of what you expected to happen.
|
|
23
|
+
|
|
24
|
+
**Screenshots**
|
|
25
|
+
If applicable, add screenshots to help explain your problem.
|
|
26
|
+
**Reminder: do not include your API access token or confidential information with any screenshots**
|
|
27
|
+
|
|
28
|
+
**Environment (please complete the following information):**
|
|
29
|
+
- OS: [e.g. Windows 10]
|
|
30
|
+
- Smartsheet Python SDK Version [e.g. 3.0.0]
|
|
31
|
+
- Python Version [e.g. 3.10]
|
|
@@ -0,0 +1,17 @@
|
|
|
1
|
+
---
|
|
2
|
+
name: Feature request
|
|
3
|
+
about: Suggest an idea for this project
|
|
4
|
+
title: ''
|
|
5
|
+
labels: enhancement
|
|
6
|
+
assignees: ''
|
|
7
|
+
|
|
8
|
+
---
|
|
9
|
+
|
|
10
|
+
**Is your feature request related to a problem? Please describe.**
|
|
11
|
+
A clear and concise description of what the problem is. Include any related GitHub issues.
|
|
12
|
+
|
|
13
|
+
**Describe the solution you'd like**
|
|
14
|
+
A clear and concise description of what you want to happen.
|
|
15
|
+
|
|
16
|
+
**Additional context**
|
|
17
|
+
Add any other context or screenshots about the feature request here.
|
{smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/.github/workflows/test-build.yaml
RENAMED
|
@@ -38,52 +38,32 @@ jobs:
|
|
|
38
38
|
- name: Install Python dependencies
|
|
39
39
|
run: |
|
|
40
40
|
python -m pip install --upgrade pip
|
|
41
|
-
pip install certifi enum34 requests six python-dateutil coverage pytest pytest-instafail requests-toolbelt
|
|
41
|
+
pip install certifi enum34 requests six python-dateutil coverage coveralls[yaml] pytest pytest-instafail requests-toolbelt
|
|
42
42
|
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
|
43
|
-
- name: Clone smartsheet/smartsheet-sdk-tests
|
|
43
|
+
- name: Clone smartsheet/smartsheet-sdk-tests PUBLIC repository
|
|
44
44
|
uses: GuillaumeFalourd/clone-github-repo-action@v2
|
|
45
45
|
with:
|
|
46
46
|
owner: 'smartsheet'
|
|
47
47
|
repository: 'smartsheet-sdk-tests'
|
|
48
|
-
access-token: ${{ secrets.SDK_TEST_ACCESS_TOKEN }}
|
|
49
48
|
- name: Setup Mock API
|
|
50
49
|
run: |
|
|
51
|
-
smartsheet-sdk-tests/
|
|
52
|
-
smartsheet-sdk-tests/
|
|
50
|
+
smartsheet-sdk-tests/ci_scripts/install_wiremock.sh
|
|
51
|
+
smartsheet-sdk-tests/ci_scripts/start_wiremock.sh
|
|
53
52
|
- name: Run mock API tests
|
|
54
53
|
run: |
|
|
55
54
|
coverage run --source=smartsheet setup.py test -a tests/mock_api/
|
|
56
55
|
coverage lcov
|
|
57
|
-
|
|
58
|
-
|
|
59
|
-
needs: lint
|
|
60
|
-
runs-on: ubuntu-latest
|
|
61
|
-
strategy:
|
|
62
|
-
max-parallel: 2
|
|
63
|
-
matrix:
|
|
64
|
-
python-version: ["3.7", "3.8", "3.9", "3.10"]
|
|
65
|
-
env:
|
|
66
|
-
SMARTSHEET_ACCESS_TOKEN: ${{ secrets.INTEGRATION_TEST_SMARTSHEET_ACCESS_TOKEN }}
|
|
67
|
-
SMARTSHEET_FIXTURE_USERS: ${{ secrets.SMARTSHEET_FIXTURE_USERS}}
|
|
68
|
-
steps:
|
|
69
|
-
- uses: actions/checkout@v3
|
|
70
|
-
- name: Set up Python ${{ matrix.python-version }}
|
|
71
|
-
uses: actions/setup-python@v4
|
|
56
|
+
- name: Coveralls Parallel
|
|
57
|
+
uses: coverallsapp/github-action@master
|
|
72
58
|
with:
|
|
73
|
-
|
|
74
|
-
|
|
75
|
-
|
|
76
|
-
|
|
77
|
-
pip install certifi enum34 requests six python-dateutil coverage pytest pytest-instafail requests-toolbelt
|
|
78
|
-
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
|
|
79
|
-
- name: Run integration tests
|
|
80
|
-
run: |
|
|
81
|
-
coverage run --source=smartsheet setup.py test -a tests/integration/
|
|
82
|
-
coverage lcov
|
|
59
|
+
github-token: ${{ secrets.GITHUB_TOKEN }}
|
|
60
|
+
flag-name: run-${{ matrix.python-version }}
|
|
61
|
+
path-to-lcov: "coverage.lcov"
|
|
62
|
+
parallel: true
|
|
83
63
|
|
|
84
64
|
build-packages-test:
|
|
85
65
|
runs-on: ubuntu-latest
|
|
86
|
-
needs: [mock-api-test
|
|
66
|
+
needs: [mock-api-test]
|
|
87
67
|
steps:
|
|
88
68
|
- uses: actions/checkout@v3
|
|
89
69
|
- name: Set up Python ${{ matrix.python-version }}
|
|
@@ -121,3 +101,14 @@ jobs:
|
|
|
121
101
|
name: html-docs
|
|
122
102
|
path: docs/build/html/
|
|
123
103
|
retention-days: 5
|
|
104
|
+
|
|
105
|
+
finish:
|
|
106
|
+
needs: [build-documentation-test]
|
|
107
|
+
runs-on: ubuntu-latest
|
|
108
|
+
steps:
|
|
109
|
+
- name: Coveralls Finished
|
|
110
|
+
uses: coverallsapp/github-action@master
|
|
111
|
+
with:
|
|
112
|
+
github-token: ${{ secrets.GITHUB_TOKEN }}
|
|
113
|
+
parallel-finished: true
|
|
114
|
+
path-to-lcov: "coverage.lcov"
|
|
@@ -5,6 +5,24 @@ All notable changes to this project will be documented in this file.
|
|
|
5
5
|
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
|
6
6
|
and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
|
7
7
|
|
|
8
|
+
## [3.0.3] - 2024-07-17
|
|
9
|
+
|
|
10
|
+
### Fixed
|
|
11
|
+
|
|
12
|
+
- fix for [issue 43](https://github.com/smartsheet/smartsheet-python-sdk/issues/43) KeyError: 'content-type'
|
|
13
|
+
|
|
14
|
+
## [3.0.2] - 2023-05-15
|
|
15
|
+
|
|
16
|
+
### Updated
|
|
17
|
+
|
|
18
|
+
- Update urllib3 default retryable methods reference
|
|
19
|
+
|
|
20
|
+
## [3.0.1] - 2023-03-31
|
|
21
|
+
|
|
22
|
+
### Updated
|
|
23
|
+
|
|
24
|
+
- Changing import order to better support later versions of python
|
|
25
|
+
|
|
8
26
|
## [3.0.0] - 2022-12-06
|
|
9
27
|
|
|
10
28
|
### Updated
|
{smartsheet-python-sdk-3.0.0/smartsheet_python_sdk.egg-info → smartsheet-python-sdk-3.0.3}/PKG-INFO
RENAMED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: smartsheet-python-sdk
|
|
3
|
-
Version: 3.0.
|
|
3
|
+
Version: 3.0.3
|
|
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
|
|
7
|
-
Author-email:
|
|
7
|
+
Author-email: sdk@smartsheet.com
|
|
8
8
|
License: Apache-2.0
|
|
9
9
|
Keywords: Smartsheet,Collaboration,Project Management,Excel,spreadsheet
|
|
10
10
|
Classifier: Development Status :: 5 - Production/Stable
|
|
@@ -27,7 +27,7 @@ License-File: NOTICE
|
|
|
27
27
|
|
|
28
28
|
# Smartsheet Python SDK
|
|
29
29
|
|
|
30
|
-
[](https://github.com/smartsheet/smartsheet-python-sdk/actions/workflows/test-build.yaml) [](https://badge.fury.io/py/smartsheet-python-sdk)
|
|
30
|
+
[](https://github.com/smartsheet/smartsheet-python-sdk/actions/workflows/test-build.yaml) [](https://coveralls.io/github/smartsheet/smartsheet-python-sdk?branch=mainline) [](https://badge.fury.io/py/smartsheet-python-sdk)
|
|
31
31
|
|
|
32
32
|
A library for connecting to the [Smartsheet API](https://smartsheet.redoc.ly) from Python applications.
|
|
33
33
|
|
|
@@ -78,3 +78,17 @@ Use the following resources to learn more about the SDK capabilities:
|
|
|
78
78
|
|
|
79
79
|
For details about logging, testing, how to use a passthrough option, and how to override HTTP client behavior,
|
|
80
80
|
see [Advanced Topics](ADVANCED.md).
|
|
81
|
+
|
|
82
|
+
## Developer Agreement
|
|
83
|
+
|
|
84
|
+
Review the [Developer Program Agreement](https://www.smartsheet.com/legal/developer-program-agreement).
|
|
85
|
+
|
|
86
|
+
## Acknowledgements
|
|
87
|
+
|
|
88
|
+
We would like to thank the following people for their contributions to this project:
|
|
89
|
+
|
|
90
|
+
* Tim Wells - [timwellswa](https://github.com/timwellswa)
|
|
91
|
+
* Scott Wimer - [happybob007](https://github.com/happybob007)
|
|
92
|
+
* Steve Weil - [seweil](https://github.com/seweil)
|
|
93
|
+
* Kevin Fansler - [kfansler](https://github.com/kfansler)
|
|
94
|
+
* Nathan Armstrong - [armstnp](https://github.com/armstnp)
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
# Smartsheet Python SDK
|
|
2
2
|
|
|
3
|
-
[](https://github.com/smartsheet/smartsheet-python-sdk/actions/workflows/test-build.yaml) [](https://badge.fury.io/py/smartsheet-python-sdk)
|
|
3
|
+
[](https://github.com/smartsheet/smartsheet-python-sdk/actions/workflows/test-build.yaml) [](https://coveralls.io/github/smartsheet/smartsheet-python-sdk?branch=mainline) [](https://badge.fury.io/py/smartsheet-python-sdk)
|
|
4
4
|
|
|
5
5
|
A library for connecting to the [Smartsheet API](https://smartsheet.redoc.ly) from Python applications.
|
|
6
6
|
|
|
@@ -51,3 +51,17 @@ Use the following resources to learn more about the SDK capabilities:
|
|
|
51
51
|
|
|
52
52
|
For details about logging, testing, how to use a passthrough option, and how to override HTTP client behavior,
|
|
53
53
|
see [Advanced Topics](ADVANCED.md).
|
|
54
|
+
|
|
55
|
+
## Developer Agreement
|
|
56
|
+
|
|
57
|
+
Review the [Developer Program Agreement](https://www.smartsheet.com/legal/developer-program-agreement).
|
|
58
|
+
|
|
59
|
+
## Acknowledgements
|
|
60
|
+
|
|
61
|
+
We would like to thank the following people for their contributions to this project:
|
|
62
|
+
|
|
63
|
+
* Tim Wells - [timwellswa](https://github.com/timwellswa)
|
|
64
|
+
* Scott Wimer - [happybob007](https://github.com/happybob007)
|
|
65
|
+
* Steve Weil - [seweil](https://github.com/seweil)
|
|
66
|
+
* Kevin Fansler - [kfansler](https://github.com/kfansler)
|
|
67
|
+
* Nathan Armstrong - [armstnp](https://github.com/armstnp)
|
|
@@ -42,7 +42,7 @@ setup(
|
|
|
42
42
|
name=NAME,
|
|
43
43
|
description='Library that uses Python to connect to Smartsheet services (using API 2.0).',
|
|
44
44
|
author='Smartsheet',
|
|
45
|
-
author_email='
|
|
45
|
+
author_email='sdk@smartsheet.com',
|
|
46
46
|
url='http://smartsheet-platform.github.io/api-docs/',
|
|
47
47
|
license='Apache-2.0',
|
|
48
48
|
keywords=['Smartsheet', 'Collaboration', 'Project Management', 'Excel', 'spreadsheet'],
|
|
@@ -72,10 +72,12 @@ setup(
|
|
|
72
72
|
extras_require={
|
|
73
73
|
'test': [
|
|
74
74
|
'coverage',
|
|
75
|
+
'coveralls',
|
|
75
76
|
'pytest'
|
|
76
77
|
],
|
|
77
78
|
'develop': [
|
|
78
79
|
'coverage',
|
|
80
|
+
'coveralls[yaml]',
|
|
79
81
|
'pytest',
|
|
80
82
|
'pytest-instafail'
|
|
81
83
|
]
|
|
@@ -53,7 +53,7 @@ def pinned_session(pool_maxsize=8):
|
|
|
53
53
|
pool_connections=4,
|
|
54
54
|
pool_maxsize=pool_maxsize,
|
|
55
55
|
max_retries=Retry(
|
|
56
|
-
total=1,
|
|
56
|
+
total=1, allowed_methods=Retry.DEFAULT_ALLOWED_METHODS.union(["POST"])
|
|
57
57
|
),
|
|
58
58
|
)
|
|
59
59
|
|
|
@@ -279,16 +279,16 @@ class Smartsheet:
|
|
|
279
279
|
response.request.url,
|
|
280
280
|
)
|
|
281
281
|
if response.request.body is not None:
|
|
282
|
-
body_dumps = f'"<< {response.request.headers
|
|
282
|
+
body_dumps = f'"<< {response.request.headers.get("Content-Type")} content type suppressed >>"'
|
|
283
283
|
if is_multipart(response.request):
|
|
284
284
|
body_dumps = '"<< multipart body suppressed >>"'
|
|
285
|
-
elif "application/json" in response.request.headers
|
|
285
|
+
elif response.request.headers.get("Content-Type") is not None and "application/json" in response.request.headers.get("Content-Type"):
|
|
286
286
|
body = response.request.body.decode("utf8")
|
|
287
287
|
body_dumps = json.dumps(json.loads(body), sort_keys=True)
|
|
288
288
|
self._log.debug('{"requestBody": %s}', body_dumps)
|
|
289
289
|
# response
|
|
290
|
-
content_dumps = f'"<< {response.headers
|
|
291
|
-
if "application/json" in response.headers
|
|
290
|
+
content_dumps = f'"<< {response.headers.get("Content-Type")} content type suppressed >>"'
|
|
291
|
+
if response.request.headers.get("Content-Type") is not None and "application/json" in response.headers.get("Content-Type"):
|
|
292
292
|
content = response.content.decode("utf8")
|
|
293
293
|
content_dumps = json.dumps(json.loads(content), sort_keys=True)
|
|
294
294
|
if 200 <= response.status_code <= 299:
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# pylint: disable=C0111,R0902,R0913,W4904,W0706
|
|
1
|
+
# pylint: disable=C0111,R0902,R0913,W4904,W0706,W0237
|
|
2
2
|
# Smartsheet Python SDK.
|
|
3
3
|
#
|
|
4
4
|
# Copyright 2016 Smartsheet.com, Inc.
|
|
@@ -16,11 +16,11 @@
|
|
|
16
16
|
# under the License.
|
|
17
17
|
|
|
18
18
|
try:
|
|
19
|
-
# For Python versions 2.7 and 3.3 to 3.9, import from collections
|
|
20
|
-
from collections import MutableSequence
|
|
21
|
-
except ImportError:
|
|
22
19
|
# For Python version >= 3.10 import from collections.abc
|
|
23
20
|
from collections.abc import MutableSequence
|
|
21
|
+
except ImportError:
|
|
22
|
+
# For Python versions 2.7 and 3.3 to 3.9, import from collections
|
|
23
|
+
from collections import MutableSequence
|
|
24
24
|
|
|
25
25
|
import importlib
|
|
26
26
|
import json
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
# file generated by setuptools_scm
|
|
2
|
+
# don't change, don't track in version control
|
|
3
|
+
TYPE_CHECKING = False
|
|
4
|
+
if TYPE_CHECKING:
|
|
5
|
+
from typing import Tuple, Union
|
|
6
|
+
VERSION_TUPLE = Tuple[Union[int, str], ...]
|
|
7
|
+
else:
|
|
8
|
+
VERSION_TUPLE = object
|
|
9
|
+
|
|
10
|
+
version: str
|
|
11
|
+
__version__: str
|
|
12
|
+
__version_tuple__: VERSION_TUPLE
|
|
13
|
+
version_tuple: VERSION_TUPLE
|
|
14
|
+
|
|
15
|
+
__version__ = version = '3.0.3'
|
|
16
|
+
__version_tuple__ = version_tuple = (3, 0, 3)
|
{smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3/smartsheet_python_sdk.egg-info}/PKG-INFO
RENAMED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: smartsheet-python-sdk
|
|
3
|
-
Version: 3.0.
|
|
3
|
+
Version: 3.0.3
|
|
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
|
|
7
|
-
Author-email:
|
|
7
|
+
Author-email: sdk@smartsheet.com
|
|
8
8
|
License: Apache-2.0
|
|
9
9
|
Keywords: Smartsheet,Collaboration,Project Management,Excel,spreadsheet
|
|
10
10
|
Classifier: Development Status :: 5 - Production/Stable
|
|
@@ -27,7 +27,7 @@ License-File: NOTICE
|
|
|
27
27
|
|
|
28
28
|
# Smartsheet Python SDK
|
|
29
29
|
|
|
30
|
-
[](https://github.com/smartsheet/smartsheet-python-sdk/actions/workflows/test-build.yaml) [](https://badge.fury.io/py/smartsheet-python-sdk)
|
|
30
|
+
[](https://github.com/smartsheet/smartsheet-python-sdk/actions/workflows/test-build.yaml) [](https://coveralls.io/github/smartsheet/smartsheet-python-sdk?branch=mainline) [](https://badge.fury.io/py/smartsheet-python-sdk)
|
|
31
31
|
|
|
32
32
|
A library for connecting to the [Smartsheet API](https://smartsheet.redoc.ly) from Python applications.
|
|
33
33
|
|
|
@@ -78,3 +78,17 @@ Use the following resources to learn more about the SDK capabilities:
|
|
|
78
78
|
|
|
79
79
|
For details about logging, testing, how to use a passthrough option, and how to override HTTP client behavior,
|
|
80
80
|
see [Advanced Topics](ADVANCED.md).
|
|
81
|
+
|
|
82
|
+
## Developer Agreement
|
|
83
|
+
|
|
84
|
+
Review the [Developer Program Agreement](https://www.smartsheet.com/legal/developer-program-agreement).
|
|
85
|
+
|
|
86
|
+
## Acknowledgements
|
|
87
|
+
|
|
88
|
+
We would like to thank the following people for their contributions to this project:
|
|
89
|
+
|
|
90
|
+
* Tim Wells - [timwellswa](https://github.com/timwellswa)
|
|
91
|
+
* Scott Wimer - [happybob007](https://github.com/happybob007)
|
|
92
|
+
* Steve Weil - [seweil](https://github.com/seweil)
|
|
93
|
+
* Kevin Fansler - [kfansler](https://github.com/kfansler)
|
|
94
|
+
* Nathan Armstrong - [armstnp](https://github.com/armstnp)
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
.gitchangelog.rc
|
|
2
2
|
.gitchangelog.tpl
|
|
3
3
|
.gitignore
|
|
4
|
-
.markdownlint.
|
|
4
|
+
.markdownlint.json
|
|
5
5
|
ADVANCED.md
|
|
6
6
|
CHANGELOG.md
|
|
7
7
|
LICENSE.md
|
|
@@ -11,6 +11,8 @@ README.md
|
|
|
11
11
|
pylintrc
|
|
12
12
|
setup.cfg
|
|
13
13
|
setup.py
|
|
14
|
+
.github/ISSUE_TEMPLATE/bug_report.md
|
|
15
|
+
.github/ISSUE_TEMPLATE/feature_request.md
|
|
14
16
|
.github/workflows/publish-distribution.yaml
|
|
15
17
|
.github/workflows/publish-documentation.yaml
|
|
16
18
|
.github/workflows/test-build.yaml
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/access_token.py
RENAMED
|
File without changes
|
|
File without changes
|
{smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/alternate_email.py
RENAMED
|
File without changes
|
|
File without changes
|
{smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/auto_number_format.py
RENAMED
|
File without changes
|
{smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/automation_action.py
RENAMED
|
File without changes
|
{smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/automation_rule.py
RENAMED
|
File without changes
|
|
File without changes
|
{smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/bulk_item_failure.py
RENAMED
|
File without changes
|
{smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/bulk_item_result.py
RENAMED
|
File without changes
|
|
File without changes
|
{smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/cell_data_item.py
RENAMED
|
File without changes
|
{smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/cell_history.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/date_object_value.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/downloaded_file.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/enums/__init__.py
RENAMED
|
File without changes
|
{smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/enums/access_level.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/enums/column_type.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/enums/currency_code.py
RENAMED
|
File without changes
|
|
File without changes
|
{smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/enums/day_ordinal.py
RENAMED
|
File without changes
|
{smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/enums/event_action.py
RENAMED
|
File without changes
|
|
File without changes
|
{smartsheet-python-sdk-3.0.0 → smartsheet-python-sdk-3.0.3}/smartsheet/models/enums/event_source.py
RENAMED
|
File without changes
|