</>PackageGraphPackageGraph

idna

PyPIv3.19

Internationalized Domain Names in Applications (IDNA)

Not recommended for new projects

No — idna should not be adopted for new projects. No license declared — you have no explicit right to use this code.

  • ?Adoption: grade ?, Not reported by this registry.

    No download data reported for this package yet.

  • AMaintenance: grade A, Excellent.

    Last published 23 days ago. 11 releases in the last 2 years.

  • AWeight: grade A, Excellent.

    Zero runtime dependencies, about 67 KB installed.

  • BSupply chain: grade B, Good.

    This package lists no maintainer.

  • FLicense: grade F, Failing.

    No license declared — you have no explicit right to use this code.

Grades are computed deterministically from registry metadata collected by PackageGraph — downloads, dependents, publish dates, the resolved dependency tree, maintainer count, and declared licenses. No third-party scores are used.

Install cost

What you actually take on by adding idna to a project.

0
Direct dependencies

Runtime packages this one declares itself.

0
Total installed

Distinct packages in the full runtime tree, deduplicated the way a package manager would.

67 KB
Install size

Unpacked size of this package plus its entire runtime tree.

Tree depth

Longest resolved dependency chain below this package.

Compatibility

Python
python >=3.9

Quick start

A usage example from the idna README.

>>> import idna
>>> idna.encode('ドメイン.テスト')
b'xn--eckwd4c7c.xn--zckzah'
>>> print(idna.decode('xn--eckwd4c7c.xn--zckzah'))
ドメイン.テスト

Used by

Popular packages that depend on idna.

Relationship graph

Dependencies (left) and dependents (right) of idna.

requestshttpxanyioyarlidna
idna dependencies dependents

Frequently installed together

Release history

9 releases in the last two years, typically about 21 days apart.

Recent versions of idna
VersionPublishedSizeLicense
3.19latest23 days ago67 KB
3.183 months ago64 KB
3.173 months ago64 KB
3.163 months ago72 KB
3.154 months ago71 KB
3.144 months ago70 KB
3.134 months ago67 KB
3.124 months ago67 KB
3.1111 months ago69 KB
3.102 years ago69 KB
3.92 years ago70 KB
3.82 years ago65 KB
3.72 years ago65 KB
3.62 years ago60 KB
3.52 years ago60 KB

Overview

idna is an PyPI package that internationalized Domain Names in Applications (IDNA). It has 4 known dependents in the graph. The latest version is 3.19.

Who should use it

Teams working in the PyPI ecosystem who need internationalized Domain Names in Applications (IDNA) and value a focused solution.

When not to use it

Consider an alternative if you need to or if a more actively-maintained option better fits your PyPI stack.

Pros

  • Zero runtime dependencies — minimal footprint.

Cons

  • No license detected — review usage terms before adopting.

Auto-generated from collected registry metadata. No external claims are inferred.

Frequently asked questions

Should I use idna?

No — idna should not be adopted for new projects. No license declared — you have no explicit right to use this code.

How do I install idna?

Run `pip install idna` to add idna to your PyPI project.

What license is idna released under?

No license was detected in idna's metadata; review the repository before use.

How popular is idna?

PyPI does not publish download counts. Within PackageGraph's crawl, 4 known packages depend on idna.

Is idna still maintained?

The most recent release of idna (v3.19) was published 23 days ago.