Metadata-Version: 2.4
Name: base_loom_server
Version: 1.1a2
Summary: Base package for web servers that control dobby multi-shaft looms
Author-email: Russell Owen <r3owen@gmail.com>
Project-URL: Homepage, https://pypi.org/project/base-loom-server/
Project-URL: Documentation, https://r-owen.github.io/base_loom_server/
Project-URL: Source, https://github.com/r-owen/base_loom_server
Project-URL: Issues, https://github.com/r-owen/base_loom_server/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
License-File: LICENSE.txt
Requires-Dist: aiosqlite>=0.20
Requires-Dist: dtx_to_wif~=4.1
Requires-Dist: fastapi[standard]~=0.115
Requires-Dist: pyserial-asyncio~=0.6
Provides-Extra: dev
Requires-Dist: mkapi; extra == "dev"
Requires-Dist: mkdocs-glightbox; extra == "dev"
Requires-Dist: mkdocs; extra == "dev"
Requires-Dist: pre-commit~=4.0; extra == "dev"
Requires-Dist: pytest~=8.3; extra == "dev"
Requires-Dist: pytest-asyncio~=0.25; extra == "dev"
Requires-Dist: sphinx; extra == "dev"
Requires-Dist: sphinxcontrib-napoleon; extra == "dev"
Dynamic: license-file

# Base package for web servers that control dobby multi-shaft looms

Such web servers are intended to allow you to control your loom from any phone, tablet or other device that has wifi and a web browser.

Used by [seguin_loom_server](https://pypi.org/project/seguin-loom-server/)
and [toika_loom_server](https://pypi.org/project/toika-loom-server/).

Links:

* [Documentation](https://r-owen.github.io/base_loom_server/).
  This is also the maindocumentation for [seguin_loom_server](https://pypi.org/project/seguin-loom-server/)
  and [toika_loom_server](https://pypi.org/project/toika-loom-server/).
* [Source Code](https://github.com/r-owen/base_loom_server/)
* [Issues](https://github.com/r-owen/base_loom_server/issues)
* [PyPI](https://pypi.org/project/base-loom-server/)
