interfacy-cli


Nameinterfacy-cli JSON
Version 0.2.2 PyPI version JSON
download
home_pageNone
SummaryNone
upload_time2025-01-22 14:30:31
maintainerNone
docs_urlNone
authorNone
requires_python>=3.10
licenseNone
keywords interfacy cli command-line argparse cli-generator cli-builder cli-framework
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            # 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)

            

Raw data

            {
    "_id": null,
    "home_page": null,
    "name": "interfacy-cli",
    "maintainer": null,
    "docs_url": null,
    "requires_python": ">=3.10",
    "maintainer_email": null,
    "keywords": "interfacy, cli, command-line, argparse, cli-generator, cli-builder, cli-framework",
    "author": null,
    "author_email": "\u017diga Ivan\u0161ek <ziga.ivansek@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/c0/40/ee85ad261f6998644a76208f27b90d4c268681ea010d369bc23045a9b08b/interfacy_cli-0.2.2.tar.gz",
    "platform": null,
    "description": "# Interfacy CLI\n[![PyPI version](https://badge.fury.io/py/interfacy-cli.svg)](https://badge.fury.io/py/interfacy-cli)\n![Supported versions](https://img.shields.io/badge/python-3.10+-blue.svg)\n[![Downloads](https://static.pepy.tech/badge/interfacy-cli)](https://pepy.tech/project/interfacy-cli)\n[![license](https://img.shields.io/github/license/zigai/interfacy-cli.svg)](https://github.com/zigai/interfacy-cli/blob/main/LICENSE)\n\nGenerate CLIs from Python functions or classes \n# Installation\n#### From PyPi\n```\npip install interfacy-cli\n```\n#### From source\n```\npip install git+https://github.com/zigai/interfacy-cli.git\n```\n# License\n[MIT License](https://github.com/zigai/interfacy-cli/blob/master/LICENSE)\n",
    "bugtrack_url": null,
    "license": null,
    "summary": null,
    "version": "0.2.2",
    "project_urls": {
        "Repository": "https://github.com/zigai/obj-inspect"
    },
    "split_keywords": [
        "interfacy",
        " cli",
        " command-line",
        " argparse",
        " cli-generator",
        " cli-builder",
        " cli-framework"
    ],
    "urls": [
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "1fb6844935066a1ede8c6f5c5a105808e8dace307bb0ebfe10c895bd5cff81a3",
                "md5": "7082e33353fe8b34e44babef8a0b6896",
                "sha256": "78c58299ab25b554c01a93e16890922cdbba7fcc8bfba66686ebb9e812b49076"
            },
            "downloads": -1,
            "filename": "interfacy_cli-0.2.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "7082e33353fe8b34e44babef8a0b6896",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 23906,
            "upload_time": "2025-01-22T14:30:29",
            "upload_time_iso_8601": "2025-01-22T14:30:29.542928Z",
            "url": "https://files.pythonhosted.org/packages/1f/b6/844935066a1ede8c6f5c5a105808e8dace307bb0ebfe10c895bd5cff81a3/interfacy_cli-0.2.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": null,
            "digests": {
                "blake2b_256": "c040ee85ad261f6998644a76208f27b90d4c268681ea010d369bc23045a9b08b",
                "md5": "919472f99de8faab0d7d20cc1e153da8",
                "sha256": "621cf0c352f2d134e2fea725ceb44f42f7e741d93191cb87281838e7f27058a9"
            },
            "downloads": -1,
            "filename": "interfacy_cli-0.2.2.tar.gz",
            "has_sig": false,
            "md5_digest": "919472f99de8faab0d7d20cc1e153da8",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 20240,
            "upload_time": "2025-01-22T14:30:31",
            "upload_time_iso_8601": "2025-01-22T14:30:31.321785Z",
            "url": "https://files.pythonhosted.org/packages/c0/40/ee85ad261f6998644a76208f27b90d4c268681ea010d369bc23045a9b08b/interfacy_cli-0.2.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2025-01-22 14:30:31",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "zigai",
    "github_project": "obj-inspect",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "interfacy-cli"
}
        
Elapsed time: 0.91312s