{ "info": { "author": "Sachin Philip Mathew", "author_email": "me@imsach.in", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Topic :: Software Development :: Libraries" ], "description": "Beautifier\n------\n\nSimple library to cleanup and prettify url patterns, domains and so on.\nLibrary helps to clean unicodes, special charecters and unnessesary \nredirection patterns from the urls and gives you clean date.\n \n \n## Documentation\n\n### Installation\n\n```bash\npip install beautifier\n```\n\n## Basic Usages\n\n#### Email Function\n\nEMAIL cleanup API's\n\n```python\nfrom beautifier import Email\nemail = Email('me@imsach.in')\n\n>>> email.domain\n'imsach.in'\n\n>>> email.username\n 'me'\n\n>>> email.is_free_email\n False\n``` \n\n#### Url Function\n\nURL cleanup API's\n\n\n```python\nfrom beautifier import Url\nurl = Url('https://in.linkedin.com/in/sachinphilip?authtoken=887nasdadasd6hasdtg21&secret=98jy766yhhuhnjk')\n\n>>> url.cleanup\n'https://in.linkedin.com/in/sachinphilip'\n\n>>> url.domain\n 'in.linkedin.com'\n\n>>> url.param\n ['authtoken': '887nasdadasd6hasdtg21',\n 'secret': '98jy766yhhuhnjk' ]\n``` \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/labtocat/beautifier", "keywords": "", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "beautifier", "package_url": "https://pypi.org/project/beautifier/", "platform": "", "project_url": "https://pypi.org/project/beautifier/", "project_urls": { "Homepage": "https://github.com/labtocat/beautifier" }, "release_url": "https://pypi.org/project/beautifier/0.5.5/", "requires_dist": null, "requires_python": "", "summary": "Cleanup and beautifier emails, urls and patterns", "version": "0.5.5" }, "last_serial": 3980706, "releases": { "0.3.3": [ { "comment_text": "", "digests": { "md5": "d7ea533ad5067db1d2a824c8588372ec", "sha256": "8a9c24ac08c71b905e1bcb3af18b65ff02f7b82c5489700cf9db8a628fc97629" }, "downloads": -1, "filename": "beautifier-0.3.3.tar.gz", "has_sig": false, "md5_digest": "d7ea533ad5067db1d2a824c8588372ec", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 18514, "upload_time": "2016-09-02T12:42:59", "url": "https://files.pythonhosted.org/packages/d7/e1/28963c9d911affaaf95b82261ae6472ae05c2e5655d7957861d2848585dd/beautifier-0.3.3.tar.gz" } ], "0.5.5": [ { "comment_text": "", "digests": { "md5": "d7a6f60ed651cd72f055a807086a923d", "sha256": "03501636627ccad02a1aa98bbeb9d09bfb5900c6bddca5aa8e6e7786de3ab50d" }, "downloads": -1, "filename": "beautifier-0.5.5.tar.gz", "has_sig": false, "md5_digest": "d7a6f60ed651cd72f055a807086a923d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19290, "upload_time": "2018-06-20T09:27:18", "url": "https://files.pythonhosted.org/packages/0a/96/6e4ff20e40ae2c80f5cacca761277606c04cd980fd20067f69b90791276b/beautifier-0.5.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "d7a6f60ed651cd72f055a807086a923d", "sha256": "03501636627ccad02a1aa98bbeb9d09bfb5900c6bddca5aa8e6e7786de3ab50d" }, "downloads": -1, "filename": "beautifier-0.5.5.tar.gz", "has_sig": false, "md5_digest": "d7a6f60ed651cd72f055a807086a923d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 19290, "upload_time": "2018-06-20T09:27:18", "url": "https://files.pythonhosted.org/packages/0a/96/6e4ff20e40ae2c80f5cacca761277606c04cd980fd20067f69b90791276b/beautifier-0.5.5.tar.gz" } ] }