{ "info": { "author": "Ben Friedland", "author_email": "ben174@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "profanity\r\n=========\r\n\r\nA Python library to check for (and clean) profanity in strings.\r\n\r\n##Installation\r\n pip install profanity\r\n\r\n\r\n##Usage\r\n from profanity import profanity\r\n profanity.contains_profanity(\"You smell like shit.\")\r\n Out: True\r\n\r\n profanity.censor(\"You smell like shit.\")\r\n Out: 'You smell like !@#$.'\r\n\r\n## Features\r\n\r\n* Load your own wordlist, or use the bundled one.\r\n* Censors words using standard censor characters (!@#$%), or load your own\r\ncensor characters.\r\n* Uses a pool of censor characters to create a more natural censor string.\r\n* Censors all instances of a given word with the same censor string - for\r\neasy correlation.\r\n\r\n### I love Forks, Pull Requests, and Bugs!\r\n\r\nI wrote this to satisfy my needs. Please feel free to contribute if you have\r\nother needs that you think others would benefit from!\r\n\r\nFeel free to contact me: http://www.bugben.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/ben174/profanity", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "profanity", "package_url": "https://pypi.org/project/profanity/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/profanity/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/ben174/profanity" }, "release_url": "https://pypi.org/project/profanity/1.1/", "requires_dist": null, "requires_python": null, "summary": "A Python library to check for (and clean) profanity in strings", "version": "1.1" }, "last_serial": 934199, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "7d83b1479afac6a6d46b3e634da409f3", "sha256": "94aca8a72608e171142945c8b314f4a38f2416247c5697690f85ee7c144ed6b9" }, "downloads": -1, "filename": "profanity-1.0.macosx-10.9-intel.exe", "has_sig": false, "md5_digest": "7d83b1479afac6a6d46b3e634da409f3", "packagetype": "bdist_wininst", "python_version": "any", "requires_python": null, "size": 63489, "upload_time": "2013-11-27T21:32:34", "url": "https://files.pythonhosted.org/packages/97/fe/28d6e8267cff96fcba478c16d5f5f0e192ae25b1a99eba1ec0eb4ae557b7/profanity-1.0.macosx-10.9-intel.exe" }, { "comment_text": "", "digests": { "md5": "2ddce042d41e87a180137c61fd9f9853", "sha256": "ada725b3d3cf98cf5e3857d279a72535fbbe4c2c1fd1065e7068675ef9e55bf8" }, "downloads": -1, "filename": "profanity-1.0.tar.gz", "has_sig": false, "md5_digest": "2ddce042d41e87a180137c61fd9f9853", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1414, "upload_time": "2013-11-27T21:32:31", "url": "https://files.pythonhosted.org/packages/3b/5a/ddbdfb08a6ed040792c8fe7289fc223cbd074503ad396b63ca277251d321/profanity-1.0.tar.gz" } ], "1.1": [ { "comment_text": "", "digests": { "md5": "53446ea365db362cc99c86dade2cadcc", "sha256": "384d7a9d59567ec64196705838f79fdc64da943e52b2b33fe6d66fb0a417a951" }, "downloads": -1, "filename": "profanity-1.1.tar.gz", "has_sig": false, "md5_digest": "53446ea365db362cc99c86dade2cadcc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3198, "upload_time": "2013-12-02T22:05:31", "url": "https://files.pythonhosted.org/packages/f6/b4/07d53456462e26eee50abcae787c9380c01731ccc0b6c96233770e546989/profanity-1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "53446ea365db362cc99c86dade2cadcc", "sha256": "384d7a9d59567ec64196705838f79fdc64da943e52b2b33fe6d66fb0a417a951" }, "downloads": -1, "filename": "profanity-1.1.tar.gz", "has_sig": false, "md5_digest": "53446ea365db362cc99c86dade2cadcc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3198, "upload_time": "2013-12-02T22:05:31", "url": "https://files.pythonhosted.org/packages/f6/b4/07d53456462e26eee50abcae787c9380c01731ccc0b6c96233770e546989/profanity-1.1.tar.gz" } ] }