Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
ray / purelib / ray / _private / thirdparty / pathspec / patterns / __init__.py
Size: Mime:
# encoding: utf-8
"""
The *pathspec.patterns* package contains the pattern matching
implementations.
"""

# Load pattern implementations.
from .gitwildmatch import GitWildMatchPattern