Metadata-Version: 2.1
Name: tomcli
Version: 0.3.0
Summary: CLI for working with TOML files. Pronounced "tom clee."
Project-URL: Homepage, https://sr.ht/~gotmax23/tomcli
Project-URL: Source, https://git.sr.ht/~gotmax23/tomcli
Project-URL: Mailing List, https://lists.sr.ht/~gotmax23/tomcli
Project-URL: Changelog, https://git.sr.ht/~gotmax23/tomcli/tree/main/item/NEWS.md
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.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Typing :: Typed
Requires-Python: >=3.8
Requires-Dist: typer
Provides-Extra: all
Requires-Dist: tomlkit; extra == 'all'
Requires-Dist: typer[all]; extra == 'all'
Provides-Extra: codeqa
Requires-Dist: reuse; extra == 'codeqa'
Requires-Dist: ruff; extra == 'codeqa'
Provides-Extra: dev
Requires-Dist: nox; extra == 'dev'
Requires-Dist: tomcli[all]; extra == 'dev'
Requires-Dist: tomcli[codeqa]; extra == 'dev'
Requires-Dist: tomcli[formatters]; extra == 'dev'
Requires-Dist: tomcli[test]; extra == 'dev'
Requires-Dist: tomcli[typing]; extra == 'dev'
Provides-Extra: formatters
Requires-Dist: black; extra == 'formatters'
Requires-Dist: isort; 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'
Requires-Dist: nox; extra == 'typing'
Requires-Dist: pytest; extra == 'typing'
Requires-Dist: tomcli[tomli]; extra == 'typing'
Requires-Dist: tomcli[tomlkit]; extra == 'typing'
Requires-Dist: typing-extensions; 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?)

[![copr build status][badge-copr]][link-copr] (gotmax23/tomcli)

[![copr build status][badge-copr-dev]][link-copr-dev] (gotmax23/tomcli-dev)

CLI for working with TOML files. Pronounced "tom 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

[badge-copr]: https://copr.fedorainfracloud.org/coprs/gotmax23/tomcli/package/tomcli/status_image/last_build.png
[link-copr]: https://copr.fedorainfracloud.org/coprs/gotmax23/tomcli/
[badge-copr-dev]: https://copr.fedorainfracloud.org/coprs/gotmax23/tomcli-dev/package/tomcli/status_image/last_build.png
[link-copr-dev]: https://copr.fedorainfracloud.org/coprs/gotmax23/tomcli-dev/
