easycli


Nameeasycli JSON
Version 1.9.3 PyPI version JSON
download
home_pagehttp://github.com/pylover/easycli
SummaryEasily define your Command line and sub-commands using argparse.
upload_time2022-12-05 21:44:31
maintainer
docs_urlNone
authorVahid Mardani
requires_python
licenseMIT
keywords
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage
            # easycli

[![PyPI](http://img.shields.io/pypi/v/easycli.svg)](https://pypi.python.org/pypi/easycli)
[![Build](https://github.com/pylover/easycli/workflows/Build/badge.svg?branch=master)](https://github.com/pylover/easycli/actions)
[![Coverage Status](https://coveralls.io/repos/github/pylover/easycli/badge.svg?branch=master)](https://coveralls.io/github/pylover/easycli?branch=master)
[![Python](https://img.shields.io/badge/Python-%3E%3D3.6-blue)](https://python.org)
[![Documentation](https://img.shields.io/badge/Documentation-ready!-blue)](https://pylover.github.io/easycli/)
[![Downloads](https://pepy.tech/badge/easycli)](https://pepy.tech/project/easycli)
[![Downloads](https://pepy.tech/badge/easycli/month)](https://pepy.tech/project/easycli)
[![Downloads](https://pepy.tech/badge/easycli/week)](https://pepy.tech/project/easycli)

[Documentation](https://pylover.github.io/easycli/)


Command line interface for python application on top of the argparse 
including sub-parsers.

## Installation

```bash
pip install easycli
```
            

Raw data

            {
    "_id": null,
    "home_page": "http://github.com/pylover/easycli",
    "name": "easycli",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "",
    "author": "Vahid Mardani",
    "author_email": "vahid.mardani@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/d9/38/c07a2c6d1879b430a14b155372a1181b046735de68fc9a8db26c632cd4c8/easycli-1.9.3.tar.gz",
    "platform": null,
    "description": "# easycli\n\n[![PyPI](http://img.shields.io/pypi/v/easycli.svg)](https://pypi.python.org/pypi/easycli)\n[![Build](https://github.com/pylover/easycli/workflows/Build/badge.svg?branch=master)](https://github.com/pylover/easycli/actions)\n[![Coverage Status](https://coveralls.io/repos/github/pylover/easycli/badge.svg?branch=master)](https://coveralls.io/github/pylover/easycli?branch=master)\n[![Python](https://img.shields.io/badge/Python-%3E%3D3.6-blue)](https://python.org)\n[![Documentation](https://img.shields.io/badge/Documentation-ready!-blue)](https://pylover.github.io/easycli/)\n[![Downloads](https://pepy.tech/badge/easycli)](https://pepy.tech/project/easycli)\n[![Downloads](https://pepy.tech/badge/easycli/month)](https://pepy.tech/project/easycli)\n[![Downloads](https://pepy.tech/badge/easycli/week)](https://pepy.tech/project/easycli)\n\n[Documentation](https://pylover.github.io/easycli/)\n\n\nCommand line interface for python application on top of the argparse \nincluding sub-parsers.\n\n## Installation\n\n```bash\npip install easycli\n```",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Easily define your Command line and sub-commands using argparse.",
    "version": "1.9.3",
    "split_keywords": [],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "md5": "850aa964631324ec8cd3b29112acb406",
                "sha256": "326f39a7401d2015a6f27297a074b3f05a59458f3e8bec163088261e0b80a8bb"
            },
            "downloads": -1,
            "filename": "easycli-1.9.3.tar.gz",
            "has_sig": false,
            "md5_digest": "850aa964631324ec8cd3b29112acb406",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 7904,
            "upload_time": "2022-12-05T21:44:31",
            "upload_time_iso_8601": "2022-12-05T21:44:31.557013Z",
            "url": "https://files.pythonhosted.org/packages/d9/38/c07a2c6d1879b430a14b155372a1181b046735de68fc9a8db26c632cd4c8/easycli-1.9.3.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2022-12-05 21:44:31",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "github_user": "pylover",
    "github_project": "easycli",
    "travis_ci": false,
    "coveralls": true,
    "github_actions": true,
    "lcname": "easycli"
}
        
Elapsed time: 0.08461s