- 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 :doc:`builders <autoapi/ducpy/builders/index>` module. - SQL Builder (Low-level)
- A
.ducfile is a zlib-compressed SQLite database. Use the :doc:`sql_builder <autoapi/ducpy/builders/sql_builder/index>` for direct schema access, bulk queries, and low-level manipulation. - Search
- Query/search elements and files programmatically via the :doc:`search <autoapi/ducpy/search/index>` API.
- File I/O
- Read and write
.ducfiles using the :doc:`parse <autoapi/ducpy/parse/index>` and :doc:`serialize <autoapi/ducpy/serialize/index>` modules.
.. toctree:: :maxdepth: 2 :caption: Contents: autoapi/index examples downloads