interfacy-cli


Nameinterfacy-cli JSON
Version 0.2.0 PyPI version JSON
download
home_pageNone
SummaryNone
upload_time2024-10-02 21:42:36
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/30/f3/d0193d4db788a05c5a2f94ddffdf6580e4a812e23b2f3da373a5623b76f0/interfacy_cli-0.2.0.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.0",
    "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": "",
            "digests": {
                "blake2b_256": "fdd7db659f52c88d1a32195976e6d10a9e3dbce38d2283c7cdd4a7ec2e394199",
                "md5": "9d5ed2c01156f348664ce45000686ecc",
                "sha256": "ae2dc888b5bb0ef6a81570465e586915279605fce67ed3ad4b056288bc8926ef"
            },
            "downloads": -1,
            "filename": "interfacy_cli-0.2.0-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "9d5ed2c01156f348664ce45000686ecc",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": ">=3.10",
            "size": 18491,
            "upload_time": "2024-10-02T21:42:35",
            "upload_time_iso_8601": "2024-10-02T21:42:35.456911Z",
            "url": "https://files.pythonhosted.org/packages/fd/d7/db659f52c88d1a32195976e6d10a9e3dbce38d2283c7cdd4a7ec2e394199/interfacy_cli-0.2.0-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "30f3d0193d4db788a05c5a2f94ddffdf6580e4a812e23b2f3da373a5623b76f0",
                "md5": "025e89f8a135f8da62109d36cce1048c",
                "sha256": "f4852e55f1568cb5c6ca3913ac280a62ee6c2ff7b5c991a3a88ec0122d005437"
            },
            "downloads": -1,
            "filename": "interfacy_cli-0.2.0.tar.gz",
            "has_sig": false,
            "md5_digest": "025e89f8a135f8da62109d36cce1048c",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": ">=3.10",
            "size": 15964,
            "upload_time": "2024-10-02T21:42:36",
            "upload_time_iso_8601": "2024-10-02T21:42:36.925473Z",
            "url": "https://files.pythonhosted.org/packages/30/f3/d0193d4db788a05c5a2f94ddffdf6580e4a812e23b2f3da373a5623b76f0/interfacy_cli-0.2.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-10-02 21:42:36",
    "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.34497s