{ "info": { "author": "Zakaria Elkatani", "author_email": "zelkatani@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7" ], "description": "swot\n----\n\nIf you have a product or service and offer **academic discounts**,\nthere's a good chance there's some manual component to the approval\nprocess. Perhaps ``.edu`` email addresses are automatically approved\nbecause, for the most part at least, they're associated with American\npost-secondary educational institutions. Perhaps ``.ac.uk`` email\naddresses are automatically approved because they're guaranteed to\nbelong to British universities and colleges. Unfortunately, not every\ncountry has an education-specific TLD (Top Level Domain) and plenty of\nschools use ``.com`` or ``.net``.\n\nSwot is a community-driven or crowdsourced library for verifying that\ndomain names and email addresses are tied to a legitimate university of\ncollege - more specifically, an academic institution providing higher\neducation in tertiary, quaternary or any other kind of post-secondary\neducation in any country in the world.\n\nInstallation\n------------\n\nInstall swot with pip::\n\n pip install swot\n\nUsage\n-----\n::\n\n >>> import swot\n\n >>> swot.is_academic(\"student@rutgers.edu\") \n True\n >>> swot.is_academic(\"coolboy1998@hotmail.com\") \n False\n\n # Url's work as well\n >>> swot.is_academic(\"https://www.brown.edu\")\n True\n >>> swot.is_academic(\"http://web.mit.edu:8080\") \n True\n\n # We can also get school names\n >>> swot.get_school_name(\"ze@cornell.edu\") \n [\"Cornell University\"] \n >>> swot.get_school_name(\"harvard.edu\") \n [\"Harvard University\"]\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/ze/swot", "keywords": "swot email academic university college verification identification", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "swot", "package_url": "https://pypi.org/project/swot/", "platform": "", "project_url": "https://pypi.org/project/swot/", "project_urls": { "Homepage": "http://github.com/ze/swot" }, "release_url": "https://pypi.org/project/swot/1.0.1/", "requires_dist": null, "requires_python": ">=3.6", "summary": "Swot is a community-driven or crowdsourced library for verifying that domain names and email addresses are tied to a legitimate university of college.", "version": "1.0.1" }, "last_serial": 3804039, "releases": { "1.0.1": [ { "comment_text": "", "digests": { "md5": "c0dffa6c4c3efc13df259ed4668149a9", "sha256": "e17b65be467f23d487fdce1fbe10b56a7b80cd85ae568a516c90aaed5052e43c" }, "downloads": -1, "filename": "swot-1.0.1.linux-x86_64.tar.gz", "has_sig": false, "md5_digest": "c0dffa6c4c3efc13df259ed4668149a9", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 267357, "upload_time": "2018-04-24T18:47:14", "url": "https://files.pythonhosted.org/packages/95/38/57d955aa8d2d22c6cf44aebb0cc509ad597b802c049b082471e64cfa5ff8/swot-1.0.1.linux-x86_64.tar.gz" }, { "comment_text": "", "digests": { "md5": "f58f98c06c5924e2080dbe38cd822ce9", "sha256": "7e6fc8dc5377160606f240b3b835a0381cac16430f50963cb8a348b662d16735" }, "downloads": -1, "filename": "swot-1.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "f58f98c06c5924e2080dbe38cd822ce9", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 1965899, "upload_time": "2018-04-24T18:47:11", "url": "https://files.pythonhosted.org/packages/8b/9b/f22710c3570c0bbe2f8df12bd13279f3a2264507980a31d9d5c0ab57ef97/swot-1.0.1-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "c0dffa6c4c3efc13df259ed4668149a9", "sha256": "e17b65be467f23d487fdce1fbe10b56a7b80cd85ae568a516c90aaed5052e43c" }, "downloads": -1, "filename": "swot-1.0.1.linux-x86_64.tar.gz", "has_sig": false, "md5_digest": "c0dffa6c4c3efc13df259ed4668149a9", "packagetype": "sdist", "python_version": "source", "requires_python": ">=3.6", "size": 267357, "upload_time": "2018-04-24T18:47:14", "url": "https://files.pythonhosted.org/packages/95/38/57d955aa8d2d22c6cf44aebb0cc509ad597b802c049b082471e64cfa5ff8/swot-1.0.1.linux-x86_64.tar.gz" }, { "comment_text": "", "digests": { "md5": "f58f98c06c5924e2080dbe38cd822ce9", "sha256": "7e6fc8dc5377160606f240b3b835a0381cac16430f50963cb8a348b662d16735" }, "downloads": -1, "filename": "swot-1.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "f58f98c06c5924e2080dbe38cd822ce9", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": ">=3.6", "size": 1965899, "upload_time": "2018-04-24T18:47:11", "url": "https://files.pythonhosted.org/packages/8b/9b/f22710c3570c0bbe2f8df12bd13279f3a2264507980a31d9d5c0ab57ef97/swot-1.0.1-py3-none-any.whl" } ] }