%general-entities; ]> Toml-&toml-version; toml Introduction to Toml Module The Toml library is used for parsing and creating TOML files. &lfs112_checked; Package Information Download (HTTP): Download (FTP): Download MD5 sum: &toml-md5sum; Download size: &toml-size; Estimated disk space required: &toml-buildsize; Estimated build time: &toml-time; Toml Dependencies Optional (for testing) and numpy Installation of Toml 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 toml Assuming is installed and the other optional dependency is not, the installation can be tested with (some test files need to be downloaded from github): python3 -m venv --system-site-packages testenv && source testenv/bin/activate && pip3 install numpy && git clone https://github.com/BurntSushi/toml-test.git && python3 /usr/bin/pytest deactivate Contents Installed Programs Installed Libraries Installed Directories None None /usr/lib/python&python3-majorver;/site-packages/toml and /usr/lib/python&python3-majorver;/site-packages/toml-&toml-version;.dist-info