convert IPv6 or IPv4 addresses into RFC8771-compliant I-DUNNO representation
Project description
I-DUNNO Implementation
This library implements the Internationalized Deliberately Unreadable Network Notation (shortened as I-DUNNO) as defined in RFC 8771. The library supports encoding and decoding I-DUNNO representation, but the command line interface only supports encoding and does not implement decoding, as the RFC recommends the output of such a function SHOULD NOT be presented to humans.
CLI Usage
$ pip install i-dunno
$ i-dunno 198.51.100.164
API Usage
import ipaddress
import i_dunno
addr = ipaddress.ip_address('198.51.100.164')
addr_i_dunno = i_dunno.encode(addr, level='satisfactory')
addr_obj = i_dunno.decode(addr_i_dunno)
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
i-dunno-0.1.3.tar.gz
(85.0 kB
view details)
Built Distribution
i_dunno-0.1.3-py3-none-any.whl
(84.9 kB
view details)
File details
Details for the file i-dunno-0.1.3.tar.gz
.
File metadata
- Download URL: i-dunno-0.1.3.tar.gz
- Upload date:
- Size: 85.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1294a875a4daf14718248b3cee9a01bc1a5f77e2f7d7ab3944ef7c2972ed2c56 |
|
MD5 | 556eefaa30dc75047f465758267ebe9a |
|
BLAKE2b-256 | f3c89be8903b8c0f98e61d9839ab6c8eeac12f6a6cb294e144a27436d2424ce0 |
File details
Details for the file i_dunno-0.1.3-py3-none-any.whl
.
File metadata
- Download URL: i_dunno-0.1.3-py3-none-any.whl
- Upload date:
- Size: 84.9 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.3.0 pkginfo/1.6.1 requests/2.25.1 setuptools/51.0.0 requests-toolbelt/0.9.1 tqdm/4.54.1 CPython/3.9.2
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 921e477be0100a1db0264392afaadcda76f0501cff5647cb56b9726e2d8d8215 |
|
MD5 | 37035beb21dea848fe66df2f4140154b |
|
BLAKE2b-256 | 7714285dbc2a6c443f78adfbf0fb08d83905da8ad14b937cd0bb642ab7039bc7 |