nimble_python 0.9.0__tar.gz → 0.9.1__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (129) hide show
  1. nimble_python-0.9.1/.release-please-manifest.json +3 -0
  2. {nimble_python-0.9.0 → nimble_python-0.9.1}/CHANGELOG.md +8 -0
  3. {nimble_python-0.9.0 → nimble_python-0.9.1}/PKG-INFO +1 -1
  4. {nimble_python-0.9.0 → nimble_python-0.9.1}/pyproject.toml +1 -1
  5. {nimble_python-0.9.0 → nimble_python-0.9.1}/src/nimble_python/_version.py +1 -1
  6. nimble_python-0.9.1/src/nimble_python/types/client_extract_params.py +1050 -0
  7. {nimble_python-0.9.0 → nimble_python-0.9.1}/uv.lock +1 -1
  8. nimble_python-0.9.0/.release-please-manifest.json +0 -3
  9. nimble_python-0.9.0/src/nimble_python/types/client_extract_params.py +0 -1923
  10. {nimble_python-0.9.0 → nimble_python-0.9.1}/.gitignore +0 -0
  11. {nimble_python-0.9.0 → nimble_python-0.9.1}/CONTRIBUTING.md +0 -0
  12. {nimble_python-0.9.0 → nimble_python-0.9.1}/LICENSE +0 -0
  13. {nimble_python-0.9.0 → nimble_python-0.9.1}/README.md +0 -0
  14. {nimble_python-0.9.0 → nimble_python-0.9.1}/SECURITY.md +0 -0
  15. {nimble_python-0.9.0 → nimble_python-0.9.1}/api.md +0 -0
  16. {nimble_python-0.9.0 → nimble_python-0.9.1}/bin/check-release-environment +0 -0
  17. {nimble_python-0.9.0 → nimble_python-0.9.1}/bin/publish-pypi +0 -0
  18. {nimble_python-0.9.0 → nimble_python-0.9.1}/examples/.keep +0 -0
  19. {nimble_python-0.9.0 → nimble_python-0.9.1}/release-please-config.json +0 -0
  20. {nimble_python-0.9.0 → nimble_python-0.9.1}/requirements-dev.lock +0 -0
  21. {nimble_python-0.9.0 → nimble_python-0.9.1}/src/nimble_python/__init__.py +0 -0
  22. {nimble_python-0.9.0 → nimble_python-0.9.1}/src/nimble_python/_base_client.py +0 -0
  23. {nimble_python-0.9.0 → nimble_python-0.9.1}/src/nimble_python/_client.py +0 -0
  24. {nimble_python-0.9.0 → nimble_python-0.9.1}/src/nimble_python/_compat.py +0 -0
  25. {nimble_python-0.9.0 → nimble_python-0.9.1}/src/nimble_python/_constants.py +0 -0
  26. {nimble_python-0.9.0 → nimble_python-0.9.1}/src/nimble_python/_exceptions.py +0 -0
  27. {nimble_python-0.9.0 → nimble_python-0.9.1}/src/nimble_python/_files.py +0 -0
  28. {nimble_python-0.9.0 → nimble_python-0.9.1}/src/nimble_python/_models.py +0 -0
  29. {nimble_python-0.9.0 → nimble_python-0.9.1}/src/nimble_python/_qs.py +0 -0
  30. {nimble_python-0.9.0 → nimble_python-0.9.1}/src/nimble_python/_resource.py +0 -0
  31. {nimble_python-0.9.0 → nimble_python-0.9.1}/src/nimble_python/_response.py +0 -0
  32. {nimble_python-0.9.0 → nimble_python-0.9.1}/src/nimble_python/_streaming.py +0 -0
  33. {nimble_python-0.9.0 → nimble_python-0.9.1}/src/nimble_python/_types.py +0 -0
  34. {nimble_python-0.9.0 → nimble_python-0.9.1}/src/nimble_python/_utils/__init__.py +0 -0
  35. {nimble_python-0.9.0 → nimble_python-0.9.1}/src/nimble_python/_utils/_compat.py +0 -0
  36. {nimble_python-0.9.0 → nimble_python-0.9.1}/src/nimble_python/_utils/_datetime_parse.py +0 -0
  37. {nimble_python-0.9.0 → nimble_python-0.9.1}/src/nimble_python/_utils/_json.py +0 -0
  38. {nimble_python-0.9.0 → nimble_python-0.9.1}/src/nimble_python/_utils/_logs.py +0 -0
  39. {nimble_python-0.9.0 → nimble_python-0.9.1}/src/nimble_python/_utils/_proxy.py +0 -0
  40. {nimble_python-0.9.0 → nimble_python-0.9.1}/src/nimble_python/_utils/_reflection.py +0 -0
  41. {nimble_python-0.9.0 → nimble_python-0.9.1}/src/nimble_python/_utils/_resources_proxy.py +0 -0
  42. {nimble_python-0.9.0 → nimble_python-0.9.1}/src/nimble_python/_utils/_streams.py +0 -0
  43. {nimble_python-0.9.0 → nimble_python-0.9.1}/src/nimble_python/_utils/_sync.py +0 -0
  44. {nimble_python-0.9.0 → nimble_python-0.9.1}/src/nimble_python/_utils/_transform.py +0 -0
  45. {nimble_python-0.9.0 → nimble_python-0.9.1}/src/nimble_python/_utils/_typing.py +0 -0
  46. {nimble_python-0.9.0 → nimble_python-0.9.1}/src/nimble_python/_utils/_utils.py +0 -0
  47. {nimble_python-0.9.0 → nimble_python-0.9.1}/src/nimble_python/lib/.keep +0 -0
  48. {nimble_python-0.9.0 → nimble_python-0.9.1}/src/nimble_python/py.typed +0 -0
  49. {nimble_python-0.9.0 → nimble_python-0.9.1}/src/nimble_python/resources/__init__.py +0 -0
  50. {nimble_python-0.9.0 → nimble_python-0.9.1}/src/nimble_python/resources/agent.py +0 -0
  51. {nimble_python-0.9.0 → nimble_python-0.9.1}/src/nimble_python/resources/crawl.py +0 -0
  52. {nimble_python-0.9.0 → nimble_python-0.9.1}/src/nimble_python/resources/tasks.py +0 -0
  53. {nimble_python-0.9.0 → nimble_python-0.9.1}/src/nimble_python/types/__init__.py +0 -0
  54. {nimble_python-0.9.0 → nimble_python-0.9.1}/src/nimble_python/types/agent_get_response.py +0 -0
  55. {nimble_python-0.9.0 → nimble_python-0.9.1}/src/nimble_python/types/agent_list_params.py +0 -0
  56. {nimble_python-0.9.0 → nimble_python-0.9.1}/src/nimble_python/types/agent_list_response.py +0 -0
  57. {nimble_python-0.9.0 → nimble_python-0.9.1}/src/nimble_python/types/agent_run_async_params.py +0 -0
  58. {nimble_python-0.9.0 → nimble_python-0.9.1}/src/nimble_python/types/agent_run_async_response.py +0 -0
  59. {nimble_python-0.9.0 → nimble_python-0.9.1}/src/nimble_python/types/agent_run_params.py +0 -0
  60. {nimble_python-0.9.0 → nimble_python-0.9.1}/src/nimble_python/types/agent_run_response.py +0 -0
  61. {nimble_python-0.9.0 → nimble_python-0.9.1}/src/nimble_python/types/client_extract_async_params.py +0 -0
  62. {nimble_python-0.9.0 → nimble_python-0.9.1}/src/nimble_python/types/client_map_params.py +0 -0
  63. {nimble_python-0.9.0 → nimble_python-0.9.1}/src/nimble_python/types/client_search_params.py +0 -0
  64. {nimble_python-0.9.0 → nimble_python-0.9.1}/src/nimble_python/types/crawl_list_params.py +0 -0
  65. {nimble_python-0.9.0 → nimble_python-0.9.1}/src/nimble_python/types/crawl_list_response.py +0 -0
  66. {nimble_python-0.9.0 → nimble_python-0.9.1}/src/nimble_python/types/crawl_run_params.py +0 -0
  67. {nimble_python-0.9.0 → nimble_python-0.9.1}/src/nimble_python/types/crawl_run_response.py +0 -0
  68. {nimble_python-0.9.0 → nimble_python-0.9.1}/src/nimble_python/types/crawl_status_response.py +0 -0
  69. {nimble_python-0.9.0 → nimble_python-0.9.1}/src/nimble_python/types/crawl_terminate_response.py +0 -0
  70. {nimble_python-0.9.0 → nimble_python-0.9.1}/src/nimble_python/types/extract_async_response.py +0 -0
  71. {nimble_python-0.9.0 → nimble_python-0.9.1}/src/nimble_python/types/extract_response.py +0 -0
  72. {nimble_python-0.9.0 → nimble_python-0.9.1}/src/nimble_python/types/map_response.py +0 -0
  73. {nimble_python-0.9.0 → nimble_python-0.9.1}/src/nimble_python/types/search_response.py +0 -0
  74. {nimble_python-0.9.0 → nimble_python-0.9.1}/src/nimble_python/types/shared/__init__.py +0 -0
  75. {nimble_python-0.9.0 → nimble_python-0.9.1}/src/nimble_python/types/shared/auto_scroll_action.py +0 -0
  76. {nimble_python-0.9.0 → nimble_python-0.9.1}/src/nimble_python/types/shared/click_action.py +0 -0
  77. {nimble_python-0.9.0 → nimble_python-0.9.1}/src/nimble_python/types/shared/eval_action.py +0 -0
  78. {nimble_python-0.9.0 → nimble_python-0.9.1}/src/nimble_python/types/shared/fetch_action.py +0 -0
  79. {nimble_python-0.9.0 → nimble_python-0.9.1}/src/nimble_python/types/shared/fill_action.py +0 -0
  80. {nimble_python-0.9.0 → nimble_python-0.9.1}/src/nimble_python/types/shared/get_cookies_action.py +0 -0
  81. {nimble_python-0.9.0 → nimble_python-0.9.1}/src/nimble_python/types/shared/goto_action.py +0 -0
  82. {nimble_python-0.9.0 → nimble_python-0.9.1}/src/nimble_python/types/shared/press_action.py +0 -0
  83. {nimble_python-0.9.0 → nimble_python-0.9.1}/src/nimble_python/types/shared/screenshot_action.py +0 -0
  84. {nimble_python-0.9.0 → nimble_python-0.9.1}/src/nimble_python/types/shared/scroll_action.py +0 -0
  85. {nimble_python-0.9.0 → nimble_python-0.9.1}/src/nimble_python/types/shared/wait_action.py +0 -0
  86. {nimble_python-0.9.0 → nimble_python-0.9.1}/src/nimble_python/types/shared/wait_for_element_action.py +0 -0
  87. {nimble_python-0.9.0 → nimble_python-0.9.1}/src/nimble_python/types/shared/wait_for_navigation_action.py +0 -0
  88. {nimble_python-0.9.0 → nimble_python-0.9.1}/src/nimble_python/types/shared_params/__init__.py +0 -0
  89. {nimble_python-0.9.0 → nimble_python-0.9.1}/src/nimble_python/types/shared_params/auto_scroll_action.py +0 -0
  90. {nimble_python-0.9.0 → nimble_python-0.9.1}/src/nimble_python/types/shared_params/click_action.py +0 -0
  91. {nimble_python-0.9.0 → nimble_python-0.9.1}/src/nimble_python/types/shared_params/eval_action.py +0 -0
  92. {nimble_python-0.9.0 → nimble_python-0.9.1}/src/nimble_python/types/shared_params/fetch_action.py +0 -0
  93. {nimble_python-0.9.0 → nimble_python-0.9.1}/src/nimble_python/types/shared_params/fill_action.py +0 -0
  94. {nimble_python-0.9.0 → nimble_python-0.9.1}/src/nimble_python/types/shared_params/get_cookies_action.py +0 -0
  95. {nimble_python-0.9.0 → nimble_python-0.9.1}/src/nimble_python/types/shared_params/goto_action.py +0 -0
  96. {nimble_python-0.9.0 → nimble_python-0.9.1}/src/nimble_python/types/shared_params/press_action.py +0 -0
  97. {nimble_python-0.9.0 → nimble_python-0.9.1}/src/nimble_python/types/shared_params/screenshot_action.py +0 -0
  98. {nimble_python-0.9.0 → nimble_python-0.9.1}/src/nimble_python/types/shared_params/scroll_action.py +0 -0
  99. {nimble_python-0.9.0 → nimble_python-0.9.1}/src/nimble_python/types/shared_params/wait_action.py +0 -0
  100. {nimble_python-0.9.0 → nimble_python-0.9.1}/src/nimble_python/types/shared_params/wait_for_element_action.py +0 -0
  101. {nimble_python-0.9.0 → nimble_python-0.9.1}/src/nimble_python/types/shared_params/wait_for_navigation_action.py +0 -0
  102. {nimble_python-0.9.0 → nimble_python-0.9.1}/src/nimble_python/types/task_get_response.py +0 -0
  103. {nimble_python-0.9.0 → nimble_python-0.9.1}/src/nimble_python/types/task_list_params.py +0 -0
  104. {nimble_python-0.9.0 → nimble_python-0.9.1}/src/nimble_python/types/task_list_response.py +0 -0
  105. {nimble_python-0.9.0 → nimble_python-0.9.1}/src/nimble_python/types/task_results_response.py +0 -0
  106. {nimble_python-0.9.0 → nimble_python-0.9.1}/src/nimbleway/lib/.keep +0 -0
  107. {nimble_python-0.9.0 → nimble_python-0.9.1}/tests/__init__.py +0 -0
  108. {nimble_python-0.9.0 → nimble_python-0.9.1}/tests/api_resources/__init__.py +0 -0
  109. {nimble_python-0.9.0 → nimble_python-0.9.1}/tests/api_resources/test_agent.py +0 -0
  110. {nimble_python-0.9.0 → nimble_python-0.9.1}/tests/api_resources/test_client.py +0 -0
  111. {nimble_python-0.9.0 → nimble_python-0.9.1}/tests/api_resources/test_crawl.py +0 -0
  112. {nimble_python-0.9.0 → nimble_python-0.9.1}/tests/api_resources/test_tasks.py +0 -0
  113. {nimble_python-0.9.0 → nimble_python-0.9.1}/tests/conftest.py +0 -0
  114. {nimble_python-0.9.0 → nimble_python-0.9.1}/tests/sample_file.txt +0 -0
  115. {nimble_python-0.9.0 → nimble_python-0.9.1}/tests/test_client.py +0 -0
  116. {nimble_python-0.9.0 → nimble_python-0.9.1}/tests/test_deepcopy.py +0 -0
  117. {nimble_python-0.9.0 → nimble_python-0.9.1}/tests/test_extract_files.py +0 -0
  118. {nimble_python-0.9.0 → nimble_python-0.9.1}/tests/test_files.py +0 -0
  119. {nimble_python-0.9.0 → nimble_python-0.9.1}/tests/test_models.py +0 -0
  120. {nimble_python-0.9.0 → nimble_python-0.9.1}/tests/test_qs.py +0 -0
  121. {nimble_python-0.9.0 → nimble_python-0.9.1}/tests/test_required_args.py +0 -0
  122. {nimble_python-0.9.0 → nimble_python-0.9.1}/tests/test_response.py +0 -0
  123. {nimble_python-0.9.0 → nimble_python-0.9.1}/tests/test_streaming.py +0 -0
  124. {nimble_python-0.9.0 → nimble_python-0.9.1}/tests/test_transform.py +0 -0
  125. {nimble_python-0.9.0 → nimble_python-0.9.1}/tests/test_utils/test_datetime_parse.py +0 -0
  126. {nimble_python-0.9.0 → nimble_python-0.9.1}/tests/test_utils/test_json.py +0 -0
  127. {nimble_python-0.9.0 → nimble_python-0.9.1}/tests/test_utils/test_proxy.py +0 -0
  128. {nimble_python-0.9.0 → nimble_python-0.9.1}/tests/test_utils/test_typing.py +0 -0
  129. {nimble_python-0.9.0 → nimble_python-0.9.1}/tests/utils.py +0 -0
