Registry / serialization / braq
library0.0.12pypypi✓ verified 84d ago

Structured text format with sections. Current version 0.0.12. Intended for simple document-like structures. Low release cadence.

pip install braq
INSTALL
IMPORT
SIG · BRAQ
B
braq
serializationpythonv0.0.12
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

braq
import braq
The library exposes its top-level API directly.

Parse a braq formatted string into a document object with sections.

import braq # Parse a simple braq string content = '''title: My Document author: John section: Introduction This is the first section. section: Details More content here. ''' doc = braq.parse(content) print(doc.sections) # ['Introduction', 'Details']
Debug
Known issues
gotchabraq is not widely used and may not be actively maintained. Check before relying on it in production.
fix
Consider if braq meets your long-term needs; evaluate alternative structured text libraries.
affects: all
gotchaThe API may change between minor versions due to pre-1.0 status. Pin exact version in requirements.
fix
Pin version: braq==0.0.12
affects: <1.0.0
Errors
Common errors & fixes
ModuleNotFoundError: No module named 'braq'
Missing installation or wrong import path.
fix
Run: pip install braq
AttributeError: module 'braq' has no attribute 'parse'
Outdated version of braq (pre-0.0.12) or wrong import.
fix
Upgrade to latest version: pip install --upgrade braq
Upgrade
Version history
0.0.12latest on PyPI · released Dec 10, 2024
Audit
Dependencies

No dependency data recorded yet.

Agent activity
12 hits · last 30 days
node
10
Amazon
1
OpenAI (training)
1
Resources
braq — pip install braq · libregistry