{ "info": { "author": "David Crompton", "author_email": "davidallancrompton@outlook.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Topic :: Software Development :: Build Tools" ], "description": "ProfanityBlocker is a rules engine that is able to identify and block words and phrases that have been identified as containing Profane Language.\n\nPricing information for ProfanityBlocker can be found at: https://www.profanity-blocker.co.uk/#pricing\n\nWe have designed our Python implementation to be simple to use. Meaning that sending a request to our service to process only takes three lines of code!\n\n import ProfanityBlocker\n\n Service = ProfanityBlocker.ProfanityService(LicenceKey,EmailFilter=False, LinkFilter=False,PhoneFilter=False)\n\n print(Service.ParseText(\"Test\"))\n\nProfanityBlocker has a range of filters that you can enable in your requests, as seen above, you can enable filtering out; E-Mail addresses, Web Links as well as Phone Numbers!", "description_content_type": "", "docs_url": null, "download_url": "https://github.com/voarsh/ProfanityBlocker-Python-Implementation/archive/master.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/voarsh/ProfanityBlocker-Python-Implementation", "keywords": "Profanity Blocker,Profanity,Word Filter,Filter", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "ProfanityBlocker", "package_url": "https://pypi.org/project/ProfanityBlocker/", "platform": "", "project_url": "https://pypi.org/project/ProfanityBlocker/", "project_urls": { "Download": "https://github.com/voarsh/ProfanityBlocker-Python-Implementation/archive/master.tar.gz", "Homepage": "https://github.com/voarsh/ProfanityBlocker-Python-Implementation" }, "release_url": "https://pypi.org/project/ProfanityBlocker/0.1.3/", "requires_dist": null, "requires_python": "", "summary": "A Python Intergration For The Profanity Blocker API", "version": "0.1.3" }, "last_serial": 5920186, "releases": { "0.1.3": [ { "comment_text": "", "digests": { "md5": "00fa9fcb8834e8c662f923f36c5a0a79", "sha256": "3d6dad38e3ab236d35b3d783700e9631b076c7c62ea3a927093f58222a0415a0" }, "downloads": -1, "filename": "ProfanityBlocker-0.1.3.tar.gz", "has_sig": false, "md5_digest": "00fa9fcb8834e8c662f923f36c5a0a79", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2309, "upload_time": "2019-10-02T19:39:07", "url": "https://files.pythonhosted.org/packages/a4/84/accbc2ca5dbdb138c6a5f3ec11a24272abcadde2f00ea91fffad977a815f/ProfanityBlocker-0.1.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "00fa9fcb8834e8c662f923f36c5a0a79", "sha256": "3d6dad38e3ab236d35b3d783700e9631b076c7c62ea3a927093f58222a0415a0" }, "downloads": -1, "filename": "ProfanityBlocker-0.1.3.tar.gz", "has_sig": false, "md5_digest": "00fa9fcb8834e8c662f923f36c5a0a79", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2309, "upload_time": "2019-10-02T19:39:07", "url": "https://files.pythonhosted.org/packages/a4/84/accbc2ca5dbdb138c6a5f3ec11a24272abcadde2f00ea91fffad977a815f/ProfanityBlocker-0.1.3.tar.gz" } ] }