studyfetch-sdk 0.1.0a9__tar.gz → 0.1.0a10__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.
- studyfetch_sdk-0.1.0a10/.release-please-manifest.json +3 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/CHANGELOG.md +8 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/PKG-INFO +3 -3
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/README.md +1 -1
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/SECURITY.md +4 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/pyproject.toml +2 -2
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/_client.py +2 -2
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/_version.py +1 -1
- studyfetch_sdk-0.1.0a9/.release-please-manifest.json +0 -3
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/.gitignore +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/CONTRIBUTING.md +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/LICENSE +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/api.md +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/bin/check-release-environment +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/bin/publish-pypi +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/examples/.keep +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/mypy.ini +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/noxfile.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/release-please-config.json +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/requirements-dev.lock +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/requirements.lock +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/__init__.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/_base_client.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/_compat.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/_constants.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/_exceptions.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/_files.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/_models.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/_qs.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/_resource.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/_response.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/_streaming.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/_types.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/_utils/__init__.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/_utils/_logs.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/_utils/_proxy.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/_utils/_reflection.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/_utils/_resources_proxy.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/_utils/_streams.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/_utils/_sync.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/_utils/_transform.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/_utils/_typing.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/_utils/_utils.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/lib/.keep +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/py.typed +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/resources/__init__.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/resources/v1/__init__.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/resources/v1/audio_recaps/__init__.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/resources/v1/audio_recaps/audio_recaps.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/resources/v1/audio_recaps/sections.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/resources/v1/chat/__init__.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/resources/v1/chat/chat.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/resources/v1/chat/sessions.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/resources/v1/chat/test.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/resources/v1/components.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/resources/v1/embed/__init__.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/resources/v1/embed/component.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/resources/v1/embed/embed.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/resources/v1/explainers.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/resources/v1/flashcards.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/resources/v1/folders.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/resources/v1/materials/__init__.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/resources/v1/materials/bulk.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/resources/v1/materials/materials.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/resources/v1/materials/test.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/resources/v1/materials/upload.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/resources/v1/scenarios/__init__.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/resources/v1/scenarios/component.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/resources/v1/scenarios/scenarios.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/resources/v1/scenarios/sessions.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/resources/v1/scenarios/submissions/__init__.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/resources/v1/scenarios/submissions/submissions.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/resources/v1/scenarios/submissions/user.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/resources/v1/tests/__init__.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/resources/v1/tests/component.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/resources/v1/tests/tests.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/resources/v1/upload/__init__.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/resources/v1/upload/component.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/resources/v1/upload/upload.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/resources/v1/usage.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/resources/v1/v1.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/types/__init__.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/types/v1/__init__.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/types/v1/audio_recaps/__init__.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/types/v1/chat/__init__.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/types/v1/chat/session_retrieve_params.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/types/v1/chat_get_session_params.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/types/v1/chat_send_message_params.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/types/v1/chat_stream_params.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/types/v1/component.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/types/v1/component_create_params.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/types/v1/component_generate_embed_params.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/types/v1/component_generate_embed_response.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/types/v1/component_list_params.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/types/v1/component_list_response.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/types/v1/component_update_params.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/types/v1/embed/__init__.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/types/v1/embed/component_interact_params.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/types/v1/embed/component_retrieve_params.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/types/v1/embed_get_theme_params.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/types/v1/embed_verify_params.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/types/v1/explainer_create_params.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/types/v1/explainer_handle_webhook_params.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/types/v1/flashcard_batch_process_params.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/types/v1/flashcard_batch_process_response.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/types/v1/flashcard_get_algorithm_response.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/types/v1/flashcard_get_all_params.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/types/v1/flashcard_get_due_params.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/types/v1/flashcard_get_stats_params.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/types/v1/flashcard_get_types_response.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/types/v1/flashcard_rate_params.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/types/v1/folder_create_params.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/types/v1/folder_list_params.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/types/v1/folder_update_params.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/types/v1/material.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/types/v1/material_create_params.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/types/v1/material_get_download_url_params.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/types/v1/material_list_params.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/types/v1/material_list_response.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/types/v1/materials/__init__.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/types/v1/materials/upload_upload_file_params.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/types/v1/materials/upload_upload_from_url_params.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/types/v1/scenario_create_params.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/types/v1/scenario_submit_answer_params.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/types/v1/scenario_update_params.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/types/v1/scenarios/__init__.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/types/v1/scenarios/component_update_params.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/types/v1/scenarios/submissions/__init__.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/types/v1/test_create_params.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/types/v1/test_retake_params.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/types/v1/test_submit_answer_params.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/types/v1/test_submit_params.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/types/v1/tests/__init__.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/types/v1/upload/__init__.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/types/v1/usage_get_stats_params.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/types/v1/usage_get_summary_params.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/types/v1/usage_list_events_params.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/tests/__init__.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/tests/api_resources/__init__.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/tests/api_resources/v1/__init__.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/tests/api_resources/v1/audio_recaps/__init__.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/tests/api_resources/v1/audio_recaps/test_sections.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/tests/api_resources/v1/chat/__init__.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/tests/api_resources/v1/chat/test_sessions.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/tests/api_resources/v1/chat/test_test.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/tests/api_resources/v1/embed/__init__.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/tests/api_resources/v1/embed/test_component.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/tests/api_resources/v1/materials/__init__.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/tests/api_resources/v1/materials/test_bulk.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/tests/api_resources/v1/materials/test_test.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/tests/api_resources/v1/materials/test_upload.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/tests/api_resources/v1/scenarios/__init__.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/tests/api_resources/v1/scenarios/submissions/__init__.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/tests/api_resources/v1/scenarios/submissions/test_user.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/tests/api_resources/v1/scenarios/test_component.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/tests/api_resources/v1/scenarios/test_sessions.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/tests/api_resources/v1/test_audio_recaps.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/tests/api_resources/v1/test_chat.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/tests/api_resources/v1/test_components.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/tests/api_resources/v1/test_embed.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/tests/api_resources/v1/test_explainers.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/tests/api_resources/v1/test_flashcards.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/tests/api_resources/v1/test_folders.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/tests/api_resources/v1/test_materials.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/tests/api_resources/v1/test_scenarios.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/tests/api_resources/v1/test_tests.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/tests/api_resources/v1/test_usage.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/tests/api_resources/v1/tests/__init__.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/tests/api_resources/v1/tests/test_component.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/tests/api_resources/v1/upload/__init__.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/tests/api_resources/v1/upload/test_component.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/tests/conftest.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/tests/sample_file.txt +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/tests/test_client.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/tests/test_deepcopy.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/tests/test_extract_files.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/tests/test_files.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/tests/test_models.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/tests/test_qs.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/tests/test_required_args.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/tests/test_response.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/tests/test_streaming.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/tests/test_transform.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/tests/test_utils/test_proxy.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/tests/test_utils/test_typing.py +0 -0
- {studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/tests/utils.py +0 -0
@@ -1,5 +1,13 @@
|
|
1
1
|
# Changelog
|
2
2
|
|
3
|
+
## 0.1.0-alpha.10 (2025-07-20)
|
4
|
+
|
5
|
+
Full Changelog: [v0.1.0-alpha.9...v0.1.0-alpha.10](https://github.com/GoStudyFetchGo/studyfetch-sdk-python/compare/v0.1.0-alpha.9...v0.1.0-alpha.10)
|
6
|
+
|
7
|
+
### Features
|
8
|
+
|
9
|
+
* **api:** manual updates ([28930b8](https://github.com/GoStudyFetchGo/studyfetch-sdk-python/commit/28930b893896f920daabe98ab6e4bc361a4f208b))
|
10
|
+
|
3
11
|
## 0.1.0-alpha.9 (2025-07-20)
|
4
12
|
|
5
13
|
Full Changelog: [v0.1.0-alpha.8...v0.1.0-alpha.9](https://github.com/GoStudyFetchGo/studyfetch-sdk-python/compare/v0.1.0-alpha.8...v0.1.0-alpha.9)
|
@@ -1,10 +1,10 @@
|
|
1
1
|
Metadata-Version: 2.3
|
2
2
|
Name: studyfetch_sdk
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.0a10
|
4
4
|
Summary: The official Python library for the studyfetch-sdk API
|
5
5
|
Project-URL: Homepage, https://github.com/GoStudyFetchGo/studyfetch-sdk-python
|
6
6
|
Project-URL: Repository, https://github.com/GoStudyFetchGo/studyfetch-sdk-python
|
7
|
-
Author: Studyfetch SDK
|
7
|
+
Author-email: Studyfetch SDK <support@studyfetch.com>
|
8
8
|
License: Apache-2.0
|
9
9
|
Classifier: Intended Audience :: Developers
|
10
10
|
Classifier: License :: OSI Approved :: Apache Software License
|
@@ -46,7 +46,7 @@ It is generated with [Stainless](https://www.stainless.com/).
|
|
46
46
|
|
47
47
|
## Documentation
|
48
48
|
|
49
|
-
The full API of this library can be found in [api.md](https://github.com/GoStudyFetchGo/studyfetch-sdk-python/tree/main/api.md).
|
49
|
+
The REST API documentation can be found on [studyfetch.com](https://studyfetch.com/docs). The full API of this library can be found in [api.md](https://github.com/GoStudyFetchGo/studyfetch-sdk-python/tree/main/api.md).
|
50
50
|
|
51
51
|
## Installation
|
52
52
|
|
@@ -11,7 +11,7 @@ It is generated with [Stainless](https://www.stainless.com/).
|
|
11
11
|
|
12
12
|
## Documentation
|
13
13
|
|
14
|
-
The full API of this library can be found in [api.md](api.md).
|
14
|
+
The REST API documentation can be found on [studyfetch.com](https://studyfetch.com/docs). The full API of this library can be found in [api.md](api.md).
|
15
15
|
|
16
16
|
## Installation
|
17
17
|
|
@@ -18,6 +18,10 @@ before making any information public.
|
|
18
18
|
If you encounter security issues that are not directly related to SDKs but pertain to the services
|
19
19
|
or products provided by Studyfetch SDK, please follow the respective company's security reporting guidelines.
|
20
20
|
|
21
|
+
### Studyfetch SDK Terms and Policies
|
22
|
+
|
23
|
+
Please contact support@studyfetch.com for any questions or concerns regarding the security of our services.
|
24
|
+
|
21
25
|
---
|
22
26
|
|
23
27
|
Thank you for helping us keep the SDKs and systems they interact with secure.
|
@@ -1,11 +1,11 @@
|
|
1
1
|
[project]
|
2
2
|
name = "studyfetch_sdk"
|
3
|
-
version = "0.1.0-alpha.
|
3
|
+
version = "0.1.0-alpha.10"
|
4
4
|
description = "The official Python library for the studyfetch-sdk API"
|
5
5
|
dynamic = ["readme"]
|
6
6
|
license = "Apache-2.0"
|
7
7
|
authors = [
|
8
|
-
{ name = "Studyfetch SDK", email = "" },
|
8
|
+
{ name = "Studyfetch SDK", email = "support@studyfetch.com" },
|
9
9
|
]
|
10
10
|
dependencies = [
|
11
11
|
"httpx>=0.23.0, <1",
|
@@ -88,7 +88,7 @@ class StudyfetchSDK(SyncAPIClient):
|
|
88
88
|
if base_url is None:
|
89
89
|
base_url = os.environ.get("STUDYFETCH_SDK_BASE_URL")
|
90
90
|
if base_url is None:
|
91
|
-
base_url = f"https://
|
91
|
+
base_url = f"https://studyfetchapi.com"
|
92
92
|
|
93
93
|
super().__init__(
|
94
94
|
version=__version__,
|
@@ -256,7 +256,7 @@ class AsyncStudyfetchSDK(AsyncAPIClient):
|
|
256
256
|
if base_url is None:
|
257
257
|
base_url = os.environ.get("STUDYFETCH_SDK_BASE_URL")
|
258
258
|
if base_url is None:
|
259
|
-
base_url = f"https://
|
259
|
+
base_url = f"https://studyfetchapi.com"
|
260
260
|
|
261
261
|
super().__init__(
|
262
262
|
version=__version__,
|
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
|
File without changes
|
File without changes
|
File without changes
|
{studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/_utils/_resources_proxy.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
|
{studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/resources/v1/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/resources/v1/chat/__init__.py
RENAMED
File without changes
|
{studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/resources/v1/chat/chat.py
RENAMED
File without changes
|
{studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/resources/v1/chat/sessions.py
RENAMED
File without changes
|
{studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/resources/v1/chat/test.py
RENAMED
File without changes
|
{studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/resources/v1/components.py
RENAMED
File without changes
|
{studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/resources/v1/embed/__init__.py
RENAMED
File without changes
|
File without changes
|
{studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/resources/v1/embed/embed.py
RENAMED
File without changes
|
{studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/resources/v1/explainers.py
RENAMED
File without changes
|
{studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/resources/v1/flashcards.py
RENAMED
File without changes
|
{studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/resources/v1/folders.py
RENAMED
File without changes
|
File without changes
|
{studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/resources/v1/materials/bulk.py
RENAMED
File without changes
|
File without changes
|
{studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/resources/v1/materials/test.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
|
{studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/resources/v1/tests/__init__.py
RENAMED
File without changes
|
File without changes
|
{studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/resources/v1/tests/tests.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/resources/v1/upload/upload.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/types/v1/chat/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/types/v1/chat_stream_params.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
|
{studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/types/v1/embed/__init__.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
|
File without changes
|
{studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/types/v1/folder_list_params.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/types/v1/materials/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/types/v1/scenarios/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/types/v1/test_create_params.py
RENAMED
File without changes
|
{studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/types/v1/test_retake_params.py
RENAMED
File without changes
|
File without changes
|
{studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/types/v1/test_submit_params.py
RENAMED
File without changes
|
{studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/types/v1/tests/__init__.py
RENAMED
File without changes
|
{studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/src/studyfetch_sdk/types/v1/upload/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/tests/api_resources/v1/audio_recaps/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/tests/api_resources/v1/chat/test_sessions.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
{studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/tests/api_resources/v1/embed/test_component.py
RENAMED
File without changes
|
{studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/tests/api_resources/v1/materials/__init__.py
RENAMED
File without changes
|
{studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/tests/api_resources/v1/materials/test_bulk.py
RENAMED
File without changes
|
{studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/tests/api_resources/v1/materials/test_test.py
RENAMED
File without changes
|
{studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/tests/api_resources/v1/materials/test_upload.py
RENAMED
File without changes
|
{studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/tests/api_resources/v1/scenarios/__init__.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/tests/api_resources/v1/scenarios/test_sessions.py
RENAMED
File without changes
|
{studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/tests/api_resources/v1/test_audio_recaps.py
RENAMED
File without changes
|
File without changes
|
{studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/tests/api_resources/v1/test_components.py
RENAMED
File without changes
|
File without changes
|
{studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/tests/api_resources/v1/test_explainers.py
RENAMED
File without changes
|
{studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/tests/api_resources/v1/test_flashcards.py
RENAMED
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
{studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/tests/api_resources/v1/tests/test_component.py
RENAMED
File without changes
|
{studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/tests/api_resources/v1/upload/__init__.py
RENAMED
File without changes
|
{studyfetch_sdk-0.1.0a9 → studyfetch_sdk-0.1.0a10}/tests/api_resources/v1/upload/test_component.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
|
File without changes
|