{ "info": { "author": "Michael Liao", "author_email": "askxuefeng@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 5 - Production/Stable", "Environment :: Web Environment", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Internet", "Topic :: Software Development :: Libraries :: Python Modules" ], "description": "A top-level domain (TLD) is one of the domains at the highest level in the hierarchical Domain Name System of the Internet.[1] The top-level domain names are installed in the root zone of the name space. For all domains in lower levels, it is the last part of the domain name, that is, the last label of a fully qualified domain name. For example, in the domain name www.example.com, the top-level domain is .com (or .COM, as domain names are not case-sensitive). Management of most top-level domains is delegated to responsible organizations by the Internet Corporation for Assigned Names and Numbers (ICANN), which operates the Internet Assigned Numbers Authority (IANA) and is in charge of maintaining the DNS root zone.\n\nhttp://en.wikipedia.org/wiki/Top-level_domain\n\nfrom tld_name import tld_name\n\nprint tld_name('www.work.com')\n\nprint tld_name('zsp.com')\n\nprint tld_name('www.zsp.com')\n\nprint tld_name('www.zsp.edu.cn')", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "UNKNOWN", "keywords": null, "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "tld_name", "package_url": "https://pypi.org/project/tld_name/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/tld_name/", "project_urls": { "Download": "UNKNOWN", "Homepage": "UNKNOWN" }, "release_url": "https://pypi.org/project/tld_name/0.01/", "requires_dist": null, "requires_python": null, "summary": "Top-level domain ( http://en.wikipedia.org/wiki/Top-level_domain )", "version": "0.01" }, "last_serial": 800763, "releases": { "0.01": [ { "comment_text": "", "digests": { "md5": "bc7b474c73179eab87390d25d7b7d07d", "sha256": "317c7a0b9ff6639613f28c1e8b8a4344b165a80d6d3e04909358a2d5d0f81d91" }, "downloads": -1, "filename": "tld_name-0.01.tar.gz", "has_sig": false, "md5_digest": "bc7b474c73179eab87390d25d7b7d07d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2427, "upload_time": "2013-02-23T15:35:40", "url": "https://files.pythonhosted.org/packages/2d/28/2e5de11987ff2203b954d50d22e7add2f01ff429769787ed5a93c957de21/tld_name-0.01.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "bc7b474c73179eab87390d25d7b7d07d", "sha256": "317c7a0b9ff6639613f28c1e8b8a4344b165a80d6d3e04909358a2d5d0f81d91" }, "downloads": -1, "filename": "tld_name-0.01.tar.gz", "has_sig": false, "md5_digest": "bc7b474c73179eab87390d25d7b7d07d", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2427, "upload_time": "2013-02-23T15:35:40", "url": "https://files.pythonhosted.org/packages/2d/28/2e5de11987ff2203b954d50d22e7add2f01ff429769787ed5a93c957de21/tld_name-0.01.tar.gz" } ] }