Metadata-Version: 2.1
Name: sky130
Version: 0.7.1
Summary: skywater130 pdk
Keywords: python
Author-email: gdsfactory <contact@gdsfactory.com>
Requires-Python: >=3.7
Description-Content-Type: text/markdown
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Operating System :: OS Independent
Requires-Dist: gdsfactory==6.55.0
Requires-Dist: PySpice
Requires-Dist: gdsfactory[full,docs] ; extra == "dev"
Requires-Dist: pytest ; extra == "dev"
Requires-Dist: pytest-cov ; extra == "dev"
Requires-Dist: pytest_regressions ; extra == "dev"
Requires-Dist: gdsfactory[full,docs] ; extra == "docs"
Provides-Extra: dev
Provides-Extra: docs

# sky130 gdsfactory PDK 0.7.1

[![pypi](https://img.shields.io/pypi/v/sky130)](https://pypi.org/project/sky130/)
[![black](https://img.shields.io/badge/code%20style-black-000000.svg)](https://github.com/psf/black)

gdsfactory pdk based on [skywater130](https://github.com/google/skywater-pdk)

![logo](https://i.imgur.com/xvnfEtZ.png)


- [documentation](https://gdsfactory.github.io/skywater130/README.html)

## Installation

For users:

```
pip install sky130
```

For developers:

```
git clone https://github.com/gdsfactory/skywater130.git
cd skywater130
make install
```

Then you need to restart Klayout to make sure the new technology installed appears.

## TODO

- integrate with OpenRoad
- add spice models
- add sample netlist

