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
- Host: GitHub
- URL: https://github.com/zigai/interfacy
- Owner: zigai
- License: mit
- Created: 2022-03-17T17:39:32.000Z (about 3 years ago)
- Default Branch: master
- Last Pushed: 2025-03-18T21:40:13.000Z (2 months ago)
- Last Synced: 2025-05-07T12:13:18.964Z (16 days ago)
- Topics: argparse, argparse-alternative, argument-parser, cli, cli-generator, interfacy, python
- Language: Python
- Homepage:
- Size: 310 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Interfacy
[](https://badge.fury.io/py/interfacy)

[](https://pepy.tech/project/interfacy)
[](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)