Metadata-Version: 1.1
Name: filelist
Version: 1.1.1
Summary: Easily list some files in a directory, and exclude others.
Home-page: https://github.com/Berzeg/filelist
Author: Hashem Berzeg
Author-email: h9.11.2s@gmail.com
License: MIT
Description: filelist
        ========
        
        This module introduces functions that allow users to integrate
        ".gitignore"-like funcitonality while walking through a directory.
        
        You can use shell-style matching patterns to define files that you want
        to exclude from your directory crawl. These rules can be stored in files
        throughout the crawl path, or they can be passed directly to a function
        as an array of strings.
Keywords: directory file walk crawl .gitignore .pyignore ignore
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.5
