An open API service indexing awesome lists of open source software.

https://github.com/zigai/interfacy-cli

Generate CLIs from Python functions or classes
https://github.com/zigai/interfacy-cli

argparse argparse-alternative argument-parser cli cli-generator interfacy python

Last synced: 3 months ago
JSON representation

Generate CLIs from Python functions or classes

Awesome Lists containing this project

README

        

# Interfacy CLI
[![PyPI version](https://badge.fury.io/py/interfacy-cli.svg)](https://badge.fury.io/py/interfacy-cli)
![Supported versions](https://img.shields.io/badge/python-3.10+-blue.svg)
[![Downloads](https://static.pepy.tech/badge/interfacy-cli)](https://pepy.tech/project/interfacy-cli)
[![license](https://img.shields.io/github/license/zigai/interfacy-cli.svg)](https://github.com/zigai/interfacy-cli/blob/main/LICENSE)

Generate CLIs from Python functions or classes
# Installation
#### From PyPi
```
pip install interfacy-cli
```
#### From source
```
pip install git+https://github.com/zigai/interfacy-cli.git
```
# License
[MIT License](https://github.com/zigai/interfacy-cli/blob/master/LICENSE)