Skip to content

Techcable/globgroups.py

Repository files navigation

globgroups PyPI - Version

Expands glob groups like foo{bar,baz} -> ["foobar", "foobaz"]

Does not (currently) support wildcards like *.txt, because those are context-sensitive.

Notes

There is a rust version of this library globgroups.rust