dougthor42 / gdw

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

GDW - Gross Die per Wafer

Gross die per wafer (GDW) algorithms.

Knows about SEMI SPEC M1-0302 which defines wafer flat sizes.

Installation

(PyPI packages coming soon-ish)

  1. git clone https://github.com/dougthor42/gdw
  2. pip install -e gdw
    • Or: cd gdw; pip install -e .

Development

  1. Clone the repo.
  2. CD into the local repo directory.
  3. Install with the dev options: pip install -e .[dev]
    • If you also want to build docs, you can install .[docs] or get all development dependencies with .[all].
  4. Install the pre-commit hooks: pre-commit install
  5. Run tests to make sure things are 👍: pytest

Changelog

See CHANGELOG.md.

About

License:MIT License


Languages

Language:Python 100.0%