{ "info": { "author": "Kevin Samuel", "author_email": "kevin@yeleman.com", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python" ], "description": "Python online regex tester for Python 2.7+\n==========================================\n\nThis is a full featured web based Python_ regexp tester wih:\n\n- all main `re` methods: `re.search`, `re.match`, `re.findall`, `re.sub`, `re.subn`\n- all main regex flags (`re.U`, `re.I`, `re.X`, etc)\n- ajax powered live matching as you type the pattern\n- match coloration\n\nTry the demo_.\n\nSetup\n======\n\nThe clean way::\n\n pip install regextester\n regex_tester\n\nVoila. This should open a browser with the regex tester web page.\n\nIt works as a stand alone app as well::\n\n git clone git://github.com/ksamuel/Python-regex-tester.git regextester\n cd regextester/regex_tester; python regexp_tester.py\n\n\nDependancies\n===================================\n\nNone\n\nIt uses:\n\n- the Bottle_ Python micro framework\n- the `Blueprint CSS`_ framework\n- the jQuery_ javascript framework\n\nBut all of them are already provided, the whole thing being less than 500 ko.\n\nThere is even a stand alone one file version in the static folder. Although it's not the exact same version (the regex is not executed in separate process), it has the same features.\n\nSince the project was initially only for us to use, it's taking advantages of a few advanced CSS selectors and some HTML 5 goodies. Make sure you have an up to date browser.\n\nWhat it lacks\n=============\n\n- some love: design is not the strong point of the product. And a spiner for ajax requests would help.\n- some configuration options: it dont haz it\n- some use: I have no time to find bugs or write tests, so please use and report. I only use it in Firefox and Chrome on Ubuntu 11.10 when programming.\n- some protection: you can make it crash if you enter huge chunks of text or a pattern with agressive lookaheads\n\nI do accept pull requests :-)\n\nLicence\n===========\n\nGPL2.\n\nHonestly, only because that's the first FOSS licence I could find a text copy of when googling.\n\n\n.. _Python: http://www.python.org/\n.. _Bottle: http://bottlepy.org\n.. _JQuery: http://jquery.com/\n.. _Blueprint CSS: http://blueprintcss.org/\n.. _demo: http://ksamuel.pythonanywhere.com/", "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/ksamuel/Python-regex-tester", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "RegexTester", "package_url": "https://pypi.org/project/RegexTester/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/RegexTester/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/ksamuel/Python-regex-tester" }, "release_url": "https://pypi.org/project/RegexTester/0.5/", "requires_dist": null, "requires_python": null, "summary": "Python online regex tester for Python 2.7+", "version": "0.5" }, "last_serial": 785525, "releases": { "0.3": [ { "comment_text": "", "digests": { "md5": "0eecc66fb76943908d5b76d87cd933ee", "sha256": "0b3b98b14f1bc64d8691240d1e83f72c999ba571b102951d02bcf2e5c382180a" }, "downloads": -1, "filename": "RegexTester-0.3.tar.gz", "has_sig": false, "md5_digest": "0eecc66fb76943908d5b76d87cd933ee", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 101126, "upload_time": "2012-02-19T22:01:39", "url": "https://files.pythonhosted.org/packages/44/b1/772d277a4940006f5235d6eff229266bd998563ab844cb05e4c6d62016ed/RegexTester-0.3.tar.gz" } ], "0.5": [ { "comment_text": "", "digests": { "md5": "9e9f0d5ef097164dd0b26a59f6592045", "sha256": "58e92b3dafddf75fd7663d2ac8a96fcb07aa0c6e4faf9cb2c8c546b02ed04f50" }, "downloads": -1, "filename": "RegexTester-0.5.tar.gz", "has_sig": false, "md5_digest": "9e9f0d5ef097164dd0b26a59f6592045", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 105997, "upload_time": "2012-11-29T14:00:34", "url": "https://files.pythonhosted.org/packages/b3/5a/481a92ef5a4e3fc1c3817680a70f7b854427c7450dcf50f2f32929cdcd29/RegexTester-0.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9e9f0d5ef097164dd0b26a59f6592045", "sha256": "58e92b3dafddf75fd7663d2ac8a96fcb07aa0c6e4faf9cb2c8c546b02ed04f50" }, "downloads": -1, "filename": "RegexTester-0.5.tar.gz", "has_sig": false, "md5_digest": "9e9f0d5ef097164dd0b26a59f6592045", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 105997, "upload_time": "2012-11-29T14:00:34", "url": "https://files.pythonhosted.org/packages/b3/5a/481a92ef5a4e3fc1c3817680a70f7b854427c7450dcf50f2f32929cdcd29/RegexTester-0.5.tar.gz" } ] }