Metadata-Version: 2.4
Name: quickli
Version: 0.6.0
Summary: quickli is a minimal Python framework for building simple command-line interfaces.
Author: Sven Patrick Meier
License-Expression: MIT
Project-URL: Documentation, https://spmse.github.io/quickli/
Project-URL: Repository, https://github.com/spmse/quickli
Project-URL: Issues, https://github.com/spmse/quickli/issues
Project-URL: Changelog, https://github.com/spmse/quickli/releases
Keywords: cli,framework,python
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Requires-Dist: pyyaml>=6.0.1
Provides-Extra: dev
Requires-Dist: build>=1.2; extra == "dev"
Requires-Dist: coverage[toml]>=7.6; extra == "dev"
Requires-Dist: pytest>=8.3; extra == "dev"
Requires-Dist: pytest-cov>=5.0; extra == "dev"
Requires-Dist: ruff>=0.11; extra == "dev"
