%general-entities; ]> Flit_core-&flit_core-version; flit_core Introduction to Flit_core Module The Flit_core module is the key component of the Flit system, which provides a simple way to put Python packages and modules on PyPi. &lfs113_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &flit_core-md5sum; Download size: &flit_core-size; Estimated disk space required: &flit_core-buildsize; Estimated build time: &flit_core-time; Flit_core Dependencies Optional (for testing) and testpath Installation of Flit_core Build the module: pip3 wheel -w dist --no-build-isolation --no-deps $PWD Now, as the root user: pip3 install --no-index --find-links dist --no-cache-dir --no-user flit_core Assuming is installed, but the other optional dependency is not, the installation can be tested with the following commands: python3 -m venv --system-site-packages testenv && source testenv/bin/activate && pip3 install testpath && python3 /usr/bin/pytest deactivate Contents Installed Programs Installed Libraries Installed Directories None None /usr/lib/python&python3-majorver;/site-packages/flit_core and /usr/lib/python&python3-majorver;/site-packages/flit_core-&flit_core-version;.dist-info