Skip to main content

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


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

hhfetcher-0.0.1.tar.gz (2.0 kB view hashes)

Uploaded Source

Built Distribution

hhfetcher-0.0.1-py3-none-any.whl (3.4 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page