{ "info": { "author": "Krister Hedfors", "author_email": "krister.hedfors+inrex@gmail.com", "bugtrack_url": null, "classifiers": [ "Topic :: Utilities" ], "description": "from inrex import match, search, split, findall, finditer\r\n\r\nif 'asd 123' |match| r'(\\w+) (\\d+)':\r\n print 'word is', match[0]\r\n print 'digit is', match[1]\r\n\r\nif 'asd 123' |match| r'(?P\\w+) (?P\\d+)':\r\n print 'word is', match['word']\r\n print 'digit is', match['digit']\r\n\r\nprint 'asd 123 qwe 456' |findall| r'\\d+'\r\nprint 'asd 123 qwe 456' |split| r'\\d+'\r\nprint 'asd 123 qwe 456' |split(maxsplit=1)| r'\\d+'", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": "regexp regular expressions infix operations operators", "license": "Free software", "maintainer": "Krister Hedfors", "maintainer_email": "krister.hedfors+inrex@gmail.com", "name": "inrex", "package_url": "https://pypi.org/project/inrex/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/inrex/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/inrex/1.1.1/", "requires_dist": null, "requires_python": null, "summary": "Regular expressions as infix operations", "version": "1.1.1" }, "last_serial": 793376, "releases": { "1.0.5": [ { "comment_text": "", "digests": { "md5": "0cbd1bf9faf0d35be8cc92bf55e341b3", "sha256": "63afb2f9962cc780fd3cc5469b1db1af76a23151fb23ada90c372f58e639bbfa" }, "downloads": -1, "filename": "inrex-1.0.5.tar.gz", "has_sig": false, "md5_digest": "0cbd1bf9faf0d35be8cc92bf55e341b3", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1756, "upload_time": "2010-03-26T18:45:00", "url": "https://files.pythonhosted.org/packages/09/17/5518fd92409c6862744124241b9be68b9f503246678870b19de635508bf5/inrex-1.0.5.tar.gz" } ], "1.1.0": [ { "comment_text": "", "digests": { "md5": "b6f1247923e8b7d4afe4e77a22a2be55", "sha256": "e4b46f3a7a92481240ecc02a8e1b5bc7dd7079fe6c93a68a0b551ffc51bf4009" }, "downloads": -1, "filename": "inrex-1.1.0.tar.gz", "has_sig": false, "md5_digest": "b6f1247923e8b7d4afe4e77a22a2be55", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2296, "upload_time": "2010-03-27T03:11:35", "url": "https://files.pythonhosted.org/packages/72/05/8ef0ff91d48f3e91aad339b1439f02693c43ad2a152a560103f8e6eb3225/inrex-1.1.0.tar.gz" } ], "1.1.1": [ { "comment_text": "", "digests": { "md5": "04bae262e8ef6b5c6ef97cd29900db66", "sha256": "c2f955ee175b7103d8162f89a89dcfff6213c5d90b10ada25c93ab3b6de1838b" }, "downloads": -1, "filename": "inrex-1.1.1.tar.gz", "has_sig": false, "md5_digest": "04bae262e8ef6b5c6ef97cd29900db66", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2687, "upload_time": "2010-03-29T00:53:39", "url": "https://files.pythonhosted.org/packages/0e/e3/1208aaa54f622ca637b090ac5d64459f6a37ad0fa46fa78f0f5785922848/inrex-1.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "04bae262e8ef6b5c6ef97cd29900db66", "sha256": "c2f955ee175b7103d8162f89a89dcfff6213c5d90b10ada25c93ab3b6de1838b" }, "downloads": -1, "filename": "inrex-1.1.1.tar.gz", "has_sig": false, "md5_digest": "04bae262e8ef6b5c6ef97cd29900db66", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2687, "upload_time": "2010-03-29T00:53:39", "url": "https://files.pythonhosted.org/packages/0e/e3/1208aaa54f622ca637b090ac5d64459f6a37ad0fa46fa78f0f5785922848/inrex-1.1.1.tar.gz" } ] }