Skip to content

Latest commit

 

History

History
31 lines (24 loc) · 895 Bytes

File metadata and controls

31 lines (24 loc) · 895 Bytes

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 :doc:`builders <autoapi/ducpy/builders/index>` module.
SQL Builder (Low-level)
A .duc file 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 .duc files 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