ducpyΒΆ

Builders API (High-level)

The easy way to build, manage .duc files. Construct elements, apply styles, manage layers, build blocks, and handle document state with the builders module.

SQL Builder (Low-level)

A .duc file 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 .duc files using the parse and serialize modules.