You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -106,7 +116,7 @@ In particular, our [examples](https://stac-utils.github.io/rustac-py/latest/gene
106
116
107
117
**rustac** comes with a CLI:
108
118
109
-
```bash exec="on" source="above" result="text"
119
+
```bash
110
120
rustac -h
111
121
```
112
122
@@ -167,6 +177,10 @@ If you want to run an off-cycle docs update (e.g. if you fixed something and wan
167
177
mike deploy [version] latest --push
168
178
```
169
179
180
+
## Acknowledgements
181
+
182
+
We'd like to thank [@jkeifer](https://github.com/jkeifer), [@parksjr](https://github.com/parksjr), and Rob Gomez (all from [@Element84](https://github.com/Element84)) for creating the [rustac logo](./img/rustac.svg) from an AI-generated image from the prompt "a crab, a cabin, and a glass of whisky".
183
+
170
184
## License
171
185
172
186
**rustac-py** is dual-licensed under both the MIT license and the Apache license (Version 2.0).
Copy file name to clipboardExpand all lines: docs/index.md
+16-2Lines changed: 16 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,18 @@
1
1
# rustac
2
2
3
-
> The power of Rust for the Python STAC ecosystem.
3
+

4
4
5
-
**rustac** is a zero-dependency Python package for [STAC](https://stacspec.org/) using Rust under the hood.
5
+
The power of Rust for the Python [STAC](https://stacspec.org/) ecosystem.
6
+
7
+
<!-- markdownlint-disable MD046-->
8
+
!!! tip
9
+
10
+
We pronounce **rustac** "ruh-stac"
11
+
12
+
!!! note
13
+
14
+
Until 2025-04-17, this package was named **stacrs**.
15
+
See [this RFC](https://github.com/stac-utils/rustac/issues/641) for context on the name change.
6
16
7
17
## Installation
8
18
@@ -29,3 +39,7 @@ asyncio.run(main())
29
39
```
30
40
31
41
For more, see our [examples](./generated/gallery/index.md).
42
+
43
+
## Acknowledgements
44
+
45
+
We'd like to thank [@jkeifer](https://github.com/jkeifer), [@parksjr](https://github.com/parksjr), and Rob Gomez (all from [@Element84](https://github.com/Element84/)) for creating the rustac logo from an AI-generated image from the prompt "a crab, a cabin, and a glass of whisky".
0 commit comments