Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dougthor42/gdw


https://github.com/dougthor42/gdw

Last synced: 6 days ago
JSON representation

Awesome Lists containing this project

README

        

# 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`
1. `pip install -e gdw`
+ Or: `cd gdw; pip install -e .`

## Development

1. Clone the repo.
1. CD into the local repo directory.
1. 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]`.
1. Install the pre-commit hooks: `pre-commit install`
1. Run tests to make sure things are 👍: `pytest`

## Changelog

See [CHANGELOG.md][changelog].

[changelog]: ./CHANGELOG.md