Welcome to ‘pathsummary’ documentation!
Path summary is a helper module to summarize the content of a folder based on the mimetypes (file types and sub types).
Installation
Install the latest release from pip.
$ pip install pathsummary
API reference
|
Summarizes the content of the folder path. |
|
Counts the occurences of file- and subtypes. |
pathsummary.PathSummary
States if the path summary is empty. |
|
Summarizes the content of the given folder path. |
|
Creates a path summary based on the given file paths. |
|
Iterates the filepaths releated to the file type and optionally sub type. |
|
Counts the occurences of file- and subtypes. |
|