{ "info": { "author": "Dana Scott", "author_email": "danawscott0@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Environment :: Console", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "Natural Language :: English", "Operating System :: POSIX :: Linux", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: Implementation :: CPython", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Software Development :: User Interfaces", "Topic :: Utilities" ], "description": "Installation\n\"\"\"\"\"\"\"\"\"\"\"\"\n\n::\n\n pip install clops\n\nUsage\n\"\"\"\"\"\n\n::\n\n #! /usr/bin/env python3\n \"\"\"Sample module docstring.\n\n Args:\n foo: The number of foos.\n bar: The number of bars.\n baz: The number of bazs.\n\n \"\"\"\n from clops import cli\n\n\n _defaults = {\n foo: 1,\n bar: 2,\n baz: 3,\n }\n\n @cli.UpdateDict(_defaults, __doc__)\n def main():\n pass\n\n\n if __name__ == '__main__':\n main()", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://bitbucket.org/danawscott/clops", "keywords": "cli options", "license": "License :: OSI Approved :: GNU General Public License v3 or later (GPLv3+)", "maintainer": null, "maintainer_email": null, "name": "clops", "package_url": "https://pypi.org/project/clops/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/clops/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://bitbucket.org/danawscott/clops" }, "release_url": "https://pypi.org/project/clops/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "A Python library to parse command line options.", "version": "0.1.1" }, "last_serial": 2226094, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "59e4c5da986c4ae73a82f914abf23ee4", "sha256": "9cca75d672484644cf7b11d685fa7caf4220785e32a481e925d96a01eb554ae9" }, "downloads": -1, "filename": "clops-0.1.0.tar.gz", "has_sig": false, "md5_digest": "59e4c5da986c4ae73a82f914abf23ee4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16258, "upload_time": "2016-07-15T03:05:02", "url": "https://files.pythonhosted.org/packages/7e/ca/f281aeeb07731d87798d526de2e8673a6e058c5300b72a971a9fd24cd533/clops-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "550a6ec44534da50db18953581b9c6c1", "sha256": "a6252d74a8dd8e058ab2b344f92cb8bb2e189bbb26ebaffb747a97cd2685fc88" }, "downloads": -1, "filename": "clops-0.1.1.tar.gz", "has_sig": false, "md5_digest": "550a6ec44534da50db18953581b9c6c1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16261, "upload_time": "2016-07-16T19:08:11", "url": "https://files.pythonhosted.org/packages/33/6f/590f40c3882cabd1637bf2275e27d706993939474e6f6ab7fd6c26c33410/clops-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "550a6ec44534da50db18953581b9c6c1", "sha256": "a6252d74a8dd8e058ab2b344f92cb8bb2e189bbb26ebaffb747a97cd2685fc88" }, "downloads": -1, "filename": "clops-0.1.1.tar.gz", "has_sig": false, "md5_digest": "550a6ec44534da50db18953581b9c6c1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 16261, "upload_time": "2016-07-16T19:08:11", "url": "https://files.pythonhosted.org/packages/33/6f/590f40c3882cabd1637bf2275e27d706993939474e6f6ab7fd6c26c33410/clops-0.1.1.tar.gz" } ] }