{"library":"bracex","type":"library","category":null,"description":"Bracex is a Python library that provides Bash-style brace expansion, enabling the generation of arbitrary strings from patterns. It closely emulates Bash's brace processing, supporting comma-separated lists, numerical and alphabetical sequences (ranges), and optional step increments. The library is actively maintained, with version 2.6 being the latest, and releases occur regularly to ensure compatibility with newer Python versions and address minor fixes.","language":"python","status":"active","version":"2.6","tags":["bash","brace-expansion","string-generation","cli","utility"],"last_verified":"Tue Jun 09","install":[{"cmd":"pip install bracex","imports":["import bracex\nexpanded_list = bracex.expand('file-{a,b}.txt')","import bracex\nexpanded_generator = bracex.iexpand('file-{1..3}.jpg')"]}],"homepage":null,"github":"https://github.com/facelessuser/bracex","docs":null,"changelog":null,"pypi":"https://pypi.org/project/bracex/","npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"compatibility":{"summary":{"python_range":"3.10–3.9","success_rate":100,"avg_install_s":1.5,"avg_import_s":0.02,"wheel_type":"wheel"},"url":"https://checklist.day/v1/registry/bracex/compatibility"}}