tlds


Nametlds JSON
Version 2023052200 PyPI version JSON
download
home_pagehttps://github.com/kichik/tlds
SummaryAutomatically updated list of valid TLDs taken directly from IANA
upload_time2023-05-23 23:59:50
maintainer
docs_urlNone
authorAmir Szekely
requires_python
licenseMIT
keywords tld
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            ###################################################
Automatically updated list of valid TLDs for Python
###################################################

The `tlds` module provides a a set of valid TLDs directly taken from IANA_. The package is automatically updated daily.

Available on PyPI_.

.. _IANA: http://data.iana.org/TLD/tlds-alpha-by-domain.txt
.. _PyPI: https://pypi.org/pypi/tlds/

.. image:: https://github.com/kichik/tlds/workflows/tlds%20build/badge.svg
   :alt: Build status
   :target: https://github.com/kichik/tlds/actions

.. image:: https://img.shields.io/pypi/v/tlds?logo=pypi
   :alt: PyPI
   :target: https://pypi.org/pypi/tlds/

.. image:: https://img.shields.io/pypi/dm/tlds?color=red
   :alt: PyPI - Downloads
   :target: https://pypi.org/pypi/tlds/

Usage
-----

  >>> from tlds import tld_set
  >>> 'com' in tld_set
  True
  >>> 'foobar' in tld_set
  False
  >>> 'pizza' in tld_set
  True
  >>>

            

Raw data

            {
    "_id": null,
    "home_page": "https://github.com/kichik/tlds",
    "name": "tlds",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "tld",
    "author": "Amir Szekely",
    "author_email": "kichik@gmail.com",
    "download_url": "https://files.pythonhosted.org/packages/13/6b/98df7a6fed9905b9404b18861cc6a4e768811c7063547dc14c64173698c4/tlds-2023052200.tar.gz",
    "platform": null,
    "description": "###################################################\nAutomatically updated list of valid TLDs for Python\n###################################################\n\nThe `tlds` module provides a a set of valid TLDs directly taken from IANA_. The package is automatically updated daily.\n\nAvailable on PyPI_.\n\n.. _IANA: http://data.iana.org/TLD/tlds-alpha-by-domain.txt\n.. _PyPI: https://pypi.org/pypi/tlds/\n\n.. image:: https://github.com/kichik/tlds/workflows/tlds%20build/badge.svg\n   :alt: Build status\n   :target: https://github.com/kichik/tlds/actions\n\n.. image:: https://img.shields.io/pypi/v/tlds?logo=pypi\n   :alt: PyPI\n   :target: https://pypi.org/pypi/tlds/\n\n.. image:: https://img.shields.io/pypi/dm/tlds?color=red\n   :alt: PyPI - Downloads\n   :target: https://pypi.org/pypi/tlds/\n\nUsage\n-----\n\n  >>> from tlds import tld_set\n  >>> 'com' in tld_set\n  True\n  >>> 'foobar' in tld_set\n  False\n  >>> 'pizza' in tld_set\n  True\n  >>>\n",
    "bugtrack_url": null,
    "license": "MIT",
    "summary": "Automatically updated list of valid TLDs taken directly from IANA",
    "version": "2023052200",
    "project_urls": {
        "Homepage": "https://github.com/kichik/tlds"
    },
    "split_keywords": [
        "tld"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "569044bb86b94cfaf58b80642258c034233a885a915bdfc6d08432c6f88fecef",
                "md5": "d595f4cb1bf58d0dd35c33fe9502a55c",
                "sha256": "966e23eb6405ef83b1a3642a5181efd16f62ae0b2ec4a5621eea8060be242c9c"
            },
            "downloads": -1,
            "filename": "tlds-2023052200-py2.py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "d595f4cb1bf58d0dd35c33fe9502a55c",
            "packagetype": "bdist_wheel",
            "python_version": "py2.py3",
            "requires_python": null,
            "size": 8176,
            "upload_time": "2023-05-23T23:59:45",
            "upload_time_iso_8601": "2023-05-23T23:59:45.732857Z",
            "url": "https://files.pythonhosted.org/packages/56/90/44bb86b94cfaf58b80642258c034233a885a915bdfc6d08432c6f88fecef/tlds-2023052200-py2.py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "136b98df7a6fed9905b9404b18861cc6a4e768811c7063547dc14c64173698c4",
                "md5": "2c317bbf8920524e1ae6a31b9ae6878d",
                "sha256": "a3f27d4b13ec204fd21746ac8f1646e7c25a6061d2f42c3d7451d38e1e2a6cc3"
            },
            "downloads": -1,
            "filename": "tlds-2023052200.tar.gz",
            "has_sig": false,
            "md5_digest": "2c317bbf8920524e1ae6a31b9ae6878d",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 7861,
            "upload_time": "2023-05-23T23:59:50",
            "upload_time_iso_8601": "2023-05-23T23:59:50.592271Z",
            "url": "https://files.pythonhosted.org/packages/13/6b/98df7a6fed9905b9404b18861cc6a4e768811c7063547dc14c64173698c4/tlds-2023052200.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-05-23 23:59:50",
    "github": true,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "github_user": "kichik",
    "github_project": "tlds",
    "travis_ci": false,
    "coveralls": false,
    "github_actions": true,
    "lcname": "tlds"
}
        
Elapsed time: 0.10509s