Toml sorting library
Project description
toml-sort
A command line utility to sort your toml files. Requires Python 3.6 or greater.
Installation
pip install toml-sort
Usage
Read from stdin, write to stdout:
cat input.toml | toml-sort -
Read from file on disk, write to file on disk:
toml-sort -o output.toml input.toml
Read from file on disk, write to stdout
toml-sort input.toml
Read from stdin, write to file on disk
cat input.toml | toml-sort -o output.toml -
Local Development
This project is super simple.
Dependencies
Install the following tools manually.
Recommended
Set up development environment
make setup
Run Tests
make test
Written by
Samuel Roeca samuel.roeca@gmail.com
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
toml-sort-0.2.0.tar.gz
(3.9 kB
view details)
Built Distribution
File details
Details for the file toml-sort-0.2.0.tar.gz
.
File metadata
- Download URL: toml-sort-0.2.0.tar.gz
- Upload date:
- Size: 3.9 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/0.12.17 CPython/3.7.3 Linux/4.15.0-55-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | a2f136aa0e038b2a10e6941a6bd2cab024d23a4a294f921ee7944f35b1b78eea |
|
MD5 | 1988763cffef3bfa358e98a5fecff49e |
|
BLAKE2b-256 | 87aadec03d75183e06aa5cb48d72da7760f51a68e243f42284d39f234e617438 |
File details
Details for the file toml_sort-0.2.0-py3-none-any.whl
.
File metadata
- Download URL: toml_sort-0.2.0-py3-none-any.whl
- Upload date:
- Size: 4.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: poetry/0.12.17 CPython/3.7.3 Linux/4.15.0-55-generic
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5bb9e348edb153cdf9b17d79f5937de22f0b6a12518341f3eb51cdd9e3452f28 |
|
MD5 | b4ba63420e3510218676044fb235b0d9 |
|
BLAKE2b-256 | f5dd9dcd3c6c3d1894c611dbf579b709281acb7f6aa05ab32bee9b45f49df8dc |