66![ Crates.io] ( https://img.shields.io/crates/l/stac-cli?style=for-the-badge )
77[ ![ Contributor Covenant] ( https://img.shields.io/badge/Contributor%20Covenant-2.1-4baaaa.svg?style=for-the-badge )] ( ./CODE_OF_CONDUCT )
88
9- Command Line Interface (CLI) for [ STAC] ( https://stacspec.org/ ) built with [ stac-rs] ( https://github.com/stac-utils/stac-rs ) .
9+ Command Line Interface (CLI), named ` stacrs ` for [ STAC] ( https://stacspec.org/ ) built with [ stac-rs] ( https://github.com/stac-utils/stac-rs ) .
1010
1111![ stac-cli gif] ( ./img/stac-cli.gif )
1212
1919cargo install stac-cli
2020```
2121
22+ You can also install it from PyPI, where it is named ** stacrs** :
23+
24+ ``` shell
25+ pip install stacrs
26+ ```
27+
2228### Homebrew
2329
2430If you use [ homebrew] ( https://brew.sh/ ) , you can use [ gadomski's] ( https://github.com/gadomski/ ) tap to install:
@@ -29,14 +35,14 @@ brew install gadomski/gadomski/stac
2935
3036## Usage
3137
32- ** stac-cli ** provides the following subcommands:
38+ ** stacrs ** provides the following subcommands:
3339
34- - ` stac item` : create STAC items and combine them into item collections
35- - ` stac search` : search STAC APIs
36- - ` stac serve` : serve a STAC API
37- - ` stac sort` : sort the fields of STAC items, catalogs, and collections
38- - ` stac translate` : convert STAC values from one format to another
39- - ` stac validate` : validate STAC items, catalogs, and collections using [ json-schema] ( https://json-schema.org/ )
40+ - ` stacrs item` : create STAC items and combine them into item collections
41+ - ` stacrs search` : search STAC APIs
42+ - ` stacrs serve` : serve a STAC API
43+ - ` stacrs sort` : sort the fields of STAC items, catalogs, and collections
44+ - ` stacrs translate` : convert STAC values from one format to another
45+ - ` stacrs validate` : validate STAC items, catalogs, and collections using [ json-schema] ( https://json-schema.org/ )
4046
4147Use the ` --help ` flag to see all available options for the CLI and the subcommands:
4248
0 commit comments