{ "info": { "author": "Dylan Verheul", "author_email": "dylan@dyve.net", "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": "euring-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\nThanks\n------\n\nThis project owes thanks to\n\n- The `skele-cli` example at https://github.com/rdegges/skele-cli\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/euring/euring-cli", "keywords": "cli", "license": "UNLICENSE", "maintainer": "", "maintainer_email": "", "name": "euring", "package_url": "https://pypi.org/project/euring/", "platform": "", "project_url": "https://pypi.org/project/euring/", "project_urls": { "Homepage": "https://github.com/euring/euring-cli" }, "release_url": "https://pypi.org/project/euring/0.0.1/", "requires_dist": [ "docopt", "coverage; extra == 'test'", "pytest; extra == 'test'", "pytest-cov; extra == 'test'" ], "requires_python": "", "summary": "A command line interface to process EURING text files.", "version": "0.0.1" }, "last_serial": 3178498, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "8a653deef19b25b86bb2c20cff471372", "sha256": "33c71271c9a6fd34dec80afba56d7ecc2262046f33756fb7b39a94fc878c1cc6" }, "downloads": -1, "filename": "euring-0.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "8a653deef19b25b86bb2c20cff471372", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5473, "upload_time": "2017-09-16T07:21:49", "url": "https://files.pythonhosted.org/packages/8b/ce/8d86224d2f88fa2f20e4fa24e342d1547c1e2c08732e4dc0e0c4a7848616/euring-0.0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "bd50a21595b24cb7395d066bbcb39090", "sha256": "6cb37172ef64c197e0e542e5267e95ca2fe794f75648204b516941eb05c9baff" }, "downloads": -1, "filename": "euring-0.0.1.tar.gz", "has_sig": false, "md5_digest": "bd50a21595b24cb7395d066bbcb39090", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3063, "upload_time": "2017-09-16T07:21:51", "url": "https://files.pythonhosted.org/packages/4b/b7/d965421f2d5bd10b4b37a39ba0fe12ab5a8f951b5c75839055c68601f3fc/euring-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "8a653deef19b25b86bb2c20cff471372", "sha256": "33c71271c9a6fd34dec80afba56d7ecc2262046f33756fb7b39a94fc878c1cc6" }, "downloads": -1, "filename": "euring-0.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "8a653deef19b25b86bb2c20cff471372", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 5473, "upload_time": "2017-09-16T07:21:49", "url": "https://files.pythonhosted.org/packages/8b/ce/8d86224d2f88fa2f20e4fa24e342d1547c1e2c08732e4dc0e0c4a7848616/euring-0.0.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "bd50a21595b24cb7395d066bbcb39090", "sha256": "6cb37172ef64c197e0e542e5267e95ca2fe794f75648204b516941eb05c9baff" }, "downloads": -1, "filename": "euring-0.0.1.tar.gz", "has_sig": false, "md5_digest": "bd50a21595b24cb7395d066bbcb39090", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3063, "upload_time": "2017-09-16T07:21:51", "url": "https://files.pythonhosted.org/packages/4b/b7/d965421f2d5bd10b4b37a39ba0fe12ab5a8f951b5c75839055c68601f3fc/euring-0.0.1.tar.gz" } ] }