Metadata-Version: |
2.1 |
Name: |
idna |
Version: |
3.10 |
Summary: |
Internationalized Domain Names in Applications (IDNA) |
Author-Email: |
Kim Davies <kim+pypi[at]gumleaf.org> |
Project-Url: |
Changelog, https://github.com/kjd/idna/blob/master/HISTORY.rst |
Project-Url: |
Issue tracker, https://github.com/kjd/idna/issues |
Project-Url: |
Source, https://github.com/kjd/idna |
Classifier: |
Development Status :: 5 - Production/Stable |
Classifier: |
Intended Audience :: Developers |
Classifier: |
Intended Audience :: System Administrators |
Classifier: |
License :: OSI Approved :: BSD License |
Classifier: |
Operating System :: OS Independent |
Classifier: |
Programming Language :: Python |
Classifier: |
Programming Language :: Python :: 3 |
Classifier: |
Programming Language :: Python :: 3 :: Only |
Classifier: |
Programming Language :: Python :: 3.6 |
Classifier: |
Programming Language :: Python :: 3.7 |
Classifier: |
Programming Language :: Python :: 3.8 |
Classifier: |
Programming Language :: Python :: 3.9 |
Classifier: |
Programming Language :: Python :: 3.10 |
Classifier: |
Programming Language :: Python :: 3.11 |
Classifier: |
Programming Language :: Python :: 3.12 |
Classifier: |
Programming Language :: Python :: 3.13 |
Classifier: |
Programming Language :: Python :: Implementation :: CPython |
Classifier: |
Programming Language :: Python :: Implementation :: PyPy |
Classifier: |
Topic :: Internet :: Name Service (DNS) |
Classifier: |
Topic :: Software Development :: Libraries :: Python Modules |
Classifier: |
Topic :: Utilities |
Requires-Python: |
>=3.6 |
Requires-Dist: |
ruff (>=0.6.2); extra == "all" |
Requires-Dist: |
mypy (>=1.11.2); extra == "all" |
Requires-Dist: |
pytest (>=8.3.2); extra == "all" |
Requires-Dist: |
flake8 (>=7.1.1); extra == "all" |
Provides-Extra: |
all |
Description-Content-Type: |
text/x-rst |