knit-graphs
A graph representation of knitted structures where each loop is a node and edges represent yarn and stitch relationships.
Quick Start
Installation
Install from PyPI:
pip install knit-graphs
Or install from source:
git clone https://github.com/mhofmann-Khoury/knit-graphs.git
cd your-repo
poetry install
Documentation Contents
User Guide
API Reference
- knit_graphs package
- Subpackages
- Submodules
- knit_graphs.Course module
- knit_graphs.Knit_Graph module
- knit_graphs.Knit_Graph_Visualizer module
- knit_graphs.Loop module
- knit_graphs.Pull_Direction module
- knit_graphs.Yarn module
- knit_graphs.basic_knit_graph_generators module
- knit_graphs.course_face module
- knit_graphs.directed_loop_graph module
- knit_graphs.knit_graph_builder module
- knit_graphs.loop_sequence module
Support and Community
GitHub Repository: https://github.com/mhofmann-Khoury/knit-graphs
Issue Tracker: https://github.com/mhofmann-Khoury/knit-graphs/issues
PyPI Package: https://pypi.org/project/knit-graphs/
License
This project is licensed under the MIT License.