Skip to content

ChipFlow/chipflow-lib

Repository files navigation

ChipFlow library

This is a small library to make working with the ChipFlow platform easy and straightforward.

Installation and usage

This library uses PDM for dependency management, testing, building, and publishing. Install PDM first. Then run:

pdm install

To run tests, use:

pdm run test

To run lints, use:

pdm run lint

Your contributions must pass the lint check to be included in the repository.

License

Two-clause BSD