Metadata-Version: 2.1
Name: sortd
Version: 1.0.3
Summary: sorting commands for stdin -> stdout
Home-page: https://github.com/ms-jpq/sortd
Author: ms-jpq
Author-email: github@bigly.dog
License: UNKNOWN
Platform: UNKNOWN
Description-Content-Type: text/markdown
Requires-Dist: pyyaml
Requires-Dist: toml

# Sortd

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

## Commands

| command | object |
| ------- | ------ |
| slines  | lines  |
| sjson   | json   |
| syaml   | yaml   |
| stoml   | toml   |

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

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


