{ "info": { "author": "Randall Degges", "author_email": "r@rdegges.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "License :: Public Domain", "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", "Topic :: Utilities" ], "description": "skele-cli\n=========\n\n*A skeleton command line program in Python.*\n\n\nPurpose\n-------\n\nThis is a skeleton application which demonstrates how to properly structure a\nPython CLI application.\n\nI've done my best to structure this in a way that makes sense for *most* users,\nbut if you have any feedback, please open a Github issue and I'll take a look.\n\nThe idea with this project is that you should be able to use this as a template\nfor building new CLI apps.\n\nYou can fork this project and customize it to your liking, or just use it as a\nreference.\n\n\nUsage\n-----\n\nIf you've cloned this project, and want to install the library (*and all\ndevelopment dependencies*), the command you'll want to run is::\n\n $ pip install -e .[test]\n\nIf you'd like to run all tests for this project (*assuming you've written\nsome*), you would run the following command::\n\n $ python setup.py test\n\nThis will trigger `py.test `_, along with its popular\n`coverage `_ plugin.\n\nLastly, if you'd like to cut a new release of this CLI tool, and publish it to\nthe Python Package Index (`PyPI `_), you can do so\nby running::\n\n $ python setup.py sdist bdist_wheel\n $ twine upload dist/*\n\nThis will build both a source tarball of your CLI tool, as well as a newer wheel\nbuild (*and this will, by default, run on all platforms*).\n\nThe ``twine upload`` command (which requires you to install the `twine\n`_ tool) will then securely upload your\nnew package to PyPI so everyone in the world can use it!\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/rdegges/skele-cli", "keywords": "cli", "license": "UNLICENSE", "maintainer": "", "maintainer_email": "", "name": "skele", "package_url": "https://pypi.org/project/skele/", "platform": "", "project_url": "https://pypi.org/project/skele/", "project_urls": { "Homepage": "https://github.com/rdegges/skele-cli" }, "release_url": "https://pypi.org/project/skele/1.0.0/", "requires_dist": [ "docopt", "coverage; extra == 'test'", "pytest; extra == 'test'", "pytest-cov; extra == 'test'" ], "requires_python": "", "summary": "A skeleton command line program in Python.", "version": "1.0.0" }, "last_serial": 3666239, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "16e534676bb3af85d357d6daabc2092a", "sha256": "61a278a934b1e5632df981aa4e376b11b275f6f9a0477615676bfa9c5ff798a3" }, "downloads": -1, "filename": "skele-1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "16e534676bb3af85d357d6daabc2092a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5912, "upload_time": "2018-03-13T17:41:07", "url": "https://files.pythonhosted.org/packages/9d/74/9dabc8a6d48341728deb9c0aea65a48d5c21433bf8230a59367496d7bb88/skele-1.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "58594ea3a7e11d173de1e421c7bcd6bf", "sha256": "e6c3a0d77e9fa9e7060cf2b4e4462318076948b1ee890ac2849de3615dd4c221" }, "downloads": -1, "filename": "skele-1.0.0.tar.gz", "has_sig": false, "md5_digest": "58594ea3a7e11d173de1e421c7bcd6bf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4655, "upload_time": "2018-03-13T17:41:09", "url": "https://files.pythonhosted.org/packages/32/b1/a0cb40e10b3a9f3bd589e0ddbf6524c051b8b0de8b37aaac942ae37bef3d/skele-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "16e534676bb3af85d357d6daabc2092a", "sha256": "61a278a934b1e5632df981aa4e376b11b275f6f9a0477615676bfa9c5ff798a3" }, "downloads": -1, "filename": "skele-1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "16e534676bb3af85d357d6daabc2092a", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5912, "upload_time": "2018-03-13T17:41:07", "url": "https://files.pythonhosted.org/packages/9d/74/9dabc8a6d48341728deb9c0aea65a48d5c21433bf8230a59367496d7bb88/skele-1.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "58594ea3a7e11d173de1e421c7bcd6bf", "sha256": "e6c3a0d77e9fa9e7060cf2b4e4462318076948b1ee890ac2849de3615dd4c221" }, "downloads": -1, "filename": "skele-1.0.0.tar.gz", "has_sig": false, "md5_digest": "58594ea3a7e11d173de1e421c7bcd6bf", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4655, "upload_time": "2018-03-13T17:41:09", "url": "https://files.pythonhosted.org/packages/32/b1/a0cb40e10b3a9f3bd589e0ddbf6524c051b8b0de8b37aaac942ae37bef3d/skele-1.0.0.tar.gz" } ] }