Overview

knitlib

Travis-CI Build Status Documentation Status
'Stories in Ready'

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

Knitlib is based on projects like AYAB, PDD, and KnitterStream to control knitting machines. Knitlib features a plugin system for knitting machines and implements an API to control machines’ operation, knitting jobs and knitting patterns. The software is based on Python. There also is a Web API. Among the primary tasks is to develop plugins 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