From 2471c13b60412c970a2f47d2d3b78ccaa4c3026e Mon Sep 17 00:00:00 2001 From: slg Date: Sun, 17 Dec 2023 19:34:30 +0800 Subject: [PATCH] new Mac --- .coveragerc | 0 .ecrc | 0 .editorconfig | 0 .github/CONTRIBUTING.md | 0 .github/FUNDING.yml | 0 .github/workflows/docs.yml | 0 .github/workflows/quality.yml | 0 .github/workflows/test.yml | 0 .gitignore | 0 .pre-commit-config.yaml | 0 LICENSE | 0 README.md | 0 SECURITY.md | 0 docs/SUMMARY.md | 0 docs/extra.css | 0 docs/generate.py | 0 docs/index.md | 0 docs/user_guides/quick_start.md | 0 docs/user_guides/structured_logging.md | 0 examples/README.md | 0 examples/databases/README.md | 0 examples/databases/create_database.py | 0 examples/first_project/README.md | 0 examples/first_project/script.py | 0 mkdocs.yml | 0 notion_client/__init__.py | 0 notion_client/api_endpoints.py | 0 notion_client/client.py | 0 notion_client/errors.py | 0 notion_client/helpers.py | 0 notion_client/logging.py | 0 notion_client/py.typed | 0 notion_client/typing.py | 0 requirements/base.txt | 0 requirements/dev.txt | 0 requirements/docs.txt | 0 requirements/quality.txt | 0 requirements/tests.txt | 0 setup.cfg | 0 setup.py | 0 tests/__init__.py | 0 tests/cassettes/test_api_async_request_bad_request_error.yaml | 0 tests/cassettes/test_api_response_error.yaml | 0 tests/cassettes/test_async_api_response_error.yaml | 0 tests/cassettes/test_async_client_request.yaml | 0 tests/cassettes/test_async_client_request_auth.yaml | 0 tests/cassettes/test_async_collect_paginated_api.yaml | 0 tests/cassettes/test_async_iterate_paginated_api.yaml | 0 tests/cassettes/test_blocks_children_create.yaml | 0 tests/cassettes/test_blocks_children_list.yaml | 0 tests/cassettes/test_blocks_delete.yaml | 0 tests/cassettes/test_blocks_retrieve.yaml | 0 tests/cassettes/test_blocks_update.yaml | 0 tests/cassettes/test_client_request.yaml | 0 tests/cassettes/test_client_request_auth.yaml | 0 tests/cassettes/test_collect_paginated_api.yaml | 0 tests/cassettes/test_comments_create.yaml | 0 tests/cassettes/test_comments_list.yaml | 0 tests/cassettes/test_databases_create.yaml | 0 tests/cassettes/test_databases_query.yaml | 0 tests/cassettes/test_databases_retrieve.yaml | 0 tests/cassettes/test_databases_update.yaml | 0 tests/cassettes/test_is_equation_rich_text_item_response.yaml | 0 tests/cassettes/test_is_full_block.yaml | 0 tests/cassettes/test_is_full_comment.yaml | 0 tests/cassettes/test_is_full_database.yaml | 0 tests/cassettes/test_is_full_page.yaml | 0 tests/cassettes/test_is_full_page_or_database.yaml | 0 tests/cassettes/test_is_full_user.yaml | 0 tests/cassettes/test_is_mention_rich_text_item_response.yaml | 0 tests/cassettes/test_is_text_rich_text_item_response.yaml | 0 tests/cassettes/test_iterate_paginated_api.yaml | 0 tests/cassettes/test_pages_create.yaml | 0 tests/cassettes/test_pages_delete.yaml | 0 tests/cassettes/test_pages_properties_retrieve.yaml | 0 tests/cassettes/test_pages_retrieve.yaml | 0 tests/cassettes/test_pages_update.yaml | 0 tests/cassettes/test_search.yaml | 0 tests/cassettes/test_users_list.yaml | 0 tests/cassettes/test_users_me.yaml | 0 tests/cassettes/test_users_retrieve.yaml | 0 tests/conftest.py | 0 tests/test_client.py | 0 tests/test_endpoints.py | 0 tests/test_errors.py | 0 tests/test_helpers.py | 0 tox.ini | 0 87 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 .coveragerc mode change 100644 => 100755 .ecrc mode change 100644 => 100755 .editorconfig mode change 100644 => 100755 .github/CONTRIBUTING.md mode change 100644 => 100755 .github/FUNDING.yml mode change 100644 => 100755 .github/workflows/docs.yml mode change 100644 => 100755 .github/workflows/quality.yml mode change 100644 => 100755 .github/workflows/test.yml mode change 100644 => 100755 .gitignore mode change 100644 => 100755 .pre-commit-config.yaml mode change 100644 => 100755 LICENSE mode change 100644 => 100755 README.md mode change 100644 => 100755 SECURITY.md mode change 100644 => 100755 docs/SUMMARY.md mode change 100644 => 100755 docs/extra.css mode change 100644 => 100755 docs/generate.py mode change 100644 => 100755 docs/index.md mode change 100644 => 100755 docs/user_guides/quick_start.md mode change 100644 => 100755 docs/user_guides/structured_logging.md mode change 100644 => 100755 examples/README.md mode change 100644 => 100755 examples/databases/README.md mode change 100644 => 100755 examples/databases/create_database.py mode change 100644 => 100755 examples/first_project/README.md mode change 100644 => 100755 examples/first_project/script.py mode change 100644 => 100755 mkdocs.yml mode change 100644 => 100755 notion_client/__init__.py mode change 100644 => 100755 notion_client/api_endpoints.py mode change 100644 => 100755 notion_client/client.py mode change 100644 => 100755 notion_client/errors.py mode change 100644 => 100755 notion_client/helpers.py mode change 100644 => 100755 notion_client/logging.py mode change 100644 => 100755 notion_client/py.typed mode change 100644 => 100755 notion_client/typing.py mode change 100644 => 100755 requirements/base.txt mode change 100644 => 100755 requirements/dev.txt mode change 100644 => 100755 requirements/docs.txt mode change 100644 => 100755 requirements/quality.txt mode change 100644 => 100755 requirements/tests.txt mode change 100644 => 100755 setup.cfg mode change 100644 => 100755 setup.py mode change 100644 => 100755 tests/__init__.py mode change 100644 => 100755 tests/cassettes/test_api_async_request_bad_request_error.yaml mode change 100644 => 100755 tests/cassettes/test_api_response_error.yaml mode change 100644 => 100755 tests/cassettes/test_async_api_response_error.yaml mode change 100644 => 100755 tests/cassettes/test_async_client_request.yaml mode change 100644 => 100755 tests/cassettes/test_async_client_request_auth.yaml mode change 100644 => 100755 tests/cassettes/test_async_collect_paginated_api.yaml mode change 100644 => 100755 tests/cassettes/test_async_iterate_paginated_api.yaml mode change 100644 => 100755 tests/cassettes/test_blocks_children_create.yaml mode change 100644 => 100755 tests/cassettes/test_blocks_children_list.yaml mode change 100644 => 100755 tests/cassettes/test_blocks_delete.yaml mode change 100644 => 100755 tests/cassettes/test_blocks_retrieve.yaml mode change 100644 => 100755 tests/cassettes/test_blocks_update.yaml mode change 100644 => 100755 tests/cassettes/test_client_request.yaml mode change 100644 => 100755 tests/cassettes/test_client_request_auth.yaml mode change 100644 => 100755 tests/cassettes/test_collect_paginated_api.yaml mode change 100644 => 100755 tests/cassettes/test_comments_create.yaml mode change 100644 => 100755 tests/cassettes/test_comments_list.yaml mode change 100644 => 100755 tests/cassettes/test_databases_create.yaml mode change 100644 => 100755 tests/cassettes/test_databases_query.yaml mode change 100644 => 100755 tests/cassettes/test_databases_retrieve.yaml mode change 100644 => 100755 tests/cassettes/test_databases_update.yaml mode change 100644 => 100755 tests/cassettes/test_is_equation_rich_text_item_response.yaml mode change 100644 => 100755 tests/cassettes/test_is_full_block.yaml mode change 100644 => 100755 tests/cassettes/test_is_full_comment.yaml mode change 100644 => 100755 tests/cassettes/test_is_full_database.yaml mode change 100644 => 100755 tests/cassettes/test_is_full_page.yaml mode change 100644 => 100755 tests/cassettes/test_is_full_page_or_database.yaml mode change 100644 => 100755 tests/cassettes/test_is_full_user.yaml mode change 100644 => 100755 tests/cassettes/test_is_mention_rich_text_item_response.yaml mode change 100644 => 100755 tests/cassettes/test_is_text_rich_text_item_response.yaml mode change 100644 => 100755 tests/cassettes/test_iterate_paginated_api.yaml mode change 100644 => 100755 tests/cassettes/test_pages_create.yaml mode change 100644 => 100755 tests/cassettes/test_pages_delete.yaml mode change 100644 => 100755 tests/cassettes/test_pages_properties_retrieve.yaml mode change 100644 => 100755 tests/cassettes/test_pages_retrieve.yaml mode change 100644 => 100755 tests/cassettes/test_pages_update.yaml mode change 100644 => 100755 tests/cassettes/test_search.yaml mode change 100644 => 100755 tests/cassettes/test_users_list.yaml mode change 100644 => 100755 tests/cassettes/test_users_me.yaml mode change 100644 => 100755 tests/cassettes/test_users_retrieve.yaml mode change 100644 => 100755 tests/conftest.py mode change 100644 => 100755 tests/test_client.py mode change 100644 => 100755 tests/test_endpoints.py mode change 100644 => 100755 tests/test_errors.py mode change 100644 => 100755 tests/test_helpers.py mode change 100644 => 100755 tox.ini diff --git a/.coveragerc b/.coveragerc old mode 100644 new mode 100755 diff --git a/.ecrc b/.ecrc old mode 100644 new mode 100755 diff --git a/.editorconfig b/.editorconfig old mode 100644 new mode 100755 diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md old mode 100644 new mode 100755 diff --git a/.github/FUNDING.yml b/.github/FUNDING.yml old mode 100644 new mode 100755 diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml old mode 100644 new mode 100755 diff --git a/.github/workflows/quality.yml b/.github/workflows/quality.yml old mode 100644 new mode 100755 diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml old mode 100644 new mode 100755 diff --git a/.gitignore b/.gitignore old mode 100644 new mode 100755 diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml old mode 100644 new mode 100755 diff --git a/LICENSE b/LICENSE old mode 100644 new mode 100755 diff --git a/README.md b/README.md old mode 100644 new mode 100755 diff --git a/SECURITY.md b/SECURITY.md old mode 100644 new mode 100755 diff --git a/docs/SUMMARY.md b/docs/SUMMARY.md old mode 100644 new mode 100755 diff --git a/docs/extra.css b/docs/extra.css old mode 100644 new mode 100755 diff --git a/docs/generate.py b/docs/generate.py old mode 100644 new mode 100755 diff --git a/docs/index.md b/docs/index.md old mode 100644 new mode 100755 diff --git a/docs/user_guides/quick_start.md b/docs/user_guides/quick_start.md old mode 100644 new mode 100755 diff --git a/docs/user_guides/structured_logging.md b/docs/user_guides/structured_logging.md old mode 100644 new mode 100755 diff --git a/examples/README.md b/examples/README.md old mode 100644 new mode 100755 diff --git a/examples/databases/README.md b/examples/databases/README.md old mode 100644 new mode 100755 diff --git a/examples/databases/create_database.py b/examples/databases/create_database.py old mode 100644 new mode 100755 diff --git a/examples/first_project/README.md b/examples/first_project/README.md old mode 100644 new mode 100755 diff --git a/examples/first_project/script.py b/examples/first_project/script.py old mode 100644 new mode 100755 diff --git a/mkdocs.yml b/mkdocs.yml old mode 100644 new mode 100755 diff --git a/notion_client/__init__.py b/notion_client/__init__.py old mode 100644 new mode 100755 diff --git a/notion_client/api_endpoints.py b/notion_client/api_endpoints.py old mode 100644 new mode 100755 diff --git a/notion_client/client.py b/notion_client/client.py old mode 100644 new mode 100755 diff --git a/notion_client/errors.py b/notion_client/errors.py old mode 100644 new mode 100755 diff --git a/notion_client/helpers.py b/notion_client/helpers.py old mode 100644 new mode 100755 diff --git a/notion_client/logging.py b/notion_client/logging.py old mode 100644 new mode 100755 diff --git a/notion_client/py.typed b/notion_client/py.typed old mode 100644 new mode 100755 diff --git a/notion_client/typing.py b/notion_client/typing.py old mode 100644 new mode 100755 diff --git a/requirements/base.txt b/requirements/base.txt old mode 100644 new mode 100755 diff --git a/requirements/dev.txt b/requirements/dev.txt old mode 100644 new mode 100755 diff --git a/requirements/docs.txt b/requirements/docs.txt old mode 100644 new mode 100755 diff --git a/requirements/quality.txt b/requirements/quality.txt old mode 100644 new mode 100755 diff --git a/requirements/tests.txt b/requirements/tests.txt old mode 100644 new mode 100755 diff --git a/setup.cfg b/setup.cfg old mode 100644 new mode 100755 diff --git a/setup.py b/setup.py old mode 100644 new mode 100755 diff --git a/tests/__init__.py b/tests/__init__.py old mode 100644 new mode 100755 diff --git a/tests/cassettes/test_api_async_request_bad_request_error.yaml b/tests/cassettes/test_api_async_request_bad_request_error.yaml old mode 100644 new mode 100755 diff --git a/tests/cassettes/test_api_response_error.yaml b/tests/cassettes/test_api_response_error.yaml old mode 100644 new mode 100755 diff --git a/tests/cassettes/test_async_api_response_error.yaml b/tests/cassettes/test_async_api_response_error.yaml old mode 100644 new mode 100755 diff --git a/tests/cassettes/test_async_client_request.yaml b/tests/cassettes/test_async_client_request.yaml old mode 100644 new mode 100755 diff --git a/tests/cassettes/test_async_client_request_auth.yaml b/tests/cassettes/test_async_client_request_auth.yaml old mode 100644 new mode 100755 diff --git a/tests/cassettes/test_async_collect_paginated_api.yaml b/tests/cassettes/test_async_collect_paginated_api.yaml old mode 100644 new mode 100755 diff --git a/tests/cassettes/test_async_iterate_paginated_api.yaml b/tests/cassettes/test_async_iterate_paginated_api.yaml old mode 100644 new mode 100755 diff --git a/tests/cassettes/test_blocks_children_create.yaml b/tests/cassettes/test_blocks_children_create.yaml old mode 100644 new mode 100755 diff --git a/tests/cassettes/test_blocks_children_list.yaml b/tests/cassettes/test_blocks_children_list.yaml old mode 100644 new mode 100755 diff --git a/tests/cassettes/test_blocks_delete.yaml b/tests/cassettes/test_blocks_delete.yaml old mode 100644 new mode 100755 diff --git a/tests/cassettes/test_blocks_retrieve.yaml b/tests/cassettes/test_blocks_retrieve.yaml old mode 100644 new mode 100755 diff --git a/tests/cassettes/test_blocks_update.yaml b/tests/cassettes/test_blocks_update.yaml old mode 100644 new mode 100755 diff --git a/tests/cassettes/test_client_request.yaml b/tests/cassettes/test_client_request.yaml old mode 100644 new mode 100755 diff --git a/tests/cassettes/test_client_request_auth.yaml b/tests/cassettes/test_client_request_auth.yaml old mode 100644 new mode 100755 diff --git a/tests/cassettes/test_collect_paginated_api.yaml b/tests/cassettes/test_collect_paginated_api.yaml old mode 100644 new mode 100755 diff --git a/tests/cassettes/test_comments_create.yaml b/tests/cassettes/test_comments_create.yaml old mode 100644 new mode 100755 diff --git a/tests/cassettes/test_comments_list.yaml b/tests/cassettes/test_comments_list.yaml old mode 100644 new mode 100755 diff --git a/tests/cassettes/test_databases_create.yaml b/tests/cassettes/test_databases_create.yaml old mode 100644 new mode 100755 diff --git a/tests/cassettes/test_databases_query.yaml b/tests/cassettes/test_databases_query.yaml old mode 100644 new mode 100755 diff --git a/tests/cassettes/test_databases_retrieve.yaml b/tests/cassettes/test_databases_retrieve.yaml old mode 100644 new mode 100755 diff --git a/tests/cassettes/test_databases_update.yaml b/tests/cassettes/test_databases_update.yaml old mode 100644 new mode 100755 diff --git a/tests/cassettes/test_is_equation_rich_text_item_response.yaml b/tests/cassettes/test_is_equation_rich_text_item_response.yaml old mode 100644 new mode 100755 diff --git a/tests/cassettes/test_is_full_block.yaml b/tests/cassettes/test_is_full_block.yaml old mode 100644 new mode 100755 diff --git a/tests/cassettes/test_is_full_comment.yaml b/tests/cassettes/test_is_full_comment.yaml old mode 100644 new mode 100755 diff --git a/tests/cassettes/test_is_full_database.yaml b/tests/cassettes/test_is_full_database.yaml old mode 100644 new mode 100755 diff --git a/tests/cassettes/test_is_full_page.yaml b/tests/cassettes/test_is_full_page.yaml old mode 100644 new mode 100755 diff --git a/tests/cassettes/test_is_full_page_or_database.yaml b/tests/cassettes/test_is_full_page_or_database.yaml old mode 100644 new mode 100755 diff --git a/tests/cassettes/test_is_full_user.yaml b/tests/cassettes/test_is_full_user.yaml old mode 100644 new mode 100755 diff --git a/tests/cassettes/test_is_mention_rich_text_item_response.yaml b/tests/cassettes/test_is_mention_rich_text_item_response.yaml old mode 100644 new mode 100755 diff --git a/tests/cassettes/test_is_text_rich_text_item_response.yaml b/tests/cassettes/test_is_text_rich_text_item_response.yaml old mode 100644 new mode 100755 diff --git a/tests/cassettes/test_iterate_paginated_api.yaml b/tests/cassettes/test_iterate_paginated_api.yaml old mode 100644 new mode 100755 diff --git a/tests/cassettes/test_pages_create.yaml b/tests/cassettes/test_pages_create.yaml old mode 100644 new mode 100755 diff --git a/tests/cassettes/test_pages_delete.yaml b/tests/cassettes/test_pages_delete.yaml old mode 100644 new mode 100755 diff --git a/tests/cassettes/test_pages_properties_retrieve.yaml b/tests/cassettes/test_pages_properties_retrieve.yaml old mode 100644 new mode 100755 diff --git a/tests/cassettes/test_pages_retrieve.yaml b/tests/cassettes/test_pages_retrieve.yaml old mode 100644 new mode 100755 diff --git a/tests/cassettes/test_pages_update.yaml b/tests/cassettes/test_pages_update.yaml old mode 100644 new mode 100755 diff --git a/tests/cassettes/test_search.yaml b/tests/cassettes/test_search.yaml old mode 100644 new mode 100755 diff --git a/tests/cassettes/test_users_list.yaml b/tests/cassettes/test_users_list.yaml old mode 100644 new mode 100755 diff --git a/tests/cassettes/test_users_me.yaml b/tests/cassettes/test_users_me.yaml old mode 100644 new mode 100755 diff --git a/tests/cassettes/test_users_retrieve.yaml b/tests/cassettes/test_users_retrieve.yaml old mode 100644 new mode 100755 diff --git a/tests/conftest.py b/tests/conftest.py old mode 100644 new mode 100755 diff --git a/tests/test_client.py b/tests/test_client.py old mode 100644 new mode 100755 diff --git a/tests/test_endpoints.py b/tests/test_endpoints.py old mode 100644 new mode 100755 diff --git a/tests/test_errors.py b/tests/test_errors.py old mode 100644 new mode 100755 diff --git a/tests/test_helpers.py b/tests/test_helpers.py old mode 100644 new mode 100755 diff --git a/tox.ini b/tox.ini old mode 100644 new mode 100755