Metadata-Version: 1.1
Name: filelist
Version: 1.1.0
Summary: List some files in a directory, and easily 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 either store ignore rules in ignore files with a standard name
        that you define (e.g. ".pyignore"), and you can use shell-style matching
        patterns to define files that you want to exclude from your directory
        walk.
Keywords: directory file walk crawl .gitignore .pyignore ignore
Platform: UNKNOWN
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Devleopment
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.5
