{"categories":[{"label":"Communications","url":"https://skillfed.io/packages/category/communications"}],"enrichment":{"capability":"Provides a set of valid top-level domains (TLDs) automatically updated daily from IANA, allowing you to check whether a domain suffix is legitimate.","skillfed_tags":["domain-validation","iana-data"],"use_cases":["Validate domain extensions during email or URL parsing to reject fake or misspelled TLDs","Filter domain lists in web scraping or DNS enumeration tools to identify only legitimate domain suffixes","Check whether a user-supplied domain extension is real before attempting registration or DNS lookups","Build domain classification or categorization logic that depends on knowing which TLDs are official","Implement client-side domain validation in web forms to catch obvious TLD typos before submission"],"what_it_does":"tlds is a lightweight Python package that exposes a set of all valid top-level domains sourced directly from IANA's official TLD list. The package is updated automatically every day to reflect any new or modified TLDs. It provides a simple membership-test interface\u2014you import a set called tld_set and check whether a given TLD string belongs to it, making it straightforward to validate domain extensions in applications that need to distinguish real TLDs from invalid ones.\n\nThe package has no runtime dependencies, making it quick to install and integrate. It's classified as Production/Stable and has been maintained since 2018. With a permissive MIT license and active maintenance, it's a practical choice for any application that needs reliable, up-to-date TLD validation without external API calls.","worth_installing":"Yes. The package solves a real problem\u2014reliable TLD validation\u2014with zero dependencies, low friction, active maintenance, and a permissive license. Daily updates ensure the list stays current with IANA. Use it whenever you need to distinguish valid TLDs from invalid ones without calling an external API."},"id":"tlds","links":{"html":"https://skillfed.io/packages/tlds","md":"https://skillfed.io/packages/tlds.md","pypi":"https://pypi.org/project/tlds/"},"maintenance":{"status":"active"},"meta":{"latest_release":"2026-07-26","license_spdx":null,"license_treatment":"permissive","name":"tlds","python_support":"unspecified","summary":"Automatically updated list of valid TLDs taken directly from IANA"},"popularity":{"monthly_downloads":110107,"position":12483,"tier":"top_15000"},"security":{"n_vulnerabilities":0},"version":"2026072401"}
