LICENSE
MANIFEST.in
README.md
setup.cfg
setup.py
Office365_REST_Python_Client.egg-info/PKG-INFO
Office365_REST_Python_Client.egg-info/SOURCES.txt
Office365_REST_Python_Client.egg-info/dependency_links.txt
Office365_REST_Python_Client.egg-info/requires.txt
Office365_REST_Python_Client.egg-info/top_level.txt
examples/__init__.py
examples/directory/__init__.py
examples/directory/delete_deletedObjects.py
examples/onedrive/__init__.py
examples/onedrive/export_files.py
examples/onedrive/import_files.py
examples/onedrive/print_folders_and_files.py
examples/outlook/__init__.py
examples/outlook/send_message.py
examples/sharepoint/__init__.py
examples/sharepoint/connect_with_app.py
examples/sharepoint/connect_with_azure_app.py
examples/sharepoint/connect_with_proxy.py
examples/sharepoint/connect_with_user_creds.py
examples/sharepoint/data_generator.py
examples/sharepoint/download_file.py
examples/sharepoint/download_folder.py
examples/sharepoint/read_large_list.py
examples/sharepoint/read_resource_no_model.py
examples/sharepoint/upload_file.py
examples/sharepoint/upload_large_file.py
examples/sharepoint/export/__init__.py
examples/sharepoint/export/exportList.py
examples/sharepoint/import/__init__.py
examples/teams/__init__.py
generator/__init__.py
generator/generate.py
office365/__init__.py
office365/logger.py
office365/graph/__init__.py
office365/graph/base_item.py
office365/graph/entity.py
office365/graph/graph_client.py
office365/graph/one_drive_actions.py
office365/graph/resource_path_url.py
office365/graph/contacts/__init__.py
office365/graph/directory/__init__.py
office365/graph/directory/directory.py
office365/graph/directory/directoryObject.py
office365/graph/directory/directoryObjectCollection.py
office365/graph/directory/directoryRole.py
office365/graph/directory/directoryRoleTemplate.py
office365/graph/directory/group.py
office365/graph/directory/groupCollection.py
office365/graph/directory/groupProfile.py
office365/graph/directory/groupSetting.py
office365/graph/directory/groupSettingTemplate.py
office365/graph/directory/groupSettingTemplateCollection.py
office365/graph/directory/identity.py
office365/graph/directory/identitySet.py
office365/graph/directory/passwordProfile.py
office365/graph/directory/permission.py
office365/graph/directory/permission_collection.py
office365/graph/directory/user.py
office365/graph/directory/userCollection.py
office365/graph/directory/userProfile.py
office365/graph/onedrive/__init__.py
office365/graph/onedrive/columnDefinition.py
office365/graph/onedrive/columnDefinitionCollection.py
office365/graph/onedrive/conflictBehavior.py
office365/graph/onedrive/contentType.py
office365/graph/onedrive/contentTypeCollection.py
office365/graph/onedrive/drive.py
office365/graph/onedrive/driveCollection.py
office365/graph/onedrive/driveItem.py
office365/graph/onedrive/driveItemCollection.py
office365/graph/onedrive/driveItemUploadableProperties.py
office365/graph/onedrive/driveRecipient.py
office365/graph/onedrive/fieldValueSet.py
office365/graph/onedrive/file.py
office365/graph/onedrive/fileSystemInfo.py
office365/graph/onedrive/file_upload.py
office365/graph/onedrive/folder.py
office365/graph/onedrive/itemReference.py
office365/graph/onedrive/list.py
office365/graph/onedrive/listCollection.py
office365/graph/onedrive/listItem.py
office365/graph/onedrive/listItemCollection.py
office365/graph/onedrive/photo.py
office365/graph/onedrive/root.py
office365/graph/onedrive/sharedDriveItem.py
office365/graph/onedrive/sharedDriveItemCollection.py
office365/graph/onedrive/sharepointIds.py
office365/graph/onedrive/site.py
office365/graph/onedrive/siteCollection.py
office365/graph/onedrive/siteCollectionType.py
office365/graph/onedrive/uploadSession.py
office365/graph/onedrive/video.py
office365/graph/onenote/__init__.py
office365/graph/teams/__init__.py
office365/graph/teams/channel.py
office365/graph/teams/channelCollection.py
office365/graph/teams/chatMessage.py
office365/graph/teams/team.py
office365/graph/teams/teamCollection.py
office365/graph/teams/teamFunSettings.py
office365/graph/teams/teamGuestSettings.py
office365/graph/teams/teamMemberSettings.py
office365/graph/teams/teamMessagingSettings.py
office365/graph/teams/teamsAsyncOperation.py
office365/graph/teams/teamsAsyncOperationCollection.py
office365/graph/teams/teamsAsyncOperationStatus.py
office365/outlookservices/__init__.py
office365/outlookservices/attachment.py
office365/outlookservices/attachment_collection.py
office365/outlookservices/contact.py
office365/outlookservices/contact_collection.py
office365/outlookservices/contact_folder.py
office365/outlookservices/event.py
office365/outlookservices/event_collection.py
office365/outlookservices/item.py
office365/outlookservices/message.py
office365/outlookservices/messageCollection.py
office365/outlookservices/outlook_client.py
office365/outlookservices/outlook_entity.py
office365/outlookservices/physical_address.py
office365/runtime/__init__.py
office365/runtime/client_object.py
office365/runtime/client_object_collection.py
office365/runtime/client_query.py
office365/runtime/client_request.py
office365/runtime/client_request_exception.py
office365/runtime/client_response.py
office365/runtime/client_result.py
office365/runtime/client_runtime_context.py
office365/runtime/client_value_object.py
office365/runtime/resource_path.py
office365/runtime/resource_path_service_operation.py
office365/runtime/serviceOperationQuery.py
office365/runtime/auth/ClientCredential.py
office365/runtime/auth/FederatedSAML.xml
office365/runtime/auth/RST2.xml
office365/runtime/auth/SAML.xml
office365/runtime/auth/UserCredential.py
office365/runtime/auth/__init__.py
office365/runtime/auth/acs_token_provider.py
office365/runtime/auth/authentication_context.py
office365/runtime/auth/base_authentication_context.py
office365/runtime/auth/base_token_provider.py
office365/runtime/auth/network_credential_context.py
office365/runtime/auth/ntlm_authentication_context.py
office365/runtime/auth/oauth_token_provider.py
office365/runtime/auth/saml_token_provider.py
office365/runtime/auth/sts_profile.py
office365/runtime/auth/user_realm_info.py
office365/runtime/csom/__init__.py
office365/runtime/http/__init__.py
office365/runtime/http/http_method.py
office365/runtime/http/request_options.py
office365/runtime/odata/__init__.py
office365/runtime/odata/json_light_format.py
office365/runtime/odata/odata_base_reader.py
office365/runtime/odata/odata_json_format.py
office365/runtime/odata/odata_metadata_level.py
office365/runtime/odata/odata_model.py
office365/runtime/odata/odata_path_parser.py
office365/runtime/odata/odata_query_options.py
office365/runtime/odata/odata_request.py
office365/runtime/odata/odata_v3_reader.py
office365/runtime/odata/odata_v4_reader.py
office365/runtime/odata/v4_json_format.py
office365/runtime/utilities/EventHandler.py
office365/runtime/utilities/__init__.py
office365/sharepoint/__init__.py
office365/sharepoint/attachmentfile.py
office365/sharepoint/attachmentfile_collection.py
office365/sharepoint/attachmentfile_creation_information.py
office365/sharepoint/basePermissions.py
office365/sharepoint/camlQuery.py
office365/sharepoint/change.py
office365/sharepoint/changeCollection.py
office365/sharepoint/changeQuery.py
office365/sharepoint/client_context.py
office365/sharepoint/content_type.py
office365/sharepoint/content_type_collection.py
office365/sharepoint/context_web_information.py
office365/sharepoint/field.py
office365/sharepoint/fieldType.py
office365/sharepoint/field_collection.py
office365/sharepoint/field_creation_information.py
office365/sharepoint/file.py
office365/sharepoint/fileVersion.py
office365/sharepoint/fileVersionCollection.py
office365/sharepoint/file_collection.py
office365/sharepoint/file_creation_information.py
office365/sharepoint/folder.py
office365/sharepoint/folder_collection.py
office365/sharepoint/group.py
office365/sharepoint/group_collection.py
office365/sharepoint/list.py
office365/sharepoint/listItem_collection.py
office365/sharepoint/list_collection.py
office365/sharepoint/list_creation_information.py
office365/sharepoint/list_data_service.py
office365/sharepoint/list_template_type.py
office365/sharepoint/listitem.py
office365/sharepoint/listitem_creation_information.py
office365/sharepoint/move_operations.py
office365/sharepoint/permissionKind.py
office365/sharepoint/principal.py
office365/sharepoint/roleAssignment.py
office365/sharepoint/securable_object.py
office365/sharepoint/site.py
office365/sharepoint/subwebQuery.py
office365/sharepoint/template_file_type.py
office365/sharepoint/upload_session.py
office365/sharepoint/user.py
office365/sharepoint/user_collection.py
office365/sharepoint/view.py
office365/sharepoint/viewScope.py
office365/sharepoint/viewType.py
office365/sharepoint/view_collection.py
office365/sharepoint/view_create_information.py
office365/sharepoint/view_field_collection.py
office365/sharepoint/web.py
office365/sharepoint/webCollection.py
office365/sharepoint/web_creation_information.py
office365/sharepoint/helpers/__init__.py
office365/sharepoint/helpers/camlquery_builder.py
office365/sharepoint/helpers/querystring_builder.py
office365/sharepoint/helpers/utils.py
office365/sharepoint/portal/GroupSiteInfo.py
office365/sharepoint/portal/GroupSiteManager.py
office365/sharepoint/portal/SPSiteCreationRequest.py
office365/sharepoint/portal/SPSiteCreationResponse.py
office365/sharepoint/portal/SPSiteManager.py
office365/sharepoint/portal/SiteStatus.py
office365/sharepoint/portal/__init__.py
office365/sharepoint/publishing/__init__.py
office365/sharepoint/publishing/client_side_page.py
office365/sharepoint/publishing/video_channel.py
office365/sharepoint/search/__init__.py
office365/sharepoint/taxonomy/__init__.py
office365/sharepoint/userprofiles/__init__.py
office365/sharepoint/webparts/__init__.py
office365/sharepoint/webparts/limited_webpart_manager.py
tests/__init__.py
tests/graph/__init__.py
tests/graph/graph_case.py
tests/graph/test_graph_directory.py
tests/graph/test_graph_drive.py
tests/graph/test_graph_driveItem.py
tests/graph/test_graph_group.py
tests/graph/test_graph_mail.py
tests/graph/test_graph_team.py
tests/graph/test_graph_user.py
tests/outlookservices/__init__.py
tests/outlookservices/outlook_case.py
tests/outlookservices/test_outlook_calendar.py
tests/outlookservices/test_outlook_contacts.py
tests/outlookservices/test_outlook_mail.py
tests/sharepoint/__init__.py
tests/sharepoint/sharepoint_case.py
tests/sharepoint/test_listdataservice.py
tests/sharepoint/test_methods.py
tests/sharepoint/test_sharepoint_attachment.py
tests/sharepoint/test_sharepoint_comminication_site.py
tests/sharepoint/test_sharepoint_field.py
tests/sharepoint/test_sharepoint_file.py
tests/sharepoint/test_sharepoint_folder.py
tests/sharepoint/test_sharepoint_group.py
tests/sharepoint/test_sharepoint_list.py
tests/sharepoint/test_sharepoint_listItem.py
tests/sharepoint/test_sharepoint_site.py
tests/sharepoint/test_sharepoint_team_site.py
tests/sharepoint/test_sharepoint_user.py
tests/sharepoint/test_sharepoint_view.py
tests/sharepoint/test_sharepoint_web.py