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.
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: stac_fastapi_opensearch
3
- Version: 6.6.0
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.6.0
22
- Requires-Dist: stac-fastapi-core==6.6.0
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
+ [![Downloads](https://static.pepy.tech/badge/stac-fastapi-core?color=blue)](https://pepy.tech/project/stac-fastapi-core)
47
+ [![GitHub contributors](https://img.shields.io/github/contributors/stac-utils/stac-fastapi-elasticsearch-opensearch?color=blue)](https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/graphs/contributors)
48
+ [![GitHub stars](https://img.shields.io/github/stars/stac-utils/stac-fastapi-elasticsearch-opensearch.svg?color=blue)](https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/stargazers)
49
+ [![GitHub forks](https://img.shields.io/github/forks/stac-utils/stac-fastapi-elasticsearch-opensearch.svg?color=blue)](https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/network/members)
50
+ [![PyPI version](https://img.shields.io/pypi/v/stac-fastapi-elasticsearch.svg?color=blue)](https://pypi.org/project/stac-fastapi-elasticsearch/)
51
+ [![STAC](https://img.shields.io/badge/STAC-1.1.0-blue.svg)](https://github.com/radiantearth/stac-spec/tree/v1.1.0)
52
+ [![stac-fastapi](https://img.shields.io/badge/stac--fastapi-6.0.0-blue.svg)](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
+ [![Downloads](https://static.pepy.tech/badge/stac-fastapi-core?color=blue)](https://pepy.tech/project/stac-fastapi-core)
8
+ [![GitHub contributors](https://img.shields.io/github/contributors/stac-utils/stac-fastapi-elasticsearch-opensearch?color=blue)](https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/graphs/contributors)
9
+ [![GitHub stars](https://img.shields.io/github/stars/stac-utils/stac-fastapi-elasticsearch-opensearch.svg?color=blue)](https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/stargazers)
10
+ [![GitHub forks](https://img.shields.io/github/forks/stac-utils/stac-fastapi-elasticsearch-opensearch.svg?color=blue)](https://github.com/stac-utils/stac-fastapi-elasticsearch-opensearch/network/members)
11
+ [![PyPI version](https://img.shields.io/pypi/v/stac-fastapi-elasticsearch.svg?color=blue)](https://pypi.org/project/stac-fastapi-elasticsearch/)
12
+ [![STAC](https://img.shields.io/badge/STAC-1.1.0-blue.svg)](https://github.com/radiantearth/stac-spec/tree/v1.1.0)
13
+ [![stac-fastapi](https://img.shields.io/badge/stac--fastapi-6.0.0-blue.svg)](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.6.0",
34
- "sfeos-helpers==6.6.0",
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",
@@ -1,2 +1,2 @@
1
1
  """library version."""
2
- __version__ = "6.6.0"
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/).