OXIESEC PANEL
- Current Dir:
/
/
snap
/
certbot
/
4730
/
lib
/
python3.12
/
site-packages
/
setuptools
/
_vendor
/
packaging
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
06/10/2025 09:51:14 PM
rwxr-xr-x
📄
__init__.py
494 bytes
06/10/2025 09:50:49 PM
rw-r--r--
📁
__pycache__
-
06/10/2025 09:51:14 PM
rwxr-xr-x
📄
_elffile.py
3.23 KB
06/10/2025 09:50:49 PM
rw-r--r--
📄
_manylinux.py
9.39 KB
06/10/2025 09:50:49 PM
rw-r--r--
📄
_musllinux.py
2.63 KB
06/10/2025 09:50:49 PM
rw-r--r--
📄
_parser.py
10 KB
06/10/2025 09:50:49 PM
rw-r--r--
📄
_structures.py
1.4 KB
06/10/2025 09:50:49 PM
rw-r--r--
📄
_tokenizer.py
5.15 KB
06/10/2025 09:50:49 PM
rw-r--r--
📁
licenses
-
06/10/2025 09:51:14 PM
rwxr-xr-x
📄
markers.py
10.31 KB
06/10/2025 09:50:49 PM
rw-r--r--
📄
metadata.py
33.95 KB
06/10/2025 09:50:49 PM
rw-r--r--
📄
py.typed
0 bytes
06/10/2025 09:50:49 PM
rw-r--r--
📄
requirements.py
2.88 KB
06/10/2025 09:50:49 PM
rw-r--r--
📄
specifiers.py
39.13 KB
06/10/2025 09:50:49 PM
rw-r--r--
📄
tags.py
20.52 KB
06/10/2025 09:50:49 PM
rw-r--r--
📄
utils.py
4.93 KB
06/10/2025 09:50:49 PM
rw-r--r--
📄
version.py
16.29 KB
06/10/2025 09:50:49 PM
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__ = "24.2" __author__ = "Donald Stufft and individual contributors" __email__ = "donald@stufft.io" __license__ = "BSD-2-Clause or Apache-2.0" __copyright__ = f"2014 {__author__}"