Metadata-Version: 2.1
Name: tomcli
Version: 0.0.0
Summary: CLI for working with TOML files. Pronounced "tohm-clee."
Project-URL: Source code, https://git.sr.ht/~gotmax23/tomcli
Project-URL: Mailing list, https://lists.sr.ht/~gotmax23/tomcli
Author-email: Maxwell G <maxwell@gtmx.me>
License-Expression: MIT
License-File: LICENSES/MIT.txt
Classifier: Development Status :: 3 - Alpha
Classifier: Environment :: Console
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Typing :: Typed
Requires-Python: >=3.7
Requires-Dist: typer
Provides-Extra: all
Requires-Dist: rich; extra == 'all'
Requires-Dist: tomli-w; extra == 'all'
Requires-Dist: tomli; python_version < '3.11' and extra == 'all'
Requires-Dist: tomlkit; extra == 'all'
Provides-Extra: codeqa
Requires-Dist: reuse; extra == 'codeqa'
Requires-Dist: ruff; extra == 'codeqa'
Provides-Extra: dev
Requires-Dist: hatch; extra == 'dev'
Requires-Dist: nox>=2022.11.21; extra == 'dev'
Requires-Dist: tomcli[codeqa]; extra == 'dev'
Requires-Dist: tomcli[formatters]; extra == 'dev'
Requires-Dist: tomcli[test]; extra == 'dev'
Provides-Extra: formatters
Requires-Dist: black; extra == 'formatters'
Requires-Dist: ruff; extra == 'formatters'
Provides-Extra: test
Requires-Dist: pytest; extra == 'test'
Provides-Extra: tomli
Requires-Dist: tomli-w; extra == 'tomli'
Requires-Dist: tomli; python_version < '3.11' and extra == 'tomli'
Provides-Extra: tomlkit
Requires-Dist: tomlkit; extra == 'tomlkit'
Provides-Extra: typing
Requires-Dist: mypy; extra == 'typing'
Description-Content-Type: text/markdown

<!--
Copyright (C) 2023 Maxwell G <maxwell@gtmx.me>

SPDX-License-Identifier: MIT
-->

# tomcli

[![builds.sr.ht status](https://builds.sr.ht/~gotmax23/tomcli/commits/main.svg)](https://builds.sr.ht/~gotmax23/tomcli/commits/main?)


CLI for modifying toml files. Pronounced "tohm-clee."

## Links

- [tomcli project hub](https://sr.ht/~gotmax23/tomcli)
- [tomcli git.sr.ht repo](https://git.sr.ht/~gotmax23/tomcli)
- [tomcli tracker](https://todo.sr.ht/~gotmax23/tomcli)
- [tomcli mailing list][archives] ([~gotmax/tomcli@lists.sr.ht][mailto])

[archives]: https://lists.sr.ht/~gotmax23/tomcli
[mailto]: mailto:~gotmax/tomcli@lists.sr.ht

## Contributing

See [CONTRIBUTING.md](https://git.sr.ht/~gotmax23/tomcli/tree/main/item/CONTRIBUTING.md).

## License

This repository is licensed under

    SPDX-License-Identifer: MIT
