{ "info": { "author": "Eric Sammons", "author_email": "elsammons@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "A simple parser that will separate a string of would be arguments in the form of key:value\nwhere key and value are strings separated by a colon. This should work for any number of pairs.\n\nExample:\n\n$ example.py key1:value1 key2:value2 key3:this is value3\n\nWould result in a dictionary of:\n\nd { 'key1' : 'value1'\n 'key2' : 'value2'\n 'value3 : 'this is value3'\n }", "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/elsammons/parseoncolon/overview", "keywords": "parse,strings,colon", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "parseoncolon", "package_url": "https://pypi.org/project/parseoncolon/", "platform": "linux,osx,win32", "project_url": "https://pypi.org/project/parseoncolon/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://bitbucket.org/elsammons/parseoncolon/overview" }, "release_url": "https://pypi.org/project/parseoncolon/0.09/", "requires_dist": null, "requires_python": null, "summary": "Simple parser of a strings where would keys and values are separated by a colon(:)", "version": "0.09" }, "last_serial": 2158632, "releases": { "0.04": [], "0.05": [ { "comment_text": "", "digests": { "md5": "3aea96a03e6c17826e74ba088f52b483", "sha256": "c2304cf017d25b4dbb27a3ba474621389579fd849600ef696ce43d49da7bf663" }, "downloads": -1, "filename": "parseoncolon-0.05.tar.gz", "has_sig": false, "md5_digest": "3aea96a03e6c17826e74ba088f52b483", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1106, "upload_time": "2016-06-09T01:15:28", "url": "https://files.pythonhosted.org/packages/07/59/abff362c2314b4aa8dbaee40eef5ba13e07936e3d08a105e6598fbae5b22/parseoncolon-0.05.tar.gz" } ], "0.08": [ { "comment_text": "", "digests": { "md5": "b579925d38b139860de365379cb4b2ee", "sha256": "dead251e75dfc601a4b026ce5a92ac3bd4b29a216f347c8ab4629a40d885d594" }, "downloads": -1, "filename": "parseoncolon-0.08.tar.gz", "has_sig": false, "md5_digest": "b579925d38b139860de365379cb4b2ee", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1263, "upload_time": "2016-06-09T01:58:24", "url": "https://files.pythonhosted.org/packages/b6/b2/70e743ff0a8b40750114765578b4f0fbd28d2cfdd6e1d95f7a07e31e5bee/parseoncolon-0.08.tar.gz" } ], "0.09": [ { "comment_text": "", "digests": { "md5": "a4c32738b13a510db1bfd9d9e33bb361", "sha256": "fe6d000493871f66535cb77b473b50d154145296cdc0ba69fc8db79eaf92916e" }, "downloads": -1, "filename": "parseoncolon-0.09.tar.gz", "has_sig": false, "md5_digest": "a4c32738b13a510db1bfd9d9e33bb361", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1263, "upload_time": "2016-06-09T13:15:13", "url": "https://files.pythonhosted.org/packages/ce/6b/cc075c2144638b7313e5cf7ea49d66ab96e8e891362c9c0a84dd1582a250/parseoncolon-0.09.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a4c32738b13a510db1bfd9d9e33bb361", "sha256": "fe6d000493871f66535cb77b473b50d154145296cdc0ba69fc8db79eaf92916e" }, "downloads": -1, "filename": "parseoncolon-0.09.tar.gz", "has_sig": false, "md5_digest": "a4c32738b13a510db1bfd9d9e33bb361", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1263, "upload_time": "2016-06-09T13:15:13", "url": "https://files.pythonhosted.org/packages/ce/6b/cc075c2144638b7313e5cf7ea49d66ab96e8e891362c9c0a84dd1582a250/parseoncolon-0.09.tar.gz" } ] }