{ "info": { "author": "Brandon M. Pace", "author_email": "brandonmpace@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "License :: OSI Approved :: GNU Lesser General Public License v3 or later (LGPLv3+)", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# contentmatcher \nA pattern-based content matcher for Python programs \n\n##### Current state: Under development (alpha) \n\n\nIt provides: \n * Match ratios based on amount of pattern that was matched \n * Fast method for first-pass match\n * Allows filtering out patterns that are unlikely to match \n * More thorough matching can be performed with patterns that are more likely to match, reducing time requirements \n\nOriginal use case: \n * matching a list of function names from a backtrace to known patterns \n\nInstallation: \n * pip install contentmatcher \n\nTested for Python >=3.6.5 on Linux (Ubuntu) and Windows 7/10 \n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/brandonmpace/contentmatcher", "keywords": "content pattern matcher", "license": "GNU Lesser General Public License v3 or later", "maintainer": "", "maintainer_email": "", "name": "contentmatcher", "package_url": "https://pypi.org/project/contentmatcher/", "platform": "any", "project_url": "https://pypi.org/project/contentmatcher/", "project_urls": { "Homepage": "https://github.com/brandonmpace/contentmatcher" }, "release_url": "https://pypi.org/project/contentmatcher/0.0.1/", "requires_dist": null, "requires_python": ">=3.6.5", "summary": "A pattern-based content matcher for Python", "version": "0.0.1" }, "last_serial": 5936232, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "490fec7f43cc6279e9264d84609002ed", "sha256": "3a344864d943701d2b30f6184fd8d24614adb8519d854dffea0df444a122051f" }, "downloads": -1, "filename": "contentmatcher-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "490fec7f43cc6279e9264d84609002ed", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6.5", "size": 6841, "upload_time": "2019-10-06T22:35:38", "url": "https://files.pythonhosted.org/packages/88/93/eaefde23214815c83ee8110ff7cf93d4c8e08e5512bde80f6df8e961309b/contentmatcher-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a11ce6a3e4e6dd9b2358db6a976b93e4", "sha256": "62599538fcde39802a37372bfdfb07c40811014db5fac7cf82db235d764df04d" }, "downloads": -1, "filename": "contentmatcher-0.0.1.tar.gz", "has_sig": false, "md5_digest": "a11ce6a3e4e6dd9b2358db6a976b93e4", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6.5", "size": 18599, "upload_time": "2019-10-06T22:35:40", "url": "https://files.pythonhosted.org/packages/96/6d/114f284b73f8f25d4b1ec329ac83f59ec0d5fea2d417a3e9424ca628d5c8/contentmatcher-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "490fec7f43cc6279e9264d84609002ed", "sha256": "3a344864d943701d2b30f6184fd8d24614adb8519d854dffea0df444a122051f" }, "downloads": -1, "filename": "contentmatcher-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "490fec7f43cc6279e9264d84609002ed", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6.5", "size": 6841, "upload_time": "2019-10-06T22:35:38", "url": "https://files.pythonhosted.org/packages/88/93/eaefde23214815c83ee8110ff7cf93d4c8e08e5512bde80f6df8e961309b/contentmatcher-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "a11ce6a3e4e6dd9b2358db6a976b93e4", "sha256": "62599538fcde39802a37372bfdfb07c40811014db5fac7cf82db235d764df04d" }, "downloads": -1, "filename": "contentmatcher-0.0.1.tar.gz", "has_sig": false, "md5_digest": "a11ce6a3e4e6dd9b2358db6a976b93e4", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6.5", "size": 18599, "upload_time": "2019-10-06T22:35:40", "url": "https://files.pythonhosted.org/packages/96/6d/114f284b73f8f25d4b1ec329ac83f59ec0d5fea2d417a3e9424ca628d5c8/contentmatcher-0.0.1.tar.gz" } ] }