Metadata-Version: 2.1
Name: hhfetcher
Version: 0.0.1
Summary: hhfetcher is used for fetching common resources in directory.
Home-page: https://github.com/shellhue/hhfetcher
Author: huangzeyu
Author-email: zeyu_huang@163.com
License: UNKNOWN
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.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.6
Description-Content-Type: text/markdown
