Metadata-Version: 2.1
Name: sortd
Version: 1.2.0
Summary: sorting commands for stdin -> stdout
Author-email: ms-jpq <github@bigly.dog>
Project-URL: homepage, https://github.com/ms-jpq/sortd
Requires-Python: >=3.8.0
Description-Content-Type: text/markdown
Provides-Extra: dev
Provides-Extra: dist

# Sortd

Collection of `stdin` -> `stdout` sorting commands

```sh
sortd <fmt> [options...]
```

Supported formats:

`cfg`, `csv`, `json`, `lines`, `plist`, `toml`, `yaml`

## [Install](https://pypi.org/project/sortd)

```sh
pip3 install -U sortd
```
