fire


Namefire JSON
Version 0.6.0 PyPI version JSON
download
home_pagehttps://github.com/google/python-fire
SummaryA library for automatically generating command line interfaces.
upload_time2024-03-11 19:52:00
maintainer
docs_urlNone
authorDavid Bieber
requires_python
licenseApache Software License
keywords command line interface cli python fire interactive bash tool
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            Python Fire is a library for automatically generating command line interfaces
(CLIs) with a single line of code.

It will turn any Python module, class, object, function, etc. (any Python
component will work!) into a CLI. It's called Fire because when you call Fire(),
it fires off your command.


            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/google/python-fire",
    "name": "fire",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "command line interface cli python fire interactive bash tool",
    "author": "David Bieber",
    "author_email": "dbieber@google.com",
    "download_url": "https://files.pythonhosted.org/packages/1b/1b/84c63f592ecdfbb3d77d22a8d93c9b92791e4fa35677ad71a7d6449100f8/fire-0.6.0.tar.gz",
    "platform": null,
    "description": "Python Fire is a library for automatically generating command line interfaces\n(CLIs) with a single line of code.\n\nIt will turn any Python module, class, object, function, etc. (any Python\ncomponent will work!) into a CLI. It's called Fire because when you call Fire(),\nit fires off your command.\n\n",
    "bugtrack_url": null,
    "license": "Apache Software License",
    "summary": "A library for automatically generating command line interfaces.",
    "version": "0.6.0",
    "project_urls": {
        "Homepage": "https://github.com/google/python-fire"
    },
    "split_keywords": [
        "command",
        "line",
        "interface",
        "cli",
        "python",
        "fire",
        "interactive",
        "bash",
        "tool"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1b1b84c63f592ecdfbb3d77d22a8d93c9b92791e4fa35677ad71a7d6449100f8",
                "md5": "4b63d0465633a5683b656342980e153e",
                "sha256": "54ec5b996ecdd3c0309c800324a0703d6da512241bc73b553db959d98de0aa66"
            },
            "downloads": -1,
            "filename": "fire-0.6.0.tar.gz",
            "has_sig": false,
            "md5_digest": "4b63d0465633a5683b656342980e153e",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 88439,
            "upload_time": "2024-03-11T19:52:00",
            "upload_time_iso_8601": "2024-03-11T19:52:00.293285Z",
            "url": "https://files.pythonhosted.org/packages/1b/1b/84c63f592ecdfbb3d77d22a8d93c9b92791e4fa35677ad71a7d6449100f8/fire-0.6.0.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-03-11 19:52:00",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "google",
    "github_project": "python-fire",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "requirements": [],
    "lcname": "fire"
}
        
Elapsed time: 0.19895s