B ÔÂ_¥ã@s´dZddlmZdZdZdZdddd d d d d ddddddddddddddgZdZdZdZ dZ dZ d Z d!d"l mZd!d#lmZmZd!d$lmZmZmZmZd!d%lmZd!d&lmZd'S)(a? 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` é)Úunicode_literalszCaleb P. Burnsu%Copyright © 2013-2020 Caleb P. Burnsz 2013-10-12z"dahlia z highb z"029xue z.mikexstudios z&nhumrich z,davidfraser z&demurgos z&ghickman znvie z,adrienverge z2AndersBlomdell z thmxv z&wimglenn z"hugovk z$dcecile z$mroutis z(jdufresne z"groodt z$ftrofin z"pykong z,nhhollander zcpburnz@gmail.comzMPL 2.0ÚpathspecZ Developmentz 2020-11-07z0.8.1é)ÚPathSpec)ÚPatternÚ RegexPattern)Ú iter_treeÚlookup_patternÚ match_filesÚRecursionError)Úpatterns)ÚGitIgnorePatternN)Ú__doc__Ú __future__rÚ __author__Ú __copyright__Z __created__Ú __credits__Ú __email__Ú __license__Z __project__Ú __status__Z __updated__Ú __version__rrÚpatternrrÚutilrr r r Úr Zpatterns.gitwildmatchr ©rrú5/tmp/pip-unpacked-wheel-sh474h94/pathspec/__init__.pyÚsJ