{ "info": { "author": "Mwangi Njuguna", "author_email": "mwanginjuguna59@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Operating System :: OS Independent", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.6", "Topic :: Utilities" ], "description": "## Thermos CLI\n\nA flask command line interface built on python. \n\n## Note\n\nIf you wish to collaborate,visit https://github.com/mwangi-njuguna/thermos-cli.\n\n\n## Prerequisites\n\nBoth the CLI and generated project have dependencies that require python3.6.\n\n## Table of Contents\n\n* [Installation](#installation)\n* [Usage](#usage)\n* [Generating a New Flask Application](#Generating a new flask project)\n* [Generating Templates and Blueprints](#Generating templates and blueprints)\n* [Documentation](#documentation)\n* [License](#license)\n\n## Installation\n\n**BEFORE YOU INSTALL:** please make sure you have python3.6 installed.\n\n\n```bash\npip install -e .\n```\n\n## Usage\n\n```bash\nthermos --help\n```\n\n### Generating a Flask Project \n\n```bash\nthermos create PROJECT-NAME\n```\n\n### Generating Templates and Blueprints\n\nYou can use the `thermos create app APPNAME` to create a new application structure:\n\n```bash\nthermos create template TEMPLATENAME\n\n# Navigate into the new app\ncd NAMEOFAPP\n\n# if in the directory src/app/nameofapp/ and you run\nthermos create blueprint BLUEPRINTNAME\n\n```\n\n### Working with master\n\n```bash\ngit clone https://github.com/mwangi-njuguna/thermos-cli.\ncd thermos-cli\npip install -e .\n```\n\n`pip install -e .` will install this cli.\n\nNow you can use `thermos-cli` via the command line:\n\n```bash\n\n thermos create\n\n thermos -h | --help\n\n thermos -v | --version\n\n```\n\n## Documentation\n\nThe documentation for the thermos CLI is located in this repo's [wiki](https://github.com/gnhkjm/).\n\n## License\n\nMIT\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/mwangi-njuguna/thermos-cli", "keywords": "flask", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "thermos-cli", "package_url": "https://pypi.org/project/thermos-cli/", "platform": "", "project_url": "https://pypi.org/project/thermos-cli/", "project_urls": { "Homepage": "https://github.com/mwangi-njuguna/thermos-cli" }, "release_url": "https://pypi.org/project/thermos-cli/0.1.0/", "requires_dist": null, "requires_python": "", "summary": "A command line program in Python for creating flask standard application structure, blueprints and templates.", "version": "0.1.0" }, "last_serial": 3810756, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "93909dafbef2f4fe8248e4692dab7a10", "sha256": "e853e0c7b3967fbcb978598edd8c0b59ed58f638fb7f316415664bc656cc70ec" }, "downloads": -1, "filename": "thermos-cli-0.1.0.tar.gz", "has_sig": false, "md5_digest": "93909dafbef2f4fe8248e4692dab7a10", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5216, "upload_time": "2018-04-26T15:45:26", "url": "https://files.pythonhosted.org/packages/ba/82/4d1d437ecfbe6af2008b604fe89533bd5172da8e454e88facca71a00e0f1/thermos-cli-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "93909dafbef2f4fe8248e4692dab7a10", "sha256": "e853e0c7b3967fbcb978598edd8c0b59ed58f638fb7f316415664bc656cc70ec" }, "downloads": -1, "filename": "thermos-cli-0.1.0.tar.gz", "has_sig": false, "md5_digest": "93909dafbef2f4fe8248e4692dab7a10", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 5216, "upload_time": "2018-04-26T15:45:26", "url": "https://files.pythonhosted.org/packages/ba/82/4d1d437ecfbe6af2008b604fe89533bd5172da8e454e88facca71a00e0f1/thermos-cli-0.1.0.tar.gz" } ] }