{ "info": { "author": "Parnell Springmeyer", "author_email": "parnell@ixmat.us", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "License :: OSI Approved :: Python Software Foundation License", "Programming Language :: Python", "Programming Language :: Python :: 3", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "# ardeclare\n\nAn implementation of the interface provided by the cmdln module but\nusing argparse to provide the option/arg heavy parsing.\n\nCredit for this code goes foremost to Shakeeb Alireza, code was\ninitially found: [argdeclare: declarative interface to argparse](http://code.activestate.com/recipes/576935-argdeclare-declarative-interface-to-argparse/)\n\n# Usage\n\n from argdeclare import Commander, option_group, option, arg\n \n def test():\n # only for options which are repeated across different funcs\n common_options = option_group(\n option('-t', '--type', action='store', help='specify type of package'),\n arg('package', help='package to be (un)installed'),\n option('--log', '-l', action='store_true', help='log is on')\n )\n \n class Application(Commander):\n 'a description of the test app'\n name = 'app1'\n version = '0.1'\n default_args = ['install', '--help']\n \n @option('--log', '-l', action='store_true', help='log is on')\n @arg('pattern', help=\"pattern to delete\")\n def do_delete(self, options):\n \"help text for delete subcmd\"\n print(options)\n \n @option('-f', '--force', action='store_true',\n help='force through installation')\n @common_options\n def do_install(self, options):\n \"help text for install subcmd\"\n print(options)\n \n @common_options\n def do_uninstall(self, options):\n \"help text for uninstall subcmd\"\n print(options)\n \n app = Application()\n app.cmdline()\n \n if __name__ == '__main__':\n test()\n\n", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/ixmatus/argdeclare", "keywords": null, "license": "Copyright (c) 2013, Parnell Springmeyer\n\nAll rights reserved.\n\nRedistribution and use in source and binary forms, with or without\nmodification, are permitted provided that the following conditions are met:\n\n * Redistributions of source code must retain the above copyright\n notice, this list of conditions and the following disclaimer.\n\n * Redistributions in binary form must reproduce the above\n copyright notice, this list of conditions and the following\n disclaimer in the documentation and/or other materials provided\n with the distribution.\n\n * Neither the name of Parnell Springmeyer nor the names of other\n contributors may be used to endorse or promote products derived\n from this software without specific prior written permission.\n\nTHIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS\n\"AS IS\" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT\nLIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR\nA PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT\nOWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL,\nSPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT\nLIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,\nDATA, OR PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY\nTHEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT\n(INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE\nOF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.", "maintainer": null, "maintainer_email": null, "name": "argdeclare", "package_url": "https://pypi.org/project/argdeclare/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/argdeclare/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/ixmatus/argdeclare" }, "release_url": "https://pypi.org/project/argdeclare/0.5.6/", "requires_dist": null, "requires_python": null, "summary": "Argdeclare is a declarative argument configurator for python's argparse.", "version": "0.5.6" }, "last_serial": 829531, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "20109ae9a9688ad1a694d454f322427d", "sha256": "8e9e423aec0f03811af6ba9755ccb35b1b7851e1fb2fb1a27bc9b268957cf4cc" }, "downloads": -1, "filename": "argdeclare-0.1-py2.7.egg", "has_sig": false, "md5_digest": "20109ae9a9688ad1a694d454f322427d", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 1053, "upload_time": "2012-11-20T23:23:58", "url": "https://files.pythonhosted.org/packages/ce/2c/d72709696334424fa6293763f2289ad636d65d799855ada61ea888ea0334/argdeclare-0.1-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "df37fbac2a8945ee608c822b83a1f4e1", "sha256": "e3c48adc906c43ad345d2485661e92cb145ba62e1e84a8e6edfeb5eba7f50f9a" }, "downloads": -1, "filename": "argdeclare-0.1.tar.gz", "has_sig": false, "md5_digest": "df37fbac2a8945ee608c822b83a1f4e1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1148, "upload_time": "2012-11-20T23:23:56", "url": "https://files.pythonhosted.org/packages/ba/7c/82775b6a8e554ce202f0060d96b9132102b474cddc979263ee7f320ff6e8/argdeclare-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "15abfc54b5d9ad65457a3fa3b4c8c361", "sha256": "1b4bcad57d63ee017fc560af4c738ba9d1eb66b14f6418011055bc5304e1dc95" }, "downloads": -1, "filename": "argdeclare-0.2-py2.7.egg", "has_sig": false, "md5_digest": "15abfc54b5d9ad65457a3fa3b4c8c361", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 1054, "upload_time": "2012-11-21T00:28:40", "url": "https://files.pythonhosted.org/packages/b7/2e/9f2c2d5084d588a5299e4ba6a07a1ad3b35b00c8e1424208cfe00a8546b1/argdeclare-0.2-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "b30b0f3950ba0e72dca6a8c043fe53b8", "sha256": "407fcc4a9ab52cf75a9489608b670f5473cec7a1c6a5c13762f9597d446c2299" }, "downloads": -1, "filename": "argdeclare-0.2.tar.gz", "has_sig": false, "md5_digest": "b30b0f3950ba0e72dca6a8c043fe53b8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1153, "upload_time": "2012-11-21T00:28:39", "url": "https://files.pythonhosted.org/packages/f3/11/67cc54d6d4158724855c787aad2fc7133bfa87d99e23a26b41478904527e/argdeclare-0.2.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "4d3f7962a660a170f3cf61cb7d6a08fd", "sha256": "c9bfa26634aed70cb0510d0e74162fb385add8cd4600d0aad11b1e53413eb2ef" }, "downloads": -1, "filename": "argdeclare-0.3-py2.7.egg", "has_sig": false, "md5_digest": "4d3f7962a660a170f3cf61cb7d6a08fd", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 1054, "upload_time": "2012-11-21T00:39:54", "url": "https://files.pythonhosted.org/packages/d7/5a/36e50a5b041ce25e88e75b93c80253cabd325edf94434e59d09a4c572d6b/argdeclare-0.3-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "464690fd07e3404f7e12ef80b04b2455", "sha256": "ed9770ba1feb7769ef802082d124f8e701ef8989c121085b3a6a856fa01b4267" }, "downloads": -1, "filename": "argdeclare-0.3.tar.gz", "has_sig": false, "md5_digest": "464690fd07e3404f7e12ef80b04b2455", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1158, "upload_time": "2012-11-21T00:39:54", "url": "https://files.pythonhosted.org/packages/b2/98/a34f27b8e5fdc9e69d5883aaec844e1a67400fc8c4d1e3e9ce89b3856761/argdeclare-0.3.tar.gz" } ], "0.4": [ { "comment_text": "", "digests": { "md5": "d2dd2a665f2e97fe83be19c049ff944f", "sha256": "91f5f692db1103cabf4c64d1d7c8bb6250425ad872ba28d249bea530b7cd7203" }, "downloads": -1, "filename": "argdeclare-0.4-py2.7.egg", "has_sig": false, "md5_digest": "d2dd2a665f2e97fe83be19c049ff944f", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 3893, "upload_time": "2012-11-21T00:41:45", "url": "https://files.pythonhosted.org/packages/f1/78/a0070cdc10e38889249ec7deed3ddfd551b33718dd8798762b21e7a228f2/argdeclare-0.4-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "b3dfc4cece4fb41e1860e19135985d28", "sha256": "f44ecc0fa1bc8920213fff15ece147086c75a44f8cb12f035710716143a2c6a0" }, "downloads": -1, "filename": "argdeclare-0.4.tar.gz", "has_sig": false, "md5_digest": "b3dfc4cece4fb41e1860e19135985d28", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1985, "upload_time": "2012-11-21T00:41:44", "url": "https://files.pythonhosted.org/packages/a7/96/dd364364d3247270aea22ca506fe2638827b85a57ce38c8d12bfc8cd3a54/argdeclare-0.4.tar.gz" } ], "0.4.1": [ { "comment_text": "", "digests": { "md5": "78c492f45712eafbc702f4c3421be3ba", "sha256": "5635fc12440f1bc0e851ea31394eee91de9ce081edfbe5159ecd0ccd86b3a750" }, "downloads": -1, "filename": "argdeclare-0.4.1-py2.7.egg", "has_sig": false, "md5_digest": "78c492f45712eafbc702f4c3421be3ba", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 3871, "upload_time": "2012-11-21T00:45:45", "url": "https://files.pythonhosted.org/packages/1d/4c/041fe77f9582430673d86bef37edcd1938707f4f0a2a82c2ae9e5f815a30/argdeclare-0.4.1-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "35a38277a1fd5a233a8f2683120af730", "sha256": "4abfde072f17ba0fec386a2283620bfc97ca014c72da68f73ca997fe4e42f995" }, "downloads": -1, "filename": "argdeclare-0.4.1.tar.gz", "has_sig": false, "md5_digest": "35a38277a1fd5a233a8f2683120af730", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1158, "upload_time": "2012-11-21T00:45:43", "url": "https://files.pythonhosted.org/packages/d4/96/59a551a92769f4b67b5624d1feb397db179e11aa31dca751337dfd46b8c5/argdeclare-0.4.1.tar.gz" } ], "0.4.10": [ { "comment_text": "", "digests": { "md5": "dfce5585ac2f93ffddf46fd62c7aa526", "sha256": "400dfaebdb7612723392a1b6bda36eb30c761f9db433cde32d8bed25f1fc7725" }, "downloads": -1, "filename": "argdeclare-0.4.10.tar.gz", "has_sig": false, "md5_digest": "dfce5585ac2f93ffddf46fd62c7aa526", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3478, "upload_time": "2013-07-28T19:26:35", "url": "https://files.pythonhosted.org/packages/fa/82/556e960a67c6719c9aa75014cf10b763e6dd0b736afea77730708dcd9465/argdeclare-0.4.10.tar.gz" } ], "0.4.11": [ { "comment_text": "", "digests": { "md5": "2d65682d055010e5047a33616309aca6", "sha256": "66c81fe9885d1155514432a9194d5d882edc052b605cf40bd632d1dd5cec0c46" }, "downloads": -1, "filename": "argdeclare-0.4.11.tar.gz", "has_sig": false, "md5_digest": "2d65682d055010e5047a33616309aca6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2833, "upload_time": "2013-07-28T19:29:29", "url": "https://files.pythonhosted.org/packages/30/4e/b55d86225116c1f99bae2f26d80d578c47b7552d00d2704db74328591f02/argdeclare-0.4.11.tar.gz" } ], "0.4.12": [ { "comment_text": "", "digests": { "md5": "fbf18e6fdd63b7c60544266f661f5b97", "sha256": "baff9487b39af3ec61e357885171a7ea89ec13b43ff08baa5f9db88c3e52707c" }, "downloads": -1, "filename": "argdeclare-0.4.12.tar.gz", "has_sig": false, "md5_digest": "fbf18e6fdd63b7c60544266f661f5b97", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1701, "upload_time": "2013-07-28T19:33:11", "url": "https://files.pythonhosted.org/packages/25/ca/e3b0f385569a2b5e44a2359804cc6d4a8015e563ac718ec23132597bef5f/argdeclare-0.4.12.tar.gz" } ], "0.4.13": [ { "comment_text": "", "digests": { "md5": "04b4a6180b0cbd5faf221ce808563425", "sha256": "bfcc862d5c7d822b54aed10e469c94cfcb12b542065c8252e8cb9a5b0d6765be" }, "downloads": -1, "filename": "argdeclare-0.4.13.tar.gz", "has_sig": false, "md5_digest": "04b4a6180b0cbd5faf221ce808563425", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2627, "upload_time": "2013-07-28T19:36:06", "url": "https://files.pythonhosted.org/packages/62/1e/e426661818e7d2c55842bfcc0807491dd3a0971e879407882b88af4ffd67/argdeclare-0.4.13.tar.gz" } ], "0.4.14": [ { "comment_text": "", "digests": { "md5": "c43debc1d2575ca43c21531f0b5c71f2", "sha256": "2d3cc58560d0bda230356ec06786050069241fdd817ffccc38141c13791d3dd6" }, "downloads": -1, "filename": "argdeclare-0.4.14.tar.gz", "has_sig": false, "md5_digest": "c43debc1d2575ca43c21531f0b5c71f2", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3170, "upload_time": "2013-07-28T19:38:14", "url": "https://files.pythonhosted.org/packages/78/5d/e349f5bdd666ae78f5b47fa44e7f24263a2f093e67d2801ba0bf2b102e03/argdeclare-0.4.14.tar.gz" } ], "0.4.2": [ { "comment_text": "", "digests": { "md5": "08aa7ff4e45fdb51fc78f1f31a01634e", "sha256": "538a288e85dafee09c41574186d477d3694833c570c4f4f5cb778267a42adb63" }, "downloads": -1, "filename": "argdeclare-0.4.2-py2.7.egg", "has_sig": false, "md5_digest": "08aa7ff4e45fdb51fc78f1f31a01634e", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 3946, "upload_time": "2012-11-21T00:47:54", "url": "https://files.pythonhosted.org/packages/26/38/e64dbcfc209b0d36c5ae9833998aac3f18e0859a27efa81eb5d378b8ad79/argdeclare-0.4.2-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "1d7a1915b7ef3c8302b176dce6978fc1", "sha256": "0653e5d7a17491c543dc375ae3acb30e33c15d1e276902d2b3e032cf60353e22" }, "downloads": -1, "filename": "argdeclare-0.4.2.tar.gz", "has_sig": false, "md5_digest": "1d7a1915b7ef3c8302b176dce6978fc1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2006, "upload_time": "2012-11-21T00:47:53", "url": "https://files.pythonhosted.org/packages/a6/aa/9c716e8353ae2cba78215f773e7ad4bdbbc9e9ef46c472ad15658a06887f/argdeclare-0.4.2.tar.gz" } ], "0.4.3": [ { "comment_text": "", "digests": { "md5": "2b079b3cddf846c6bdbe2738a0852035", "sha256": "1412821c937e9980bc3bae6e77d60a69ddfa5afe0650325fcb4847250cfde366" }, "downloads": -1, "filename": "argdeclare-0.4.3-py2.7.egg", "has_sig": false, "md5_digest": "2b079b3cddf846c6bdbe2738a0852035", "packagetype": "bdist_egg", "python_version": "2.7", "requires_python": null, "size": 3964, "upload_time": "2012-11-21T01:08:11", "url": "https://files.pythonhosted.org/packages/a2/fa/d01311f718ed313a2cbc9243dd4fade3938602323c0cebf061f519ef548c/argdeclare-0.4.3-py2.7.egg" }, { "comment_text": "", "digests": { "md5": "a5c5b636ae50c660e03421637915fce7", "sha256": "8384ebffdf945cc0bf2df728f3b3dc0eacf25d536f89f82b6a925d067f52790f" }, "downloads": -1, "filename": "argdeclare-0.4.3.tar.gz", "has_sig": false, "md5_digest": "a5c5b636ae50c660e03421637915fce7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2011, "upload_time": "2012-11-21T01:08:11", "url": "https://files.pythonhosted.org/packages/a5/5e/da1ab3c73c54952f3e53ad87d65d291ca8a477f1a12907d36ce3d03f22ae/argdeclare-0.4.3.tar.gz" } ], "0.4.6": [ { "comment_text": "", "digests": { "md5": "7419c5f8b1731b55adb9cb82b5ffe985", "sha256": "be329ae428689c815d47f893c400080bbff781c3f4fcbe0fda797f54bfd4b374" }, "downloads": -1, "filename": "argdeclare-0.4.6.tar.gz", "has_sig": false, "md5_digest": "7419c5f8b1731b55adb9cb82b5ffe985", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1999, "upload_time": "2013-04-11T14:41:28", "url": "https://files.pythonhosted.org/packages/41/16/886aff271a0a87afc35b9c6e4cf1d49a3deff876f500dd423f8960b3d1e0/argdeclare-0.4.6.tar.gz" } ], "0.4.7": [ { "comment_text": "", "digests": { "md5": "5717952311f0d3ed78f3221c0f8f5126", "sha256": "644323f7d573bfa9433cb4c1e16c80e4778ae343b338e16fcd49cc6c1dc9d829" }, "downloads": -1, "filename": "argdeclare-0.4.7.tar.gz", "has_sig": false, "md5_digest": "5717952311f0d3ed78f3221c0f8f5126", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1998, "upload_time": "2013-07-16T20:14:08", "url": "https://files.pythonhosted.org/packages/93/22/37404c08df7be4f041dd8ee254f15f075a0d5ee89ff3a78f198b01739623/argdeclare-0.4.7.tar.gz" } ], "0.4.8": [ { "comment_text": "", "digests": { "md5": "84e1f574067f192880fc56b7e907c1eb", "sha256": "71d9793bfc0c794d727d5f5c2e562809f8ed072d57e78620b3c21382957f44c3" }, "downloads": -1, "filename": "argdeclare-0.4.8.tar.gz", "has_sig": false, "md5_digest": "84e1f574067f192880fc56b7e907c1eb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3424, "upload_time": "2013-07-28T19:18:54", "url": "https://files.pythonhosted.org/packages/e0/65/c0a1a5901d7e8344a711030d32cfd74de0dbb2115bc1db7c630bcae47123/argdeclare-0.4.8.tar.gz" } ], "0.4.9": [ { "comment_text": "", "digests": { "md5": "e21fa29c3df59526d895e993d70bd540", "sha256": "d5104301d6e87479cd21542bceabebafee702c00424a06b4815886f8369d4ac5" }, "downloads": -1, "filename": "argdeclare-0.4.9.tar.gz", "has_sig": false, "md5_digest": "e21fa29c3df59526d895e993d70bd540", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3497, "upload_time": "2013-07-28T19:25:04", "url": "https://files.pythonhosted.org/packages/de/ec/1bd0775fdda451a16d9db1ff88c954c80c166014b64eebbc9b1b139accf4/argdeclare-0.4.9.tar.gz" } ], "0.5.0": [ { "comment_text": "", "digests": { "md5": "bd4074f382c2683b3013cf747b07d1a5", "sha256": "11d164db2f2dee7274a83321b246676aa7bc2bbd8b656f091b04ac4a3b1b3b75" }, "downloads": -1, "filename": "argdeclare-0.5.0.tar.gz", "has_sig": false, "md5_digest": "bd4074f382c2683b3013cf747b07d1a5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1962, "upload_time": "2013-03-20T21:41:21", "url": "https://files.pythonhosted.org/packages/15/a2/e215d980fb218ab254c888733a74d79bf9d17e9b2382149e1525c77463b0/argdeclare-0.5.0.tar.gz" } ], "0.5.1": [ { "comment_text": "", "digests": { "md5": "49212a2fccdacc9feef655c1918b197e", "sha256": "5d71398c0c5f4ec25f9d7eecaf75d265b30301d54d56bcd112c8c396206d03af" }, "downloads": -1, "filename": "argdeclare-0.5.1.tar.gz", "has_sig": false, "md5_digest": "49212a2fccdacc9feef655c1918b197e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2008, "upload_time": "2013-03-20T21:50:00", "url": "https://files.pythonhosted.org/packages/db/3b/d3ed5b097d7c43791ffdd1e99bda9eaf17ccf980153230e1627fdc4d83e0/argdeclare-0.5.1.tar.gz" } ], "0.5.2": [ { "comment_text": "", "digests": { "md5": "f4dcb1b19cfeda305e2c0f2bef1456a9", "sha256": "433bf11994d59d9709be901fdee65fa0462a52ade9c46c03411918abf713e6af" }, "downloads": -1, "filename": "argdeclare-0.5.2.tar.gz", "has_sig": false, "md5_digest": "f4dcb1b19cfeda305e2c0f2bef1456a9", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2006, "upload_time": "2013-03-20T23:04:01", "url": "https://files.pythonhosted.org/packages/b3/7a/4d1be0ed6de1165b7b68f5bdf88339dca94ba0ce40be14b4dffb2b2a96f5/argdeclare-0.5.2.tar.gz" } ], "0.5.3": [ { "comment_text": "", "digests": { "md5": "5ec4e436225afcf9d26746e7aee52d51", "sha256": "c90e03f5d01a27e46463b23b867ab35137bf1e8f58ab50a7f2b8d856058769cd" }, "downloads": -1, "filename": "argdeclare-0.5.3.tar.gz", "has_sig": false, "md5_digest": "5ec4e436225afcf9d26746e7aee52d51", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1965, "upload_time": "2013-03-20T23:06:01", "url": "https://files.pythonhosted.org/packages/d2/86/18255f355f32efb946706fb267ca6117dff8172e66109e4c965abdd1ac15/argdeclare-0.5.3.tar.gz" } ], "0.5.4": [ { "comment_text": "", "digests": { "md5": "1440f8abad7f233f1872dcc9fc431f1e", "sha256": "ed8aabe78ed475be9974576d19337042fa0b53fb8c28e712ab5a83269064f0aa" }, "downloads": -1, "filename": "argdeclare-0.5.4.tar.gz", "has_sig": false, "md5_digest": "1440f8abad7f233f1872dcc9fc431f1e", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1969, "upload_time": "2013-03-20T23:32:50", "url": "https://files.pythonhosted.org/packages/2f/c7/b2fc9771719ce602349ff7de3ccfe18a462ddc703ac3ab9bb418dc5922b1/argdeclare-0.5.4.tar.gz" } ], "0.5.5": [ { "comment_text": "", "digests": { "md5": "cc5f64bcf483f76dc3c4f747befea226", "sha256": "2e5617f1c13e4284daf9205f530bf31e2cb5e0881319c036e4da1492bcf514f3" }, "downloads": -1, "filename": "argdeclare-0.5.5.tar.gz", "has_sig": false, "md5_digest": "cc5f64bcf483f76dc3c4f747befea226", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3173, "upload_time": "2013-07-31T16:52:22", "url": "https://files.pythonhosted.org/packages/f9/62/3d04a2eb8804c9efc5231965677391351170301fd8bb5bb520c1f4fd4967/argdeclare-0.5.5.tar.gz" } ], "0.5.6": [ { "comment_text": "", "digests": { "md5": "5477ec57bfe3206480e034feb2feff21", "sha256": "63fe30070f4aedff832801c42f9e00ea199df3509309a0ac79aa731df73a7ea2" }, "downloads": -1, "filename": "argdeclare-0.5.6.tar.gz", "has_sig": false, "md5_digest": "5477ec57bfe3206480e034feb2feff21", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3420, "upload_time": "2013-07-31T16:53:10", "url": "https://files.pythonhosted.org/packages/49/5e/0cb3c7b9da9824999c8042506d28ca4027f268806e9f983fd225b62a8faf/argdeclare-0.5.6.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "5477ec57bfe3206480e034feb2feff21", "sha256": "63fe30070f4aedff832801c42f9e00ea199df3509309a0ac79aa731df73a7ea2" }, "downloads": -1, "filename": "argdeclare-0.5.6.tar.gz", "has_sig": false, "md5_digest": "5477ec57bfe3206480e034feb2feff21", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3420, "upload_time": "2013-07-31T16:53:10", "url": "https://files.pythonhosted.org/packages/49/5e/0cb3c7b9da9824999c8042506d28ca4027f268806e9f983fd225b62a8faf/argdeclare-0.5.6.tar.gz" } ] }