Metadata-Version: 2.3
Name: koda-knitout
Version: 0.0.2
Summary: KODA (Knitting Optimization by Dependency Analysis). A system for analyzing the dependencies between knitout operations executed on a knitting machine and supports the optimization of knitout programs using this dependency structure. 
Project-URL: Documentation, https://github.com/mhofmann-Khoury/koda-knitout#readme
Project-URL: Issues, https://github.com/mhofmann-Khoury/koda-knitout/issues
Project-URL: Source, https://github.com/mhofmann-Khoury/koda-knitout
Author-email: Megan Hofmann <m.hofmann@northeastern.edu>
License-File: LICENSE
Keywords: ACT Lab,Northeastern,fabrication,knit,machine knit,textile
Classifier: Development Status :: 2 - Pre-Alpha
Classifier: Natural Language :: English
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: Implementation :: PyPy
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.11
Requires-Dist: knit-graphs~=0.0.1
Requires-Dist: knitout-interpreter~=0.0.2
Requires-Dist: networkx~=3.2.1
Requires-Dist: plotly~=5.22.0
Requires-Dist: virtual-knitting-machine~=0.0.2
Description-Content-Type: text/markdown

# koda-knitout

[![PyPI - Version](https://img.shields.io/pypi/v/koda-knitout.svg)](https://pypi.org/project/koda-knitout)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/koda-knitout.svg)](https://pypi.org/project/koda-knitout)

-----
## Description
KODA (Knitting Optimization by Dependency Analysis). 

A system for analyzing the dependencies between knitout operations executed on a knitting machine and supports the optimization of knitout programs using this dependency structure. 
## Table of Contents
- [Description](#description)
- [Installation](#installation)
- [License](#license)

## Installation

```console
pip install koda-knitout
```

## License

`koda-knitout` is distributed under the terms of the [MIT](https://spdx.org/licenses/MIT.html) license.
