OXIESEC PANEL
- Current Dir:
/
/
opt
/
alt
/
python311
/
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:01 AM
rwxr-xr-x
📄
__init__.py
496 bytes
05/08/2024 06:42:54 PM
rw-r--r--
📁
__pycache__
-
05/08/2024 06:42:54 PM
rwxr-xr-x
📄
_elffile.py
3.19 KB
05/08/2024 06:42:54 PM
rw-r--r--
📄
_manylinux.py
9.37 KB
05/08/2024 06:42:54 PM
rw-r--r--
📄
_musllinux.py
2.61 KB
05/08/2024 06:42:54 PM
rw-r--r--
📄
_parser.py
10.1 KB
05/08/2024 06:42:54 PM
rw-r--r--
📄
_structures.py
1.4 KB
05/08/2024 06:42:54 PM
rw-r--r--
📄
_tokenizer.py
5.17 KB
05/08/2024 06:42:54 PM
rw-r--r--
📄
markers.py
8.02 KB
05/08/2024 06:42:54 PM
rw-r--r--
📄
metadata.py
32.26 KB
05/08/2024 06:42:54 PM
rw-r--r--
📄
py.typed
0 bytes
05/08/2024 06:42:54 PM
rw-r--r--
📄
requirements.py
2.86 KB
05/08/2024 06:42:54 PM
rw-r--r--
📄
specifiers.py
38.85 KB
05/08/2024 06:42:54 PM
rw-r--r--
📄
tags.py
18.51 KB
05/08/2024 06:42:54 PM
rw-r--r--
📄
utils.py
5.14 KB
05/08/2024 06:42:54 PM
rw-r--r--
📄
version.py
15.86 KB
05/08/2024 06:42:54 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.0" __author__ = "Donald Stufft and individual contributors" __email__ = "donald@stufft.io" __license__ = "BSD-2-Clause or Apache-2.0" __copyright__ = "2014 %s" % __author__