OXIESEC PANEL
- Current Dir:
/
/
opt
/
gsutil
/
third_party
/
idna
Server IP: 2a02:4780:11:1594:0:ef5:22d7:a
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
12/09/2024 05:26:03 PM
rwxr-xr-x
📁
.github
-
09/15/2024 06:03:01 PM
rwxr-xr-x
📄
.gitignore
118 bytes
09/15/2024 06:03:01 PM
rw-r--r--
📄
HISTORY.rst
7.42 KB
09/15/2024 06:03:01 PM
rw-r--r--
📄
LICENSE.md
1.5 KB
09/15/2024 06:03:01 PM
rw-r--r--
📄
README.rst
8.24 KB
09/15/2024 06:03:01 PM
rw-r--r--
📄
SECURITY.md
742 bytes
09/15/2024 06:03:01 PM
rw-r--r--
📁
idna
-
02/11/2025 08:19:49 AM
rwxr-xr-x
📄
pyproject.toml
1.79 KB
09/15/2024 06:03:01 PM
rw-r--r--
📁
tests
-
09/15/2024 06:03:01 PM
rwxr-xr-x
📁
tools
-
09/15/2024 06:03:01 PM
rwxr-xr-x
Editing: pyproject.toml
Close
[build-system] requires = ["flit_core >=3.2,<4"] build-backend = "flit_core.buildapi" [project] name = "idna" description = "Internationalized Domain Names in Applications (IDNA)" readme = "README.rst" license = {file = "LICENSE.md"} authors = [ {name = "Kim Davies", email = "kim+pypi@gumleaf.org"} ] classifiers = [ "Development Status :: 5 - Production/Stable", "Intended Audience :: Developers", "Intended Audience :: System Administrators", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3 :: Only", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Programming Language :: Python :: 3.8", "Programming Language :: Python :: 3.9", "Programming Language :: Python :: 3.10", "Programming Language :: Python :: 3.11", "Programming Language :: Python :: 3.12", "Programming Language :: Python :: 3.13", "Programming Language :: Python :: Implementation :: CPython", "Programming Language :: Python :: Implementation :: PyPy", "Topic :: Internet :: Name Service (DNS)", "Topic :: Software Development :: Libraries :: Python Modules", "Topic :: Utilities", ] requires-python = ">=3.6" dynamic = ["version"] [project.urls] "Source" = "https://github.com/kjd/idna" "Changelog" = "https://github.com/kjd/idna/blob/master/HISTORY.rst" "Issue tracker" = "https://github.com/kjd/idna/issues" [tool.flit.sdist] exclude = [".gitignore", ".github/"] include = ["tests", "tools", "HISTORY.rst"] [project.optional-dependencies] all = [ "ruff >= 0.6.2", "mypy >= 1.11.2", "pytest >= 8.3.2", "flake8 >= 7.1.1", ] [tool.ruff] line-length = 127 [tool.ruff.lint] extend-select = [ "I", # isort ]