Metadata-Version: 2.1
Name: clixx
Version: 0.6.0a0
Summary: Command-line interface parser & framework for Python
Home-page: https://github.com/xymy/clixx
Author: xymy
Author-email: thyfan@163.com
Maintainer: xymy
Maintainer-email: thyfan@163.com
License: MIT
Project-URL: Documentation, https://github.com/xymy/clixx
Project-URL: Issue Tracker, https://github.com/xymy/clixx/issues
Project-URL: Source Code, https://github.com/xymy/clixx
Keywords: cli
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
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: Topic :: Software Development
Classifier: Topic :: Software Development :: Libraries
Requires-Python: >=3.8
Description-Content-Type: text/markdown
License-File: LICENSE

# CLIXX

[![PyPI](https://img.shields.io/pypi/v/clixx)](https://pypi.org/project/clixx/)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/clixx)](https://pypi.org/project/clixx/)
[![PyPI - Downloads](https://pepy.tech/badge/clixx/month)](https://pepy.tech/project/clixx)
[![PyPI - License](https://img.shields.io/pypi/l/clixx)](https://pypi.org/project/clixx/)
[![Code style: black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)
[![Imports: isort](https://img.shields.io/badge/%20imports-isort-%231674b1?style=flat&labelColor=ef8336)](https://pycqa.github.io/isort/)

CLIXX is a command-line interface parser & framework for Python.
