A knitting calculator A punchcard generator
 
 
 
 
 
Go to file
Brenda 1c7ef6a07f Update README.md 2017-05-07 10:51:25 -04:00
bin added passap deco and reworked interface 2016-12-27 17:00:13 -05:00
handlers fixed logging 2017-03-04 10:56:46 -05:00
modules added calibration feature 2017-03-04 08:47:23 -05:00
templates reverted line endings 2017-03-04 09:59:12 -05:00
test added calibration feature 2017-03-04 08:47:23 -05:00
.gitignore ignore compiled modules 2016-07-17 13:16:20 -04:00
README.md Update README.md 2017-05-07 10:51:25 -04:00
__init__.py added xml prolog 2016-12-28 10:29:50 -05:00
logging.conf added passap deco and reworked interface 2016-12-27 17:00:13 -05:00
server.py added some debug logging 2017-03-04 10:43:41 -05:00

README.md

knittingtools

KnittingTools is a simple web app written in Python. It currently supports two main features:

  • A knitting calculator
  • A punchcard generator

The app has been tested on Python version 2.7 with the following dependencies:

  • cairocffi 0.7.2
  • CairoSVG 1.0.22
  • pycparser 2.17
  • pyparsing 2.1.5
  • svgwrite 1.1.8

To run the server:

  • Clone this repo
  • If you are installing to a Linux platform that supports chkconfig, copy ./bin/knittingtools-chkconfig to the location appropriate for your flavor of Linux (usually /etc/rc.d/init.d).
  • Start, stop or restart the server using the following commands: ** sudo service knittingtools start ** sudo service knittingtools stop ** sudo service knittingtools restart
  • Use the following command to determine the server's current status: ** sudo service knittingtools status