Metadata-Version: 2.4
Name: sim-plugin-ltspice
Version: 0.2.3
Summary: LTspice driver for sim — bundled .asc/.net/.raw/.log library + driver in one wheel.
Project-URL: Homepage, https://github.com/svd-ai-lab/sim-plugin-ltspice
Project-URL: Issues, https://github.com/svd-ai-lab/sim-plugin-ltspice/issues
Author-email: Weiqi Ji <jiweiqi10@gmail.com>
License-Expression: Apache-2.0
License-File: LICENSE
Keywords: circuit,eda,ltspice,netlist,schematic,sim-cli,simulation,spice
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Science/Research
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: MacOS
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX :: Linux
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Topic :: Scientific/Engineering
Classifier: Topic :: Scientific/Engineering :: Electronic Design Automation (EDA)
Requires-Python: >=3.10
Requires-Dist: numpy>=1.24
Requires-Dist: sim-cli-core>=0.3
Provides-Extra: dataframe
Requires-Dist: pandas>=2.0; extra == 'dataframe'
Provides-Extra: test
Requires-Dist: build>=1.0; extra == 'test'
Requires-Dist: pytest>=7; extra == 'test'
Description-Content-Type: text/markdown

# sim-plugin-ltspice

LTspice driver for [sim-cli](https://github.com/svd-ai-lab/sim-cli),
distributed as an out-of-tree plugin.

LTspice driver for sim — thin adapter over ``sim_ltspice``.

## Install

```bash
sim plugin install ltspice
```

Other paths:

```bash
pip install git+https://github.com/svd-ai-lab/sim-plugin-ltspice@v0.2.2
pip install https://github.com/svd-ai-lab/sim-plugin-ltspice/releases/download/v0.2.2/sim_plugin_ltspice-0.2.2-py3-none-any.whl
pip install -e .
```

After install:

```bash
sim plugin doctor ltspice
sim plugin sync-skills
```

## Development

```bash
git clone https://github.com/svd-ai-lab/sim-plugin-ltspice
cd sim-plugin-ltspice
uv sync
uv run pytest
```

## License

Apache-2.0.
