Count#
Description#
Count files and analyze statistics for a catalog file.
This is a helpful command to understand how many files exist in a catalog that will be used to create a package, as well as the on-disk size and duplication stats.
For CLI options, run wrapp count --help.
Python API Reference#
- async wrapp.commands.count.count(
- catalog_file: str,
- context: CommandParameters = CommandParameters(debug=False, verbose=False, dry_run=False, log_file=None, hash_cache_file=None),