Name: | python2-pathspec |
---|---|
Version: | 0.6.0 |
Release: | 1.el7 |
Architecture: | noarch |
Group: | Unspecified |
Size: | 156459 |
License: | MPL 2.0 |
RPM: | python2-pathspec-0.6.0-1.el7.noarch.rpm |
Source RPM: | python-pathspec-0.6.0-1.el7.src.rpm |
Build Date: | Wed Oct 30 2019 |
Build Host: | x86-ol7-builder-01.us.oracle.com |
Vendor: | Oracle America |
URL: | https://github.com/cpburnz/python-path-specification |
Summary: | Utility library for gitignore style pattern matching of file paths |
Description: | Path Specification (pathspec) is a utility library for pattern matching of file paths. So far this only includes Git's wildmatch pattern matching which itself is derived from Rsync's wildmatch. Git uses wildmatch for its gitignore files. |