Skip to content

Commit 3492065

Browse files
committed
fix: badges
1 parent 1166c86 commit 3492065

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,24 @@
22

33
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/stac-utils/rustac-py/ci.yaml?branch=main&style=for-the-badge)](https://github.com/stac-utils/rustac-py/actions/workflows/ci.yaml)
44
[![GitHub Workflow Status](https://img.shields.io/github/actions/workflow/status/stac-utils/rustac-py/docs.yaml?branch=main&style=for-the-badge&label=Docs)](https://stac-utils.github.io/rustac-py/latest/)
5-
[![PyPI - Version](https://img.shields.io/pypi/v/rustac-py?style=for-the-badge)](https://pypi.org/project/rustac-py)
6-
[![Conda Downloads](https://img.shields.io/conda/d/conda-forge/rustac-py?style=for-the-badge)](https://anaconda.org/conda-forge/rustac-py)
7-
![PyPI - License](https://img.shields.io/pypi/l/rustac-py?style=for-the-badge)
5+
[![PyPI - Version](https://img.shields.io/pypi/v/rustac?style=for-the-badge)](https://pypi.org/project/rustac)
6+
[![Conda Downloads](https://img.shields.io/conda/d/conda-forge/rustac?style=for-the-badge)](https://anaconda.org/conda-forge/rustac)
7+
![PyPI - License](https://img.shields.io/pypi/l/rustac?style=for-the-badge)
88
[![Contributor Covenant](https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg?style=for-the-badge)](./CODE_OF_CONDUCT)
99

1010
A Python package for [STAC](https://stacspec.org/) using Rust under the hood.
1111

1212
## Why?
1313

14-
Q: We already have [PySTAC](https://github.com/stac-utils/pystac), so why **rustac-py**?
14+
Q: We already have [PySTAC](https://github.com/stac-utils/pystac), so why **rustac**?
1515

16-
A: **rustac-py** can
16+
A: **rustac** can
1717

1818
- Read, write, and search [stac-geoparquet](https://github.com/stac-utils/stac-geoparquet)
1919
- Go to and from [arrow](https://arrow.apache.org/) tables, allowing easy interoperability with (e.g.) [GeoPandas](https://geopandas.org/en/stable/)
2020
- `async`
2121

22-
If you don't need those things, **rustac-py** probably isn't for you — use **pystac** and its friend, [pystac-client](https://github.com/stac-utils/pystac-client).
22+
If you don't need those things, **rustac** probably isn't for you — use **pystac** and its friend, [pystac-client](https://github.com/stac-utils/pystac-client).
2323

2424
## Usage
2525

@@ -87,19 +87,19 @@ In particular, our [examples](https://stac-utils.github.io/rustac-py/latest/exam
8787

8888
## CLI
8989

90-
**rustac-py** comes with a CLI:
90+
**rustac** comes with a CLI:
9191

9292
```bash exec="on" source="above" result="text"
9393
rustac -h
9494
```
9595

9696
> [!NOTE]
97-
> Before **rustac-py** v0.5.4, the CLI was its own PyPI package named **stacrs-cli**, which is no longer needed.
97+
> Before **rustac** v0.5.4, the CLI was its own PyPI package named **stacrs-cli**, which is no longer needed.
9898
9999
## stac-geoparquet
100100

101-
**rustac-py** replicates much of the behavior in the [stac-geoparquet](https://github.com/stac-utils/stac-geoparquet) library, and even uses some of the same Rust dependencies.
102-
We believe there are a couple of issues with **stac-geoparquet** that make **rustac-py** a worthy replacement:
101+
**rustac** replicates much of the behavior in the [stac-geoparquet](https://github.com/stac-utils/stac-geoparquet) library, and even uses some of the same Rust dependencies.
102+
We believe there are a couple of issues with **stac-geoparquet** that make **rustac** a worthy replacement:
103103

104104
- The **stac-geoparquet** repo includes Python dependencies
105105
- It doesn't have a nice one-shot API for reading and writing

0 commit comments

Comments
 (0)