groundx 2.0.11__tar.gz → 2.0.12__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.
- groundx-2.0.12/LICENSE +21 -0
- {groundx-2.0.11 → groundx-2.0.12}/PKG-INFO +7 -1
- {groundx-2.0.11 → groundx-2.0.12}/README.md +4 -0
- {groundx-2.0.11 → groundx-2.0.12}/pyproject.toml +4 -3
- {groundx-2.0.11 → groundx-2.0.12}/src/groundx/core/client_wrapper.py +1 -1
- {groundx-2.0.11 → groundx-2.0.12}/src/groundx/__init__.py +0 -0
- {groundx-2.0.11 → groundx-2.0.12}/src/groundx/buckets/__init__.py +0 -0
- {groundx-2.0.11 → groundx-2.0.12}/src/groundx/buckets/client.py +0 -0
- {groundx-2.0.11 → groundx-2.0.12}/src/groundx/client.py +0 -0
- {groundx-2.0.11 → groundx-2.0.12}/src/groundx/core/__init__.py +0 -0
- {groundx-2.0.11 → groundx-2.0.12}/src/groundx/core/api_error.py +0 -0
- {groundx-2.0.11 → groundx-2.0.12}/src/groundx/core/datetime_utils.py +0 -0
- {groundx-2.0.11 → groundx-2.0.12}/src/groundx/core/file.py +0 -0
- {groundx-2.0.11 → groundx-2.0.12}/src/groundx/core/http_client.py +0 -0
- {groundx-2.0.11 → groundx-2.0.12}/src/groundx/core/jsonable_encoder.py +0 -0
- {groundx-2.0.11 → groundx-2.0.12}/src/groundx/core/pydantic_utilities.py +0 -0
- {groundx-2.0.11 → groundx-2.0.12}/src/groundx/core/query_encoder.py +0 -0
- {groundx-2.0.11 → groundx-2.0.12}/src/groundx/core/remove_none_from_dict.py +0 -0
- {groundx-2.0.11 → groundx-2.0.12}/src/groundx/core/request_options.py +0 -0
- {groundx-2.0.11 → groundx-2.0.12}/src/groundx/core/serialization.py +0 -0
- {groundx-2.0.11 → groundx-2.0.12}/src/groundx/customer/__init__.py +0 -0
- {groundx-2.0.11 → groundx-2.0.12}/src/groundx/customer/client.py +0 -0
- {groundx-2.0.11 → groundx-2.0.12}/src/groundx/documents/__init__.py +0 -0
- {groundx-2.0.11 → groundx-2.0.12}/src/groundx/documents/client.py +0 -0
- {groundx-2.0.11 → groundx-2.0.12}/src/groundx/documents/types/__init__.py +0 -0
- {groundx-2.0.11 → groundx-2.0.12}/src/groundx/documents/types/document_remote_ingest_request_documents_item.py +0 -0
- {groundx-2.0.11 → groundx-2.0.12}/src/groundx/documents/types/website_crawl_request_websites_item.py +0 -0
- {groundx-2.0.11 → groundx-2.0.12}/src/groundx/environment.py +0 -0
- {groundx-2.0.11 → groundx-2.0.12}/src/groundx/errors/__init__.py +0 -0
- {groundx-2.0.11 → groundx-2.0.12}/src/groundx/errors/bad_request_error.py +0 -0
- {groundx-2.0.11 → groundx-2.0.12}/src/groundx/errors/unauthorized_error.py +0 -0
- {groundx-2.0.11 → groundx-2.0.12}/src/groundx/groups/__init__.py +0 -0
- {groundx-2.0.11 → groundx-2.0.12}/src/groundx/groups/client.py +0 -0
- {groundx-2.0.11 → groundx-2.0.12}/src/groundx/health/__init__.py +0 -0
- {groundx-2.0.11 → groundx-2.0.12}/src/groundx/health/client.py +0 -0
- {groundx-2.0.11 → groundx-2.0.12}/src/groundx/py.typed +0 -0
- {groundx-2.0.11 → groundx-2.0.12}/src/groundx/search/__init__.py +0 -0
- {groundx-2.0.11 → groundx-2.0.12}/src/groundx/search/client.py +0 -0
- {groundx-2.0.11 → groundx-2.0.12}/src/groundx/search/types/__init__.py +0 -0
- {groundx-2.0.11 → groundx-2.0.12}/src/groundx/search/types/search_content_request_id.py +0 -0
- {groundx-2.0.11 → groundx-2.0.12}/src/groundx/types/__init__.py +0 -0
- {groundx-2.0.11 → groundx-2.0.12}/src/groundx/types/bounding_box_detail.py +0 -0
- {groundx-2.0.11 → groundx-2.0.12}/src/groundx/types/bucket_detail.py +0 -0
- {groundx-2.0.11 → groundx-2.0.12}/src/groundx/types/bucket_list_response.py +0 -0
- {groundx-2.0.11 → groundx-2.0.12}/src/groundx/types/bucket_response.py +0 -0
- {groundx-2.0.11 → groundx-2.0.12}/src/groundx/types/bucket_update_detail.py +0 -0
- {groundx-2.0.11 → groundx-2.0.12}/src/groundx/types/bucket_update_response.py +0 -0
- {groundx-2.0.11 → groundx-2.0.12}/src/groundx/types/customer_detail.py +0 -0
- {groundx-2.0.11 → groundx-2.0.12}/src/groundx/types/customer_response.py +0 -0
- {groundx-2.0.11 → groundx-2.0.12}/src/groundx/types/document_detail.py +0 -0
- {groundx-2.0.11 → groundx-2.0.12}/src/groundx/types/document_list_response.py +0 -0
- {groundx-2.0.11 → groundx-2.0.12}/src/groundx/types/document_lookup_response.py +0 -0
- {groundx-2.0.11 → groundx-2.0.12}/src/groundx/types/document_response.py +0 -0
- {groundx-2.0.11 → groundx-2.0.12}/src/groundx/types/document_type.py +0 -0
- {groundx-2.0.11 → groundx-2.0.12}/src/groundx/types/group_detail.py +0 -0
- {groundx-2.0.11 → groundx-2.0.12}/src/groundx/types/group_list_response.py +0 -0
- {groundx-2.0.11 → groundx-2.0.12}/src/groundx/types/group_response.py +0 -0
- {groundx-2.0.11 → groundx-2.0.12}/src/groundx/types/health_response.py +0 -0
- {groundx-2.0.11 → groundx-2.0.12}/src/groundx/types/health_response_health.py +0 -0
- {groundx-2.0.11 → groundx-2.0.12}/src/groundx/types/health_service.py +0 -0
- {groundx-2.0.11 → groundx-2.0.12}/src/groundx/types/health_service_status.py +0 -0
- {groundx-2.0.11 → groundx-2.0.12}/src/groundx/types/ingest_response.py +0 -0
- {groundx-2.0.11 → groundx-2.0.12}/src/groundx/types/ingest_response_ingest.py +0 -0
- {groundx-2.0.11 → groundx-2.0.12}/src/groundx/types/message_response.py +0 -0
- {groundx-2.0.11 → groundx-2.0.12}/src/groundx/types/meter_detail.py +0 -0
- {groundx-2.0.11 → groundx-2.0.12}/src/groundx/types/process_status_response.py +0 -0
- {groundx-2.0.11 → groundx-2.0.12}/src/groundx/types/process_status_response_ingest.py +0 -0
- {groundx-2.0.11 → groundx-2.0.12}/src/groundx/types/process_status_response_ingest_progress.py +0 -0
- {groundx-2.0.11 → groundx-2.0.12}/src/groundx/types/process_status_response_ingest_progress_cancelled.py +0 -0
- {groundx-2.0.11 → groundx-2.0.12}/src/groundx/types/process_status_response_ingest_progress_complete.py +0 -0
- {groundx-2.0.11 → groundx-2.0.12}/src/groundx/types/process_status_response_ingest_progress_errors.py +0 -0
- {groundx-2.0.11 → groundx-2.0.12}/src/groundx/types/process_status_response_ingest_progress_processing.py +0 -0
- {groundx-2.0.11 → groundx-2.0.12}/src/groundx/types/processing_status.py +0 -0
- {groundx-2.0.11 → groundx-2.0.12}/src/groundx/types/search_response.py +0 -0
- {groundx-2.0.11 → groundx-2.0.12}/src/groundx/types/search_response_search.py +0 -0
- {groundx-2.0.11 → groundx-2.0.12}/src/groundx/types/search_result_item.py +0 -0
- {groundx-2.0.11 → groundx-2.0.12}/src/groundx/types/sort.py +0 -0
- {groundx-2.0.11 → groundx-2.0.12}/src/groundx/types/sort_order.py +0 -0
- {groundx-2.0.11 → groundx-2.0.12}/src/groundx/types/subscription_detail.py +0 -0
- {groundx-2.0.11 → groundx-2.0.12}/src/groundx/types/subscription_detail_meters.py +0 -0
- {groundx-2.0.11 → groundx-2.0.12}/src/groundx/version.py +0 -0
groundx-2.0.12/LICENSE
ADDED
@@ -0,0 +1,21 @@
|
|
1
|
+
MIT License
|
2
|
+
|
3
|
+
Copyright (c) 2024 Eyelevel.
|
4
|
+
|
5
|
+
Permission is hereby granted, free of charge, to any person obtaining a copy
|
6
|
+
of this software and associated documentation files (the "Software"), to deal
|
7
|
+
in the Software without restriction, including without limitation the rights
|
8
|
+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
9
|
+
copies of the Software, and to permit persons to whom the Software is
|
10
|
+
furnished to do so, subject to the following conditions:
|
11
|
+
|
12
|
+
The above copyright notice and this permission notice shall be included in all
|
13
|
+
copies or substantial portions of the Software.
|
14
|
+
|
15
|
+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
16
|
+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
17
|
+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
18
|
+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
19
|
+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
20
|
+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
21
|
+
SOFTWARE.
|
@@ -1,9 +1,11 @@
|
|
1
1
|
Metadata-Version: 2.1
|
2
2
|
Name: groundx
|
3
|
-
Version: 2.0.
|
3
|
+
Version: 2.0.12
|
4
4
|
Summary:
|
5
|
+
License: MIT
|
5
6
|
Requires-Python: >=3.8,<4.0
|
6
7
|
Classifier: Intended Audience :: Developers
|
8
|
+
Classifier: License :: OSI Approved :: MIT License
|
7
9
|
Classifier: Operating System :: MacOS
|
8
10
|
Classifier: Operating System :: Microsoft :: Windows
|
9
11
|
Classifier: Operating System :: OS Independent
|
@@ -31,6 +33,10 @@ Description-Content-Type: text/markdown
|
|
31
33
|
|
32
34
|
The Eyelevel Python library provides convenient access to the Eyelevel API from Python.
|
33
35
|
|
36
|
+
## Documentation
|
37
|
+
|
38
|
+
API reference documentation is available [here](https://docs.groundx.ai/reference).
|
39
|
+
|
34
40
|
## Installation
|
35
41
|
|
36
42
|
```sh
|
@@ -1,11 +1,11 @@
|
|
1
1
|
[tool.poetry]
|
2
2
|
name = "groundx"
|
3
|
-
version = "2.0.
|
3
|
+
version = "2.0.12"
|
4
4
|
description = ""
|
5
5
|
readme = "README.md"
|
6
6
|
authors = []
|
7
7
|
keywords = []
|
8
|
-
|
8
|
+
license = "MIT"
|
9
9
|
classifiers = [
|
10
10
|
"Intended Audience :: Developers",
|
11
11
|
"Programming Language :: Python",
|
@@ -21,7 +21,8 @@ classifiers = [
|
|
21
21
|
"Operating System :: POSIX :: Linux",
|
22
22
|
"Operating System :: Microsoft :: Windows",
|
23
23
|
"Topic :: Software Development :: Libraries :: Python Modules",
|
24
|
-
"Typing :: Typed"
|
24
|
+
"Typing :: Typed",
|
25
|
+
"License :: OSI Approved :: MIT License"
|
25
26
|
]
|
26
27
|
packages = [
|
27
28
|
{ include = "groundx", from = "src"}
|
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
|
{groundx-2.0.11 → groundx-2.0.12}/src/groundx/documents/types/website_crawl_request_websites_item.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
|
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
|
{groundx-2.0.11 → groundx-2.0.12}/src/groundx/types/process_status_response_ingest_progress.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
|