filelisting
Introduction

This project creates a list of all the files under given paths.

Installation
Features
filelisting.file_generator(*paths: Any) -> Generator[str]
This generator yields the files under the given path.
filelisting.file_list(*paths: Any) -> list[str]
This function returns a list of the files under the given path.
filelisting.main

This click command provides the CLI.

Testing
License
Impressum