View on GitHub

ckpttnpy

🔪 Circuit Partitioning Python Code

🔪 ckpttnpy

Circuit Partitioning Python Code

Documentation Status codecov Codacy Badge CodeFactor Maintainability

Dependencies

🛠️ Installation and Run

To setup develop environment:

pip3 install git+https://github.com/luk036/mywheel.git
pip3 install git+https://github.com/luk036/netlistx.git
pip3 install -r ./requirements.txt &&
python3 setup.py develop

To run unit tests:

python3 setup.py test

👀 See also

👉 Note

This project has been set up using PyScaffold 3.2.1. For details and usage information on PyScaffold see https://pyscaffold.org/.