Skip to content

fext freeze

Display a list of installed packages in the system.

Usage

sh
fext f [options]
fext freeze [options]

Details

The command scans the user's site-packages directory for package meta-directories. It parses the METADATA file of each package, and if a package is successfully loaded without errors, it is included in the list. Otherwise, the behavior depends on the selected print mode.

Options

DefinitionDescription
-m, --mode=<string>Set the print mode. The available modes are listed in the table below

Available modes:

ModeDescriptionBroken packages
humanDisplays a list of packages in a human-readable format, including additional info about the total weight of the packagesWill be shown at the end as a warning message
pipDisplays a list of packages in a s similar manner to PIP, but with additional annotationsWill be commented-out

Broken packages are packages that failed to load

Examples

Display a list of packages using print mode:

sh
fext f # default: human mode
fext f -m=pip # pip freeze

The project is still in development and does not have a stable version.