Metadata-Version: 2.1
Name: unclick
Version: 0.1.0b4
Summary: A reverse parser for the click CLI library
License: BSD 3-clause
Author: José Sánchez-Gallego
Author-email: gallegoj@uw.edu
Requires-Python: >=3.8,<4.0
Classifier: License :: Other/Proprietary License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Requires-Dist: click (>=8.0.0,<9.0.0)
Requires-Dist: makefun (>=1.15.1,<2.0.0)
Description-Content-Type: text/markdown

# unclick

![Versions](https://img.shields.io/badge/python-3.8+-blue)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Test](https://github.com/albireox/unclick/actions/workflows/test.yml/badge.svg)](https://github.com/albireox/unclick/actions/workflows/test.yml)
[![codecov](https://codecov.io/gh/albireox/unclick/branch/main/graph/badge.svg)](https://codecov.io/gh/albireox/unclick)

A reverse parser for [click](https://click.palletsprojects.com).

