OXIESEC PANEL
- Current Dir:
/
/
opt
/
alt
/
python37
/
lib
/
python3.7
/
site-packages
/
pip
/
_vendor
/
idna
Server IP: 2a02:4780:11:1084:0:327f:3464:10
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
02/16/2024 09:01:52 PM
rwxr-xr-x
📄
__init__.py
58 bytes
11/13/2023 09:31:06 PM
rw-r--r--
📁
__pycache__
-
02/16/2024 09:01:52 PM
rwxr-xr-x
📄
codec.py
3.22 KB
11/13/2023 09:31:06 PM
rw-r--r--
📄
compat.py
232 bytes
11/13/2023 09:31:06 PM
rw-r--r--
📄
core.py
11.67 KB
11/13/2023 09:31:06 PM
rw-r--r--
📄
idnadata.py
41.36 KB
11/13/2023 09:31:06 PM
rw-r--r--
📄
intranges.py
1.71 KB
11/13/2023 09:31:06 PM
rw-r--r--
📄
package_data.py
22 bytes
11/13/2023 09:31:06 PM
rw-r--r--
📄
uts46data.py
197.35 KB
11/13/2023 09:31:06 PM
rw-r--r--
Editing: compat.py
Close
from .core import * from .codec import * def ToASCII(label): return encode(label) def ToUnicode(label): return decode(label) def nameprep(s): raise NotImplementedError("IDNA 2008 does not utilise nameprep protocol")