Techcable / globgroups.py

Expands glob groups like foo{bar,baz}

Home Page:https://pypi.org/project/globgroups/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Expands glob groups like foo{bar,baz}

https://pypi.org/project/globgroups/

License:MIT License


Languages

Language:Python 94.7%Language:Just 5.3%