Skip to content

Latest commit

 

History

History
50 lines (35 loc) · 1.25 KB

index.rst

File metadata and controls

50 lines (35 loc) · 1.25 KB

Welcome to kiutils's documentation!

This is the documentation to the kiutils python module for parsing files of the KiCad EDA.

kiutils is simple and SCM-friendly KiCad file parser based on Python dataclasses for KiCad 6.0 and up.

It implements a "pythonic" abstraction of the documentation found at the KiCad Developer Reference and is intended to work with an SCM like Git or SVN without breaking the layout of the files when the Python script ran.

.. toctree::
   :maxdepth: 2
   :caption: Usage

   usage/installation
   usage/getting-started
   usage/examples
   usage/development

.. toctree::
   :maxdepth: 2
   :caption: Misc

   misc/known-issues

.. toctree::
   :maxdepth: 2
   :caption: Module documentation

   module/kiutils
   module/kiutils.items
   module/kiutils.utils
   module/kiutils.misc



Indices and tables