{ "info": { "author": "Malea Grubb", "author_email": "maleangrubb@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "rere: regex redone\n------------------\n\n from rere import *\n\n money_regex = Exactly('$') + Digit*2 + (Exactly('.') + Digit*2).zero_or_one\n\n regex.match('$23.95') # ==> True\n\nIsn't this better than `regex.compile('\\\\$\\\\d\\\\d(\\\\.\\\\d\\\\d)?')`?", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://www.maleagrubb.com/rere", "keywords": null, "license": "Apache 2", "maintainer": null, "maintainer_email": null, "name": "rere", "package_url": "https://pypi.org/project/rere/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/rere/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://www.maleagrubb.com/rere" }, "release_url": "https://pypi.org/project/rere/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "regex redone", "version": "0.1.0" }, "last_serial": 1291349, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "31f1714aecc94c9a30ad574281459469", "sha256": "f2deb0c6ef7d3b539c94bdceed8b2f1d292a5ac6420e26cb77d3a8e947417cde" }, "downloads": -1, "filename": "rere-0.1.0.tar.gz", "has_sig": false, "md5_digest": "31f1714aecc94c9a30ad574281459469", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1617, "upload_time": "2014-11-01T21:33:54", "url": "https://files.pythonhosted.org/packages/1d/52/193011bf39bc7dccf3ca02db6aa7474f389044d7b1a0cafb039cc34933a6/rere-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "31f1714aecc94c9a30ad574281459469", "sha256": "f2deb0c6ef7d3b539c94bdceed8b2f1d292a5ac6420e26cb77d3a8e947417cde" }, "downloads": -1, "filename": "rere-0.1.0.tar.gz", "has_sig": false, "md5_digest": "31f1714aecc94c9a30ad574281459469", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1617, "upload_time": "2014-11-01T21:33:54", "url": "https://files.pythonhosted.org/packages/1d/52/193011bf39bc7dccf3ca02db6aa7474f389044d7b1a0cafb039cc34933a6/rere-0.1.0.tar.gz" } ] }