knittingpattern icon indicating copy to clipboard operation
knittingpattern copied to clipboard

A Python Library for Knitting Patterns

Results 12 knittingpattern issues
Sort by recently updated
recently updated
newest added

Image tag for 'code health' and 'issues ready to work on ' in the README.rst don't show up and the alternate tag for them is in place

Allow loading knitting patterns into a knitting pattern set from an image. Hint: - most of the work is already done by the conversion sub-module - test. mock?

easy
ready

py.test allows adding the settings to the conftest.py. Currently, they live in different files. Imports should be moved. Hints: - http://pytest.org/latest/example/simple.html#package-directory-level-fixtures-setups

easy
ready

py.test failed for me until I had installed ObservableList.

Do a performance measurement of both implementations: - knittingpattern.utils.unique - [uniq](http://wordaligned.org/articles/removing-duplicates-using-itertoolsgroupby) depending on what is faster in CPython3.5, use it as standard implementation.

easy
ready

currently, only the color is inherited from the row. This breaks with the generality of the format. Instead of ``` "id" : "A.2.1", "color" : "mocha latte", "instructions" : [...

easy
ready

Create a command line interface to - [ ] convert pngs to knitting patterns - [ ] knitting patterns to png - [ ] knitting patterns to svg - [...

easy
ready

It is quite clear what the knit format should look like. It should be specified. So we can develop it in a documentation driven way. https://github.com/AllYarnsAreBeautiful/ayab-desktop/issues/12

enhancement
ready

[Valentina Project](http://valentina-project.org/) allows us to create custom-fit measurements for knit clothes. - [ ] Use an export option like the SVG export of valentina, to generate a file that can...

ready

it should be possible to save, not only load the knitting patterns - [ ] create JSONDumper - [ ] convert knittingpattern to primitive structure - [ ] do not...

ready