OXIESEC PANEL
- Current Dir:
/
/
opt
/
cloudlinux
/
venv
/
lib
/
python3.11
/
site-packages
/
packaging
Server IP: 2a02:4780:11:1084:0:327f:3464:10
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
09/05/2025 09:34:06 AM
rwxr-xr-x
📄
__init__.py
501 bytes
12/18/2024 10:23:15 AM
rw-r--r--
📁
__pycache__
-
02/07/2025 10:01:50 PM
rwxr-xr-x
📄
_elffile.py
3.19 KB
12/18/2024 10:23:15 AM
rw-r--r--
📄
_manylinux.py
8.72 KB
12/18/2024 10:23:15 AM
rw-r--r--
📄
_musllinux.py
2.46 KB
12/18/2024 10:23:15 AM
rw-r--r--
📄
_parser.py
9.96 KB
12/18/2024 10:23:15 AM
rw-r--r--
📄
_structures.py
1.4 KB
12/18/2024 10:23:15 AM
rw-r--r--
📄
_tokenizer.py
5.17 KB
12/18/2024 10:23:15 AM
rw-r--r--
📄
markers.py
8.02 KB
12/18/2024 10:23:15 AM
rw-r--r--
📄
metadata.py
16.01 KB
12/18/2024 10:23:15 AM
rw-r--r--
📄
py.typed
0 bytes
12/18/2024 10:23:15 AM
rw-r--r--
📄
requirements.py
3.21 KB
12/18/2024 10:23:15 AM
rw-r--r--
📄
specifiers.py
38.29 KB
12/18/2024 10:23:15 AM
rw-r--r--
📄
tags.py
17.68 KB
12/18/2024 10:23:15 AM
rw-r--r--
📄
utils.py
4.25 KB
12/18/2024 10:23:15 AM
rw-r--r--
📄
version.py
15.94 KB
12/18/2024 10:23:15 AM
rw-r--r--
Editing: __init__.py
Close
# This file is dual licensed under the terms of the Apache License, Version # 2.0, and the BSD License. See the LICENSE file in the root of this repository # for complete details. __title__ = "packaging" __summary__ = "Core utilities for Python packages" __uri__ = "https://github.com/pypa/packaging" __version__ = "23.1" __author__ = "Donald Stufft and individual contributors" __email__ = "donald@stufft.io" __license__ = "BSD-2-Clause or Apache-2.0" __copyright__ = "2014-2019 %s" % __author__