This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Toon Verstraelen
Recipients Alberto Galera, Jim Nasby, Toon Verstraelen, aaron-whitehouse, josh.r, serhiy.storchaka
Date 2019-03-31.12:59:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1554037149.38.0.566454987192.issue28718@roundup.psfhosted.org>
In-reply-to
Content
Just for reference, here are a few more implementations of the same idea, next to pywildcard, sometimes combined with other useful features:

- https://github.com/LawfulHacker/fnmatch2
- https://github.com/demurgos/py-pathmatch
- https://github.com/vidartf/globmatch
- https://github.com/facelessuser/wcmatch

The last one is rather active, with regular releases, last one on March 24, 2019.
History
Date User Action Args
2019-03-31 12:59:09Toon Verstraelensetrecipients: + Toon Verstraelen, serhiy.storchaka, josh.r, Jim Nasby, Alberto Galera, aaron-whitehouse
2019-03-31 12:59:09Toon Verstraelensetmessageid: <1554037149.38.0.566454987192.issue28718@roundup.psfhosted.org>
2019-03-31 12:59:09Toon Verstraelenlinkissue28718 messages
2019-03-31 12:59:09Toon Verstraelencreate