Redistribution of the deprecated Python standard library distutils, marked as a 'dead battery'. Version 3.11.9 mirrors CPython 3.11's distutils. No longer maintained; replaced by setuptools and packaging.
pip install standard-distutilsNo compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Show how to replace distutils with setuptools.
Replace all distutils usage with setuptools or packaging.
Do not rely on standard-distutils for new projects. Use setuptools instead.
Replace 'from distutils import ...' with 'from setuptools import ...' or 'from packaging import ...'.
No dependency data recorded yet.