Metadata-Version: 2.4
Name: alg_etf
Version: 0.1.9
Requires-Dist: numpy>=1.21
Requires-Dist: svgelements>=1.9.6
Requires-Dist: sympy>=1.14.0
Requires-Dist: plotly>=5.0 ; extra == 'viewer'
Provides-Extra: viewer
Summary: analog layout generator using rust backend mainly for etf layouts
Author-email: Tim van den Akker <timakk01@gmail.com>
Requires-Python: >=3.9.0
Description-Content-Type: text/markdown; charset=UTF-8; variant=GFM

# alg_etf

Analog layout generator using a Rust backend, specifically designed for ETF layouts.

## Features
- Rust-powered performance for geometric operations.
- Python bindings for easy layout scripting.
- Integrated viewer for GDS layouts.

## Installation
```bash
pip install alg_etf
```

## Usage
Refer to the documentation and examples for detailed usage.

