hhfetcher is used for fetching common resources in directory.
Project description
hhfetcher is for fetching common resources in a directory.
Current supported API:
get_subfolders(root: str) -> [str]
: Get immediate subfolders in folder of root.
get_subfolder_names(root: str) -> [str]
: Get names of immediate subfolder in folder of root.
get_subfolders_recursively(root: str) -> [str]
: Get all subfolders recursively in folder of root.
get_files_in_dir(root: str, formats: [str]) -> [str]
: Get all files just in directory of root.
get_files_recursively_in_dir(root: str, formats: [str]) -> [str]
: Get all files recursively contained in directory of root.
get_imgs_in_dir(root: str) -> [str]
: Get all imgs just in directory of root.
get_imgs_recursively_in_dir(root: str) -> [str]
: Get all imgs recursively contained in directory of root.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Hashes for hhfetcher-0.0.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | d726dae7d68c6a663cf92a304d61dcca0130193d02a576820442c69282b25132 |
|
MD5 | 328664ba1097d7556f82bf9e25d7b3be |
|
BLAKE2b-256 | b02e63dd352a100b94c89085d022a221ba0b0a6bfec013b7a64683f6cfa39388 |