Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dougthor42/gdw
https://github.com/dougthor42/gdw
Last synced: 6 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dougthor42/gdw
- Owner: dougthor42
- License: mit
- Created: 2023-11-02T19:36:25.000Z (about 1 year ago)
- Default Branch: master
- Last Pushed: 2023-11-06T18:18:57.000Z (about 1 year ago)
- Last Synced: 2024-03-15T12:11:19.181Z (10 months ago)
- Language: Python
- Size: 48.8 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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