Name Description Size
__init__.py The *pathspec* package provides pattern matching for file paths. So far this only includes Git's wildmatch pattern matching (the style used for ".gitignore" files). The following classes are imported and made available from the root of the `pathspec` package: - :class:`pathspec.pathspec.PathSpec` - :class:`pathspec.pattern.Pattern` - :class:`pathspec.pattern.RegexPattern` - :class:`pathspec.util.RecursionError` The following functions are also imported: - :func:`pathspec.util.iter_tree` - :func:`pathspec.util.lookup_pattern` - :func:`pathspec.util.match_files` 1085
_meta.py This module contains the project meta-data. 1617
compat.py This module provides compatibility between Python 2 and 3. Hardly anything is used by this project to constitute including `six`_. .. _`six`: http://pythonhosted.org/six 830
pathspec.py This module provides an object oriented interface for pattern matching of files. 8048
pattern.py This module provides the base definition for patterns. 4811
patterns
util.py This module provides utility methods for dealing with path-specs. 19889