# globgroups [![PyPI - Version](https://img.shields.io/pypi/v/globgroups)](https://pypi.org/project/globgroups)
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](https://github.com/Techcable/globgroups.rust)
Raw data
{
"_id": null,
"home_page": null,
"name": "globgroups",
"maintainer": null,
"docs_url": null,
"requires_python": ">=3.9",
"maintainer_email": null,
"keywords": "glob, globset, globgroups, wildcard, expansion",
"author": "Techcable",
"author_email": null,
"download_url": "https://files.pythonhosted.org/packages/1b/31/3cab3b303defea51a91e69460018e25accc92ee320a4d42ab2f4fbf468ca/globgroups-0.1.0b3.tar.gz",
"platform": null,
"description": "# globgroups [![PyPI - Version](https://img.shields.io/pypi/v/globgroups)](https://pypi.org/project/globgroups)\nExpands glob groups like `foo{bar,baz}` -> `[\"foobar\", \"foobaz\"]`\n\nDoes not (currently) support wildcards like `*.txt`, because those are context-sensitive.\n\n## Notes\nThere is a rust version of this library [globgroups.rust](https://github.com/Techcable/globgroups.rust)\n",
"bugtrack_url": null,
"license": "MIT License",
"summary": "Expands glob groups like foo{bar,baz} -> [\"foobar\", \"foobaz\"]",
"version": "0.1.0b3",
"project_urls": {
"Bug Tracker": "https://github.com/Techcable/globgroups.py/issues",
"Source Code": "https://github.com/Techcable/globgroups.py"
},
"split_keywords": [
"glob",
" globset",
" globgroups",
" wildcard",
" expansion"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "d72c10d2bfff7ed85537f592ff257943a6cf66f358ee01aa8d08f82be83f46ad",
"md5": "8a6ff36e7df47e7da79181f1e5b47262",
"sha256": "39dcc54a505610b6ec99c27ac5eadf3129d32a841c52ef9d427d831c224ce48e"
},
"downloads": -1,
"filename": "globgroups-0.1.0b3-py3-none-any.whl",
"has_sig": false,
"md5_digest": "8a6ff36e7df47e7da79181f1e5b47262",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.9",
"size": 6205,
"upload_time": "2024-03-20T02:45:09",
"upload_time_iso_8601": "2024-03-20T02:45:09.817339Z",
"url": "https://files.pythonhosted.org/packages/d7/2c/10d2bfff7ed85537f592ff257943a6cf66f358ee01aa8d08f82be83f46ad/globgroups-0.1.0b3-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "1b313cab3b303defea51a91e69460018e25accc92ee320a4d42ab2f4fbf468ca",
"md5": "ffef701992c75ad745d5483015f78978",
"sha256": "f6e6c7c0113648bcad645ca9a25b7ba4c12ca3818faeb2991335e267c568797d"
},
"downloads": -1,
"filename": "globgroups-0.1.0b3.tar.gz",
"has_sig": false,
"md5_digest": "ffef701992c75ad745d5483015f78978",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.9",
"size": 6734,
"upload_time": "2024-03-20T02:45:11",
"upload_time_iso_8601": "2024-03-20T02:45:11.256011Z",
"url": "https://files.pythonhosted.org/packages/1b/31/3cab3b303defea51a91e69460018e25accc92ee320a4d42ab2f4fbf468ca/globgroups-0.1.0b3.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-03-20 02:45:11",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "Techcable",
"github_project": "globgroups.py",
"travis_ci": false,
"coveralls": false,
"github_actions": false,
"lcname": "globgroups"
}