@@ -0,0 +1,3 @@
1
+ {
2
+ ".": "0.9.1"
3
+ }
@@ -1,5 +1,13 @@
1
1
  # Changelog
2
2
 
3
+ ## 0.9.1 (2026-02-22)
4
+
5
+ Full Changelog: [v0.9.0...v0.9.1](https://github.com/Nimbleway/nimble-python/compare/v0.9.0...v0.9.1)
6
+
7
+ ### Chores
8
+
9
+ * remove custom code ([1ddc742](https://github.com/Nimbleway/nimble-python/commit/1ddc74209b4d8032cf13955cec400f5a6ab84a97))
10
+
3
11
  ## 0.9.0 (2026-02-22)
4
12
 
5
13
  Full Changelog: [v0.8.0...v0.9.0](https://github.com/Nimbleway/nimble-python/compare/v0.8.0...v0.9.0)
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.3
2
2
  Name: nimble_python
3
- Version: 0.9.0
3
+ Version: 0.9.1
4
4
  Summary: The official Python library for the nimble API
5
5
  Project-URL: Homepage, https://github.com/Nimbleway/nimble-python
6
6
  Project-URL: Repository, https://github.com/Nimbleway/nimble-python
@@ -1,6 +1,6 @@
1
1
  [project]
2
2
  name = "nimble_python"
3
- version = "0.9.0"
3
+ version = "0.9.1"
4
4
  description = "The official Python library for the nimble API"
5
5
  dynamic = ["readme"]
6
6
  license = "Apache-2.0"
@@ -1,4 +1,4 @@
1
1
  # File generated from our OpenAPI spec by Stainless. See CONTRIBUTING.md for details.
2
2
 
3
3
  __title__ = "nimble_python"
4
- __version__ = "0.9.0" # x-release-please-version
4
+ __version__ = "0.9.1" # x-release-please-version