minicli


Nameminicli JSON
Version 0.5.2 PyPI version JSON
download
home_pagehttps://github.com/pyrates/minicli
SummaryMinimalist CLI
upload_time2024-04-30 07:08:50
maintainerNone
docs_urlNone
authorPyrates
requires_pythonNone
licenseWTFPL
keywords cli command line interface
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI
coveralls test coverage No coveralls.
            # Minicli

Expose functions in the command line. Minimalist and pythonic.

Supports annotations and async functions.

## Requirements

- Python >= 3.6


## Install

    pip install minicli


## Documentation

See [https://minicli.readthedocs.org](https://minicli.readthedocs.org)


## Run tests

    pip install -r requirements-dev.txt
    python setup.py develop
    py.test

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/pyrates/minicli",
    "name": "minicli",
    "maintainer": null,
    "docs_url": null,
    "requires_python": null,
    "maintainer_email": null,
    "keywords": "cli command line interface",
    "author": "Pyrates",
    "author_email": null,
    "download_url": "https://files.pythonhosted.org/packages/1f/77/5a10a4a2267b83998e8e6448ef5889c55eb793e8b109a431122e58a03e51/minicli-0.5.2.tar.gz",
    "platform": null,
    "description": "# Minicli\n\nExpose functions in the command line. Minimalist and pythonic.\n\nSupports annotations and async functions.\n\n## Requirements\n\n- Python >= 3.6\n\n\n## Install\n\n    pip install minicli\n\n\n## Documentation\n\nSee [https://minicli.readthedocs.org](https://minicli.readthedocs.org)\n\n\n## Run tests\n\n    pip install -r requirements-dev.txt\n    python setup.py develop\n    py.test\n",
    "bugtrack_url": null,
    "license": "WTFPL",
    "summary": "Minimalist CLI",
    "version": "0.5.2",
    "project_urls": {
        "Homepage": "https://github.com/pyrates/minicli"
    },
    "split_keywords": [
        "cli",
        "command",
        "line",
        "interface"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "6866ee235b991de7b71049585ac32835d41f23682ab13b4be899662659f2a2fd",
                "md5": "b0ab51c9edcdc0e00e4227b0a473bf1e",
                "sha256": "28d6c5a5633ef74c569a77cfb96a04697c0d5a26c6ee815e93833f64b8d6adfa"
            },
            "downloads": -1,
            "filename": "minicli-0.5.2-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "b0ab51c9edcdc0e00e4227b0a473bf1e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 4524,
            "upload_time": "2024-04-30T07:08:48",
            "upload_time_iso_8601": "2024-04-30T07:08:48.990940Z",
            "url": "https://files.pythonhosted.org/packages/68/66/ee235b991de7b71049585ac32835d41f23682ab13b4be899662659f2a2fd/minicli-0.5.2-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "1f775a10a4a2267b83998e8e6448ef5889c55eb793e8b109a431122e58a03e51",
                "md5": "69f0bab7fcd5e856973ac4aa5606184b",
                "sha256": "b04d97c6fd7a1ffaf71a1645e753949cdabfc846424c3c393bbba543d1e77d08"
            },
            "downloads": -1,
            "filename": "minicli-0.5.2.tar.gz",
            "has_sig": false,
            "md5_digest": "69f0bab7fcd5e856973ac4aa5606184b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 6383,
            "upload_time": "2024-04-30T07:08:50",
            "upload_time_iso_8601": "2024-04-30T07:08:50.612463Z",
            "url": "https://files.pythonhosted.org/packages/1f/77/5a10a4a2267b83998e8e6448ef5889c55eb793e8b109a431122e58a03e51/minicli-0.5.2.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2024-04-30 07:08:50",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "pyrates",
    "github_project": "minicli",
    "travis_ci": true,
    "coveralls": false,
    "github_actions": false,
    "lcname": "minicli"
}
        
Elapsed time: 0.26083s