stac-fastapi-opensearch 6.6.0__tar.gz → 6.7.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.
- {stac_fastapi_opensearch-6.6.0 → stac_fastapi_opensearch-6.7.1}/PKG-INFO +15 -3
- stac_fastapi_opensearch-6.7.1/README.md +32 -0
- {stac_fastapi_opensearch-6.6.0 → stac_fastapi_opensearch-6.7.1}/pyproject.toml +2 -2
- {stac_fastapi_opensearch-6.6.0 → stac_fastapi_opensearch-6.7.1}/stac_fastapi/opensearch/version.py +1 -1
- stac_fastapi_opensearch-6.6.0/README.md +0 -20
- {stac_fastapi_opensearch-6.6.0 → stac_fastapi_opensearch-6.7.1}/.gitignore +0 -0
- {stac_fastapi_opensearch-6.6.0 → stac_fastapi_opensearch-6.7.1}/pytest.ini +0 -0
- {stac_fastapi_opensearch-6.6.0 → stac_fastapi_opensearch-6.7.1}/stac_fastapi/opensearch/__init__.py +0 -0
- {stac_fastapi_opensearch-6.6.0 → stac_fastapi_opensearch-6.7.1}/stac_fastapi/opensearch/app.py +0 -0
- {stac_fastapi_opensearch-6.6.0 → stac_fastapi_opensearch-6.7.1}/stac_fastapi/opensearch/config.py +0 -0
- {stac_fastapi_opensearch-6.6.0 → stac_fastapi_opensearch-6.7.1}/stac_fastapi/opensearch/database_logic.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: stac_fastapi_opensearch
|
|
3
|
-
Version: 6.
|
|
3
|
+
Version: 6.7.1
|
|
4
4
|
Summary: An implementation of STAC API based on the FastAPI framework with Opensearch.
|
|
5
5
|
Project-URL: Homepage, https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch
|
|
6
6
|
License: MIT
|
|
@@ -18,8 +18,8 @@ Classifier: Programming Language :: Python :: 3.14
|
|
|
18
18
|
Requires-Python: >=3.9
|
|
19
19
|
Requires-Dist: opensearch-py[async]~=2.8.0
|
|
20
20
|
Requires-Dist: opensearch-py~=2.8.0
|
|
21
|
-
Requires-Dist: sfeos-helpers==6.
|
|
22
|
-
Requires-Dist: stac-fastapi-core==6.
|
|
21
|
+
Requires-Dist: sfeos-helpers==6.7.1
|
|
22
|
+
Requires-Dist: stac-fastapi-core==6.7.1
|
|
23
23
|
Requires-Dist: starlette<0.36.0,>=0.35.0
|
|
24
24
|
Requires-Dist: uvicorn~=0.23.0
|
|
25
25
|
Provides-Extra: dev
|
|
@@ -39,6 +39,18 @@ Description-Content-Type: text/markdown
|
|
|
39
39
|
|
|
40
40
|
# stac-fastapi-opensearch
|
|
41
41
|
|
|
42
|
+
<p align="left">
|
|
43
|
+
<img src="https://raw.githubusercontent.com/stac-utils/stac-fastapi-elasticsearch-opensearch/refs/heads/main/assets/sfeos.png" width=1000>
|
|
44
|
+
</p>
|
|
45
|
+
|
|
46
|
+
[](https://pepy.tech/project/stac-fastapi-core)
|
|
47
|
+
[](https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/graphs/contributors)
|
|
48
|
+
[](https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/stargazers)
|
|
49
|
+
[](https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/network/members)
|
|
50
|
+
[](https://pypi.org/project/stac-fastapi-elasticsearch/)
|
|
51
|
+
[](https://github.com/radiantearth/stac-spec/tree/v1.1.0)
|
|
52
|
+
[](https://github.com/stac-utils/stac-fastapi)
|
|
53
|
+
|
|
42
54
|
This is the OpenSearch backend for stac-fastapi. For full documentation, please see the [main README](https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/blob/main/README.md).
|
|
43
55
|
|
|
44
56
|
## Package Information
|
|
@@ -0,0 +1,32 @@
|
|
|
1
|
+
# stac-fastapi-opensearch
|
|
2
|
+
|
|
3
|
+
<p align="left">
|
|
4
|
+
<img src="https://raw.githubusercontent.com/stac-utils/stac-fastapi-elasticsearch-opensearch/refs/heads/main/assets/sfeos.png" width=1000>
|
|
5
|
+
</p>
|
|
6
|
+
|
|
7
|
+
[](https://pepy.tech/project/stac-fastapi-core)
|
|
8
|
+
[](https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/graphs/contributors)
|
|
9
|
+
[](https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/stargazers)
|
|
10
|
+
[](https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/network/members)
|
|
11
|
+
[](https://pypi.org/project/stac-fastapi-elasticsearch/)
|
|
12
|
+
[](https://github.com/radiantearth/stac-spec/tree/v1.1.0)
|
|
13
|
+
[](https://github.com/stac-utils/stac-fastapi)
|
|
14
|
+
|
|
15
|
+
This is the OpenSearch backend for stac-fastapi. For full documentation, please see the [main README](https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/blob/main/README.md).
|
|
16
|
+
|
|
17
|
+
## Package Information
|
|
18
|
+
|
|
19
|
+
- **Package name**: stac-fastapi-opensearch
|
|
20
|
+
- **Description**: An implementation of STAC API based on the FastAPI framework with OpenSearch.
|
|
21
|
+
- **Documentation**: [https://stac-utils.github.io/stac-fastapi-elasticsearch-opensearch/](https://stac-utils.github.io/stac-fastapi-elasticsearch-opensearch/)
|
|
22
|
+
- **Source**: [GitHub Repository](https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/)
|
|
23
|
+
|
|
24
|
+
## Installation
|
|
25
|
+
|
|
26
|
+
```bash
|
|
27
|
+
pip install stac-fastapi-opensearch
|
|
28
|
+
```
|
|
29
|
+
|
|
30
|
+
## Quick Start
|
|
31
|
+
|
|
32
|
+
For detailed usage and examples, please refer to the [main documentation](https://stac-utils.github.io/stac-fastapi-elasticsearch-opensearch/).
|
|
@@ -30,8 +30,8 @@ keywords = [
|
|
|
30
30
|
]
|
|
31
31
|
dynamic = ["version"]
|
|
32
32
|
dependencies = [
|
|
33
|
-
"stac-fastapi-core==6.
|
|
34
|
-
"sfeos-helpers==6.
|
|
33
|
+
"stac-fastapi-core==6.7.1",
|
|
34
|
+
"sfeos-helpers==6.7.1",
|
|
35
35
|
"opensearch-py~=2.8.0",
|
|
36
36
|
"opensearch-py[async]~=2.8.0",
|
|
37
37
|
"uvicorn~=0.23.0",
|
{stac_fastapi_opensearch-6.6.0 → stac_fastapi_opensearch-6.7.1}/stac_fastapi/opensearch/version.py
RENAMED
|
@@ -1,2 +1,2 @@
|
|
|
1
1
|
"""library version."""
|
|
2
|
-
__version__ = "6.
|
|
2
|
+
__version__ = "6.7.1"
|
|
@@ -1,20 +0,0 @@
|
|
|
1
|
-
# stac-fastapi-opensearch
|
|
2
|
-
|
|
3
|
-
This is the OpenSearch backend for stac-fastapi. For full documentation, please see the [main README](https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/blob/main/README.md).
|
|
4
|
-
|
|
5
|
-
## Package Information
|
|
6
|
-
|
|
7
|
-
- **Package name**: stac-fastapi-opensearch
|
|
8
|
-
- **Description**: An implementation of STAC API based on the FastAPI framework with OpenSearch.
|
|
9
|
-
- **Documentation**: [https://stac-utils.github.io/stac-fastapi-elasticsearch-opensearch/](https://stac-utils.github.io/stac-fastapi-elasticsearch-opensearch/)
|
|
10
|
-
- **Source**: [GitHub Repository](https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/)
|
|
11
|
-
|
|
12
|
-
## Installation
|
|
13
|
-
|
|
14
|
-
```bash
|
|
15
|
-
pip install stac-fastapi-opensearch
|
|
16
|
-
```
|
|
17
|
-
|
|
18
|
-
## Quick Start
|
|
19
|
-
|
|
20
|
-
For detailed usage and examples, please refer to the [main documentation](https://stac-utils.github.io/stac-fastapi-elasticsearch-opensearch/).
|
|
File without changes
|
|
File without changes
|
{stac_fastapi_opensearch-6.6.0 → stac_fastapi_opensearch-6.7.1}/stac_fastapi/opensearch/__init__.py
RENAMED
|
File without changes
|
{stac_fastapi_opensearch-6.6.0 → stac_fastapi_opensearch-6.7.1}/stac_fastapi/opensearch/app.py
RENAMED
|
File without changes
|
{stac_fastapi_opensearch-6.6.0 → stac_fastapi_opensearch-6.7.1}/stac_fastapi/opensearch/config.py
RENAMED
|
File without changes
|
|
File without changes
|