{ "info": { "author": "Ryan Gonzalez", "author_email": "UNKNOWN", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License" ], "description": "flags\n=====\n\n*flags* is a Python flag parsing library for humans, not robots.\n\nWhy?\n****\n\nArgparse is complicated. `Plac `_ remedies most of its issues. However, sometimes you just need a really simple POSIX-style flag parser. You can use getopt, but it makes you write all the help screens yourself, which can easily go out-of-sync with the program source. *flags* aims at filling this void by providing a simple, practical API that's truly easy to use and doesn't suck.\n\nExample\n*******\n\nSince README examples always go out of sync with the source, included at ``examples/grep.py`` is *flags* parser for `POSIX grep `_'s arguments.\n", "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": "pyflags", "package_url": "https://pypi.org/project/pyflags/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pyflags/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/pyflags/0.1/", "requires_dist": null, "requires_python": null, "summary": "A simple, common-sense, single-letter command-line parser", "version": "0.1" }, "last_serial": 1601328, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "01f92f9c75d2745d4d89260539921f53", "sha256": "f4f79d2ab773a8c279c496cf035f63727f3098f1d0f9418a4af586ccebe53dbe" }, "downloads": -1, "filename": "pyflags-0.1.tar.gz", "has_sig": false, "md5_digest": "01f92f9c75d2745d4d89260539921f53", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3436, "upload_time": "2015-06-22T01:08:45", "url": "https://files.pythonhosted.org/packages/b6/d7/96bae3e472a5b1beb781092994188ccc8446a022b5fab4f5a356331e0c35/pyflags-0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "01f92f9c75d2745d4d89260539921f53", "sha256": "f4f79d2ab773a8c279c496cf035f63727f3098f1d0f9418a4af586ccebe53dbe" }, "downloads": -1, "filename": "pyflags-0.1.tar.gz", "has_sig": false, "md5_digest": "01f92f9c75d2745d4d89260539921f53", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3436, "upload_time": "2015-06-22T01:08:45", "url": "https://files.pythonhosted.org/packages/b6/d7/96bae3e472a5b1beb781092994188ccc8446a022b5fab4f5a356331e0c35/pyflags-0.1.tar.gz" } ] }