OXIESEC PANEL
- Current Dir:
/
/
snap
/
certbot
/
4737
/
lib
/
python3.12
/
site-packages
/
setuptools
/
config
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
06/12/2025 06:19:48 PM
rwxr-xr-x
📄
NOTICE
493 bytes
06/12/2025 06:19:25 PM
rw-r--r--
📄
__init__.py
1.46 KB
06/12/2025 06:19:25 PM
rw-r--r--
📁
__pycache__
-
06/12/2025 06:19:48 PM
rwxr-xr-x
📄
_apply_pyprojecttoml.py
18.67 KB
06/12/2025 06:19:25 PM
rw-r--r--
📁
_validate_pyproject
-
06/12/2025 06:19:48 PM
rwxr-xr-x
📄
distutils.schema.json
972 bytes
06/12/2025 06:19:25 PM
rw-r--r--
📄
expand.py
15.67 KB
06/12/2025 06:19:25 PM
rw-r--r--
📄
pyprojecttoml.py
17.89 KB
06/12/2025 06:19:25 PM
rw-r--r--
📄
setupcfg.py
25.95 KB
06/12/2025 06:19:25 PM
rw-r--r--
📄
setuptools.schema.json
15.69 KB
06/12/2025 06:19:25 PM
rw-r--r--
Editing: distutils.schema.json
Close
{ "$schema": "http://json-schema.org/draft-07/schema#", "$id": "https://setuptools.pypa.io/en/latest/deprecated/distutils/configfile.html", "title": "``tool.distutils`` table", "$$description": [ "**EXPERIMENTAL** (NOT OFFICIALLY SUPPORTED): Use ``tool.distutils``", "subtables to configure arguments for ``distutils`` commands.", "Originally, ``distutils`` allowed developers to configure arguments for", "``setup.py`` commands via `distutils configuration files", "<https://setuptools.pypa.io/en/latest/deprecated/distutils/configfile.html>`_.", "See also `the old Python docs <https://docs.python.org/3.11/install/>_`." ], "type": "object", "properties": { "global": { "type": "object", "description": "Global options applied to all ``distutils`` commands" } }, "patternProperties": { ".+": {"type": "object"} }, "$comment": "TODO: Is there a practical way of making this schema more specific?" }