Metadata-Version: 2.1
Name: cspdk
Version: 0.7.0
Summary: CornerStone PDK
Keywords: python
Author-email: gdsfactory <contact@gdsfactory.com>
Requires-Python: >=3.10
Description-Content-Type: text/markdown
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Operating System :: OS Independent
Requires-Dist: gdsfactory==7.22.1
Requires-Dist: gplugins[sax]>=0.10.2,<0.11
Requires-Dist: pre-commit ; extra == "dev"
Requires-Dist: pytest ; extra == "dev"
Requires-Dist: pytest-cov ; extra == "dev"
Requires-Dist: pytest_regressions ; extra == "dev"
Requires-Dist: jupytext ; extra == "docs"
Requires-Dist: matplotlib ; extra == "docs"
Requires-Dist: jupyter-book==1.0.0 ; extra == "docs"
Provides-Extra: dev
Provides-Extra: docs

# CornerStone PDK 0.7.0

[CornerStone](https://www.cornerstone.sotonfab.co.uk/) Photonics PDK.

## Installation

### Installation for users

Use python3.10 or python3.11. We recommend [VSCode](https://code.visualstudio.com/) as an IDE.

If you don't have python installed on your system you can [download anaconda](https://www.anaconda.com/download/)

Once you have python installed, open Anaconda Prompt as Administrator and then install the latest gdsfactory using pip.

![anaconda prompt](https://i.imgur.com/eKk2bbs.png)
```
pip install cspdk --upgrade
```

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

### Installation for developers

For developers you need to `git clone` the GitHub repository, fork it, git add, git commit, git push and merge request your changes.

```
git clone https://github.com/gdsfactory/cspdk.git
cd cspdk
pip install -e . pre-commit
pre-commit install
python install_tech.py
```

## Documentation

- [gdsfactory docs](https://gdsfactory.github.io/gdsfactory/)

