Skip to main content
Glama
__init__.py728 B
""" KiCAD API Abstraction Layer This module provides a unified interface to KiCAD's Python APIs, supporting both the legacy SWIG bindings and the new IPC API. Usage: from kicad_api import create_backend # Auto-detect best available backend backend = create_backend() # Or specify explicitly backend = create_backend('ipc') # Use IPC API backend = create_backend('swig') # Use legacy SWIG # Connect and use if backend.connect(): board = backend.get_board() board.set_size(100, 80) """ from kicad_api.factory import create_backend from kicad_api.base import KiCADBackend __all__ = ['create_backend', 'KiCADBackend'] __version__ = '2.0.0-alpha.1'

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/mixelpixx/KiCAD-MCP-Server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server