{ "info": { "author": "Alex Edwards", "author_email": "edwards@linux.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Intended Audience :: Information Technology", "Intended Audience :: System Administrators", "License :: OSI Approved :: Apache Software License", "Operating System :: POSIX :: Linux", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Topic :: Software Development :: Libraries :: Application Frameworks" ], "description": "helcli\n======\n\n.. image:: https://img.shields.io/pypi/v/helcli.svg\n :target: https://pypi.python.org/pypi/helcli\n :alt: Latest Version\n.. image:: https://travis-ci.org/sunshinekitty/helcli.svg?branch=master\n :target: https://travis-ci.org/sunshinekitty/helcli\n :alt: Build Status\n.. image:: https://readthedocs.org/projects/helcli/badge/?version=latest\n :target: https://helcli.readthedocs.io/en/latest/\n :alt: Documentation\n\nHelCLI is an opinionated way to create and organize your command line programs,\nand aims to help bootstrap the process and provide a foundation that works for\nmost use cases.\n\nIn the most simplest form, HelCLI requires three lines of code to have a\nfunctional command line program.\n\n.. code-block:: python\n\n from helcli import HelCLI\n\n cli = HelCLI(sub_commands='command_dir', description='A simple CLI')\n cli.run()\n\n\n*******\nInstall\n*******\n\n::\n\n pip install helcli\n\n\n*************\nDocumentation\n*************\n\nTo see some examples of HelCLI in use see the\n`example project `_, or the\n`documentation `_.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "helcli", "package_url": "https://pypi.org/project/helcli/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/helcli/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/helcli/0.2.1/", "requires_dist": null, "requires_python": null, "summary": "A python base cli class", "version": "0.2.1" }, "last_serial": 2427692, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "3ddc76a7da2aaef6d0b9b233b1a38827", "sha256": "5fdd9d415487c2292fbb391afab862a10607ea23a1defe22ec6ed315bce988ea" }, "downloads": -1, "filename": "helcli-0.1.0.tar.gz", "has_sig": false, "md5_digest": "3ddc76a7da2aaef6d0b9b233b1a38827", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7276, "upload_time": "2016-09-25T02:17:20", "url": "https://files.pythonhosted.org/packages/28/c7/e58accacf203e7dd729c40b383fbd3e5b5fce013d59daf849b1c9cb68349/helcli-0.1.0.tar.gz" } ], "0.2.0": [], "0.2.1": [] }, "urls": [] }