{"id":26811,"library":"braq","title":"braq","description":"Structured text format with sections. Current version 0.0.12. Intended for simple document-like structures. Low release cadence.","status":"active","version":"0.0.12","language":"python","source_language":"en","source_url":"https://github.com/pyrustic/braq","tags":["structured-text","sections","document-format"],"install":[{"cmd":"pip install braq","lang":"bash","label":"Install from PyPI"}],"dependencies":[],"imports":[{"note":"The library exposes its top-level API directly.","symbol":"braq","correct":"import braq"}],"quickstart":{"code":"import braq\n\n# Parse a simple braq string\ncontent = '''title: My Document\nauthor: John\n\nsection: Introduction\nThis is the first section.\n\nsection: Details\nMore content here.\n'''\ndoc = braq.parse(content)\nprint(doc.sections)  # ['Introduction', 'Details']","lang":"python","description":"Parse a braq formatted string into a document object with sections."},"warnings":[{"fix":"Consider if braq meets your long-term needs; evaluate alternative structured text libraries.","message":"braq is not widely used and may not be actively maintained. Check before relying on it in production.","severity":"gotcha","affected_versions":"all"},{"fix":"Pin version: braq==0.0.12","message":"The API may change between minor versions due to pre-1.0 status. Pin exact version in requirements.","severity":"gotcha","affected_versions":"<1.0.0"}],"env_vars":null,"last_verified":"2026-05-01T00:00:00.000Z","next_check":"2026-07-30T00:00:00.000Z","problems":[{"fix":"Run: pip install braq","cause":"Missing installation or wrong import path.","error":"ModuleNotFoundError: No module named 'braq'"},{"fix":"Upgrade to latest version: pip install --upgrade braq","cause":"Outdated version of braq (pre-0.0.12) or wrong import.","error":"AttributeError: module 'braq' has no attribute 'parse'"}],"ecosystem":"pypi","meta_description":null,"install_score":null,"install_tag":null,"quickstart_score":null,"quickstart_tag":null}