MisterAI's picture
download
raw
541 Bytes
"""distutils
The main package for the Python Module Distribution Utilities. Normally
used from a setup script as
from distutils.core import setup
setup (...)
"""
import sys
import warnings
__version__ = sys.version[:sys.version.index(' ')]
_DEPRECATION_MESSAGE = ("The distutils package is deprecated and slated for "
"removal in Python 3.12. Use setuptools or check "
"PEP 632 for potential alternatives")
warnings.warn(_DEPRECATION_MESSAGE,
DeprecationWarning, 2)

Xet Storage Details

Size:
541 Bytes
·
Xet hash:
e321d447b61f36d06f3882b66a46fc09269ec083125aa6571520ec7febda4eaf

Xet efficiently stores files, intelligently splitting them into unique chunks and accelerating uploads and downloads. More info.