8.55.2. Contents of Packaging
              Installed directories:
              /usr/lib/python3.14/site-packages/packaging and
              /usr/lib/python3.14/site-packages/packaging-25.0.dist-info
            
          The packaging module is a Python library that provides utilities that implement the interoperability specifications which have clearly one correct behaviour (PEP440) or benefit greatly from having a single shared implementation (PEP425). This includes utilities for version handling, specifiers, markers, tags, and requirements.
Compile packaging with the following command:
pip3 wheel -w dist --no-cache-dir --no-build-isolation --no-deps $PWD
Install packaging with the following command:
pip3 install --no-index --find-links dist packaging