{ "info": { "author": "Fran\u00e7ois Vincent", "author_email": "francois.vincent01@gmail.com", "bugtrack_url": null, "classifiers": [ "Environment :: Console", "Intended Audience :: Developers", "Intended Audience :: System Administrators", "License :: OSI Approved :: BSD License", "Natural Language :: English", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy" ], "description": "\nHistory\n-------\n\n0.3.0 (2016-08-26)\n---------------------\n\n* small functional change:\n There is no more options default values from environment variables and configuration files.\n Options default values are set once and only once into the decorated function definition.\n Instead, options runtime values are set from environment variables, configuration files and cli,\n in this order of priority (env vars have least priority, cli has highest).\n\n\n0.2.0 (2016-07-20)\n---------------------\n\n* new feature: allow overloading of default values from configuration file (python, yaml, json)\n* code refactor and additional comments\n* added french and spanish defaults in user input utility class\n\n\n0.1.4 (2015-04-23)\n---------------------\n\n* can override default options from environ, via variable CLINGON_PREFIX (see example2)\n* utility class for user input management, with unittests\n* updated README\n* fix debug output 'clize default parameters'\n* some code refactoring\n\n\n0.1.3 (2015-03-27)\n---------------------\n\n* fix list option when default is empty\n* default value of boolean must be False\n* if list option is given with non empty default, check number of arguments\n* new example\n\n\n0.1.2 (2015-02-25)\n---------------------\n\n* setup.py now installs clingon command,\n* so, option auto_install as been removed\n* refactor error handling in script. There's an exception RunnerErrorWithUsage\n that prints single line usage string before error messsage\n* better handle of duplicate short aliases\n\n\n0.1.1 (2015-02-24)\n---------------------\n\n* update print_version()\n* allow clingon to autoinstall in a more simpler way\n* some minor fixes\n* some more unittests\n\n\n0.1.0 (2015-02-23)\n---------------------\n\n* First release on PyPI.\n\n\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/francois-vincent/clingon", "keywords": "cli", "license": "BSD", "maintainer": "", "maintainer_email": "", "name": "clingon", "package_url": "https://pypi.org/project/clingon/", "platform": "", "project_url": "https://pypi.org/project/clingon/", "project_urls": { "Homepage": "https://github.com/francois-vincent/clingon" }, "release_url": "https://pypi.org/project/clingon/0.3.0/", "requires_dist": [ "future", "wheel", "ordereddict; python_version==\"2.6\"" ], "requires_python": "", "summary": "Command Line INterpreter Generator for pythON", "version": "0.3.0" }, "last_serial": 2325551, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "e663cd0c61d88cfc9c9ba41f5f0babcc", "sha256": "768d76cab1a6115c24a76b4a460d42d93f1cb1f8ff47f3b056f1ef6abf01b60a" }, "downloads": -1, "filename": "clingon-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "e663cd0c61d88cfc9c9ba41f5f0babcc", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 13691, "upload_time": "2015-02-23T19:04:46", "url": "https://files.pythonhosted.org/packages/17/c4/21897a77b7028574097442a87a85d90f9e10ada3a47ed1eb9b1e722c5c37/clingon-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "0fc40d45aeb6f2530b2565e12fb9a73b", "sha256": "445400bf1c770929f282c067de24a3f332dec9d75c908b2721dc5b0e65212e74" }, "downloads": -1, "filename": "clingon-0.1.0.tar.gz", "has_sig": false, "md5_digest": "0fc40d45aeb6f2530b2565e12fb9a73b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22033, "upload_time": "2015-02-23T19:04:43", "url": "https://files.pythonhosted.org/packages/25/b1/e4ead5aed35a778aa53b62440f5a3d7b7aa0655d2f58359e5edbc1b2eb65/clingon-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "5fdd3bd56cef674a3cb5d1a8d177d241", "sha256": "e8e4949c55596004f29a5d00fcc916832a65b3fbe374650b8dd1e9eb0961348e" }, "downloads": -1, "filename": "clingon-0.1.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "5fdd3bd56cef674a3cb5d1a8d177d241", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 14222, "upload_time": "2015-02-24T12:45:09", "url": "https://files.pythonhosted.org/packages/5a/1b/96fc286902537a800c89bd6fa2dfca2005fb128f2976eca16c6d94c4f69a/clingon-0.1.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "50303328ce75bbf808494d8d0485cb4e", "sha256": "ae25564627646484ac382b7de9d8779e3200f2b29ad7279e2a8554da59cf986c" }, "downloads": -1, "filename": "clingon-0.1.1.tar.gz", "has_sig": false, "md5_digest": "50303328ce75bbf808494d8d0485cb4e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22752, "upload_time": "2015-02-24T12:45:05", "url": "https://files.pythonhosted.org/packages/43/7b/ef9e06078f6d3729bbb2d224cc459b9d63fbaf56693c8a5210375567fd43/clingon-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "5ad4c82400c7f49c2fe56bf9c0ca6517", "sha256": "81962a428bd4f65700e32d25a3bba38843a2f1b8a68decbefa0e3ea3bd5cf653" }, "downloads": -1, "filename": "clingon-0.1.2-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "5ad4c82400c7f49c2fe56bf9c0ca6517", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 8708, "upload_time": "2015-02-25T12:25:37", "url": "https://files.pythonhosted.org/packages/f9/7b/293dcb63935b863bbe16d91ee4d598b97c504fa5c43ee7c512a5298982db/clingon-0.1.2-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "80f0c0360d89fffb043d39c3513dfca0", "sha256": "d3d0b2d2f6e11aeb5a8c13d708f7191e8f63526eeebef52c1c9c8103b91fea80" }, "downloads": -1, "filename": "clingon-0.1.2.tar.gz", "has_sig": false, "md5_digest": "80f0c0360d89fffb043d39c3513dfca0", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22112, "upload_time": "2015-02-25T12:25:33", "url": "https://files.pythonhosted.org/packages/55/e2/049c7efad659a6a0979c06610d4b5545d10b226f51b7d7379eacbcae6c0b/clingon-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "699aa12fdb8e834da9fd8699b0ac33e1", "sha256": "3c81e988c13b0a7ac21d5d5e1d9a1f628a0e1c58ca58e6dfb5d10de6d6e4444d" }, "downloads": -1, "filename": "clingon-0.1.3-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "699aa12fdb8e834da9fd8699b0ac33e1", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 9037, "upload_time": "2015-03-27T13:55:51", "url": "https://files.pythonhosted.org/packages/27/2a/e8e34b3a4e8ae3301926defff86a9810cf49d34134cd39d17141a579ed18/clingon-0.1.3-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "3c62ae467c67914bc3824d161ff2ecec", "sha256": "8715926ef5eaba8c362ef4f823e245394c3cec0b960045dc92a22f71543c4dc5" }, "downloads": -1, "filename": "clingon-0.1.3.tar.gz", "has_sig": false, "md5_digest": "3c62ae467c67914bc3824d161ff2ecec", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22376, "upload_time": "2015-03-27T13:55:47", "url": "https://files.pythonhosted.org/packages/23/08/0014654cba31b94c90bff1796dfe9721156859f3270664f9cb3dcd392132/clingon-0.1.3.tar.gz" } ], "0.1.4": [ { "comment_text": "", "digests": { "md5": "0f2cec7fca16383bd1850c069df265f7", "sha256": "103b6e8ceebe5867f91f9addc3e406ba5898d0af7f08ed2951e22223e9e94d1f" }, "downloads": -1, "filename": "clingon-0.1.4-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "0f2cec7fca16383bd1850c069df265f7", "packagetype": "bdist_wheel", "python_version": "2.7", "requires_python": null, "size": 10569, "upload_time": "2015-04-23T11:07:24", "url": "https://files.pythonhosted.org/packages/e9/58/2df610bd92343bc86ae1203103bc3e1d1427525e7683f1b4ffe803b678a1/clingon-0.1.4-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "dfacfbdad6ee42cfc8046062b362110d", "sha256": "5718c087eb38d0c6755216b89c37308575ab77dc2a735eecd3198b8f81db26f9" }, "downloads": -1, "filename": "clingon-0.1.4.tar.gz", "has_sig": false, "md5_digest": "dfacfbdad6ee42cfc8046062b362110d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 24949, "upload_time": "2015-04-23T11:07:21", "url": "https://files.pythonhosted.org/packages/25/bd/8c15d9af679084bd594c0913895374e08141001b444bb1f58d0eed66cf2f/clingon-0.1.4.tar.gz" } ], "0.2.0rc1": [ { "comment_text": "", "digests": { "md5": "6090d019642521c78ef28532607097d5", "sha256": "cbd925f2ff79b6e60519cffbbf05a9bcc1619ff146bb7d10c9c41471a390100c" }, "downloads": -1, "filename": "clingon-0.2.0rc1.tar.gz", "has_sig": false, "md5_digest": "6090d019642521c78ef28532607097d5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 27070, "upload_time": "2016-07-20T16:05:01", "url": "https://files.pythonhosted.org/packages/e3/84/cd8ca4b1dfcb200a8f37775ac783b755cdda1d883c5bcd0a1bb4d78759f0/clingon-0.2.0rc1.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "a421435e9a89ee736c3c838fec87221b", "sha256": "3973a78377c6468dcf29088463acec83b4a6da2dbad794273504bf7e7d0dcaaf" }, "downloads": -1, "filename": "clingon-0.3.0-py2.7.egg", "has_sig": false, "md5_digest": "a421435e9a89ee736c3c838fec87221b", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 22450, "upload_time": "2016-09-05T11:54:50", "url": "https://files.pythonhosted.org/packages/12/7d/ba425b08bc094cb90366d5f376c43d3196c9ad0658762957acb3836d5430/clingon-0.3.0-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "ef2ed3c268d642061b6b5ac580d55041", "sha256": "a1816cdb3ffe9041a546cafc5d8a637ea8feb0739e983f609df66bcaae4d1207" }, "downloads": -1, "filename": "clingon-0.3.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ef2ed3c268d642061b6b5ac580d55041", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 12593, "upload_time": "2016-09-05T11:54:48", "url": "https://files.pythonhosted.org/packages/57/dc/9c6cdffd783978202f41c2188fb45fb8466534c49cbaa0feaf6f680e0098/clingon-0.3.0-py2.py3-none-any.whl" } ], "0.3.0rc1": [ { "comment_text": "", "digests": { "md5": "1dd443bd9c9a1bfae02c318de5024edd", "sha256": "a31db0f378f49942b05f8a4effdc8ae9a9a78a38292c70c5354c40cda2ec925f" }, "downloads": -1, "filename": "clingon-0.3.0rc1-py2.7.egg", "has_sig": false, "md5_digest": "1dd443bd9c9a1bfae02c318de5024edd", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 22260, "upload_time": "2016-09-05T11:54:52", "url": "https://files.pythonhosted.org/packages/9b/e4/654680bf78cd35d99ef897f1e658c493edd2d8a3e941d0dc8fb00f52b78a/clingon-0.3.0rc1-py2.7.egg" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a421435e9a89ee736c3c838fec87221b", "sha256": "3973a78377c6468dcf29088463acec83b4a6da2dbad794273504bf7e7d0dcaaf" }, "downloads": -1, "filename": "clingon-0.3.0-py2.7.egg", "has_sig": false, "md5_digest": "a421435e9a89ee736c3c838fec87221b", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 22450, "upload_time": "2016-09-05T11:54:50", "url": "https://files.pythonhosted.org/packages/12/7d/ba425b08bc094cb90366d5f376c43d3196c9ad0658762957acb3836d5430/clingon-0.3.0-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "ef2ed3c268d642061b6b5ac580d55041", "sha256": "a1816cdb3ffe9041a546cafc5d8a637ea8feb0739e983f609df66bcaae4d1207" }, "downloads": -1, "filename": "clingon-0.3.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "ef2ed3c268d642061b6b5ac580d55041", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 12593, "upload_time": "2016-09-05T11:54:48", "url": "https://files.pythonhosted.org/packages/57/dc/9c6cdffd783978202f41c2188fb45fb8466534c49cbaa0feaf6f680e0098/clingon-0.3.0-py2.py3-none-any.whl" } ] }