Metadata-Version: 2.4
Name: dtx_to_wif
Version: 4.7.1
Summary: Convert handweaving files from dtx format (FiberWorks) to wif
Author-email: Russell Owen <r3owen@gmail.com>
Project-URL: Homepage, https://pypi.org/project/dtx-to-wif/
Project-URL: Documentation, https://r-owen.github.io/dtx_to_wif/
Project-URL: Source, https://github.com/r-owen/dtx_to_wif
Project-URL: Issues, https://github.com/r-owen/dtx_to_wif/issues
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Provides-Extra: dev
Requires-Dist: pre-commit; extra == "dev"
Requires-Dist: mkdocs; extra == "dev"
Requires-Dist: mkapi; extra == "dev"
Requires-Dist: sphinx; extra == "dev"
Requires-Dist: sphinxcontrib-napoleon; extra == "dev"

Convert weaving pattern files to WIF 1.1

This package provides:

* Command-line utilities to batch-convert weaving design files to WIF 1.1:

    * `dtx_to_wif` converts Fiberworks .dtx files.
    * `twa_to_wif` converts TempoWeave .twa files.
    * `wpo_to_wif` converts WeavePoint .wpo files, though some information is lost.

* Command-line utility `diff_weaving` shows the differences between two weaving pattern files.

* Python library code can read a weaving pattern file into memory. One use is for dobby loom drivers, such as [base_loom_server](https://r-owen.github.io/base_loom_server/).

Links:

* [Documentation](https://r-owen.github.io/dtx_to_wif/)
* [Source Code](https://github.com/r-owen/dtx_to_wif/)
* [PyPI](https://pypi.org/project/dtx-to-wif/)

This software is licensed under the MIT license; see license.txt for details.
