ducpyΒΆ
- Builders API (High-level)
The easy way to build, manage
.ducfiles. Construct elements, apply styles, manage layers, build blocks, and handle document state with the builders module.- SQL Builder (Low-level)
A
.ducfile is a zlib-compressed SQLite database. Use the sql_builder for direct schema access, bulk queries, and low-level manipulation.- Search
Query/search elements and files programmatically via the search API.
- File I/O
Read and write
.ducfiles using the parse and serialize modules.