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

https://github.com/zigai/interfacy

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

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

Last synced: 16 days ago
JSON representation

Generate CLIs from Python functions or classes

Awesome Lists containing this project

README

        

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

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