{ "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-test", "package_url": "https://pypi.org/project/skele-test/", "platform": "", "project_url": "https://pypi.org/project/skele-test/", "project_urls": { "Homepage": "https://github.com/rdegges/skele-cli" }, "release_url": "https://pypi.org/project/skele-test/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": 2403027, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "3ecd78639cb8ee5c4d70c5532f1ccee4", "sha256": "fa2be5f61a21fd646603c20add7a4796bd58f7e598444b8b50a8d28a8fe8d3a2" }, "downloads": -1, "filename": "skele_test-1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3ecd78639cb8ee5c4d70c5532f1ccee4", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5771, "upload_time": "2016-10-16T23:52:52", "url": "https://files.pythonhosted.org/packages/17/53/55cd268af9d64eee3dbf02ab41c285e336225e7e57aead28f841b0958d22/skele_test-1.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4ad47c070f887fb784444a925d8e68a5", "sha256": "e13d319d8fe4629d87307f0397176a613500aa0c0eecbb56a22f78982e1beca6" }, "downloads": -1, "filename": "skele-test-1.0.0.tar.gz", "has_sig": false, "md5_digest": "4ad47c070f887fb784444a925d8e68a5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4581, "upload_time": "2016-10-16T23:52:57", "url": "https://files.pythonhosted.org/packages/87/2c/c26dab45b6c7a078d3fc8880d824e2c14c572a3731e2b174655efbe7a77e/skele-test-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "3ecd78639cb8ee5c4d70c5532f1ccee4", "sha256": "fa2be5f61a21fd646603c20add7a4796bd58f7e598444b8b50a8d28a8fe8d3a2" }, "downloads": -1, "filename": "skele_test-1.0.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "3ecd78639cb8ee5c4d70c5532f1ccee4", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5771, "upload_time": "2016-10-16T23:52:52", "url": "https://files.pythonhosted.org/packages/17/53/55cd268af9d64eee3dbf02ab41c285e336225e7e57aead28f841b0958d22/skele_test-1.0.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "4ad47c070f887fb784444a925d8e68a5", "sha256": "e13d319d8fe4629d87307f0397176a613500aa0c0eecbb56a22f78982e1beca6" }, "downloads": -1, "filename": "skele-test-1.0.0.tar.gz", "has_sig": false, "md5_digest": "4ad47c070f887fb784444a925d8e68a5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4581, "upload_time": "2016-10-16T23:52:57", "url": "https://files.pythonhosted.org/packages/87/2c/c26dab45b6c7a078d3fc8880d824e2c14c572a3731e2b174655efbe7a77e/skele-test-1.0.0.tar.gz" } ] }