Overview

knitlib

Travis-CI Build Status
'Stories in Ready'

A library designed to support the operation of varied knitting machines, mechanisms, and hacks.

Projects like Ayab and Knitic access knitting machines. The AYAB has already created a plugin system for knitting machines and implemented talking to Brother KH 910/930 models. The software is based on Python and QT. The primary task is to develop a library based on this solution to add support for more machines.

Free software: GPLv3+ license

Development Installation

pip install -r requirements.txt pip install knitlib

Documentation

Development

To run the all tests run:

tox