Metadata-Version: 2.4
Name: antikythera-sdk
Version: 0.2.0
Summary: An all knowing, all controlling, robotic and otherwise, process manager.
Project-URL: Homepage, https://gramaziokohler.github.io/antikythera
Project-URL: Documentation, https://gramaziokohler.github.io/antikythera
Project-URL: Repository, https://github.com/gramaziokohler/antikythera
Project-URL: Changelog, https://github.com/gramaziokohler/antikythera/blob/main/CHANGELOG.md
Project-URL: Issues, https://github.com/gramaziokohler/antikythera/issues
Project-URL: Forum, https://forum.compas-framework.org/
Author-email: Gonzalo Casas <casas@arch.ethz.ch>, Chen Kasirer <kasirer@arch.ethz.ch>
License: MIT License
        
        Copyright (c) 2025 Gramazio Kohler Research
        
        Permission is hereby granted, free of charge, to any person obtaining a copy
        of this software and associated documentation files (the "Software"), to deal
        in the Software without restriction, including without limitation the rights
        to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
        copies of the Software, and to permit persons to whom the Software is
        furnished to do so, subject to the following conditions:
        
        The above copyright notice and this permission notice shall be included in all
        copies or substantial portions of the Software.
        
        THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
        IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
        FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
        AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
        LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
        OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
        SOFTWARE.
License-File: LICENSE
Keywords: architecture,automation,distributed systems,events,fabrication,magic,orchestrator,robotics
Classifier: Development Status :: 4 - Beta
Classifier: Operating System :: Microsoft :: Windows
Classifier: Operating System :: POSIX
Classifier: Operating System :: Unix
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Topic :: Scientific/Engineering
Requires-Python: >=3.9
Requires-Dist: compas-eve<3,>=2
Requires-Dist: compas-pb<1,>=0.4.10
Requires-Dist: compas-timber==2.1.1-rc1
Requires-Dist: compas<3,>=2
Requires-Dist: coolname
Requires-Dist: jsonschema
Requires-Dist: mqtthandler
Requires-Dist: packaging
Requires-Dist: python-dotenv
Requires-Dist: watchdog
Provides-Extra: deployment
Requires-Dist: asteval; extra == 'deployment'
Requires-Dist: fastapi<1,>=0.111; extra == 'deployment'
Requires-Dist: immudb-py; extra == 'deployment'
Requires-Dist: python-multipart; extra == 'deployment'
Requires-Dist: redis; extra == 'deployment'
Requires-Dist: uvicorn<1,>=0.25; extra == 'deployment'
Provides-Extra: dev
Requires-Dist: asteval; extra == 'dev'
Requires-Dist: attrs>=17.4; extra == 'dev'
Requires-Dist: black>=22.12.0; extra == 'dev'
Requires-Dist: build; extra == 'dev'
Requires-Dist: bump-my-version; extra == 'dev'
Requires-Dist: compas-invocations2[mkdocs]; extra == 'dev'
Requires-Dist: fakeredis; extra == 'dev'
Requires-Dist: immudb-py; extra == 'dev'
Requires-Dist: invoke>=0.14; extra == 'dev'
Requires-Dist: pytest-randomly; extra == 'dev'
Requires-Dist: pyvis; extra == 'dev'
Requires-Dist: ruff; extra == 'dev'
Requires-Dist: twine; extra == 'dev'
Requires-Dist: wheel; extra == 'dev'
Description-Content-Type: text/markdown

<div align="center">

[![Made with COMPAS](https://compas.dev/badge.svg)](https://compas.dev)
[![PyPI Package latest release](https://img.shields.io/pypi/v/antikythera-sdk.svg)](https://pypi.python.org/pypi/antikythera-sdk)
[![Docker Image Version](https://img.shields.io/docker/v/gramaziokohler/antikythera?logo=docker)](https://hub.docker.com/r/gramaziokohler/antikythera)
[![License](https://img.shields.io/github/license/gramaziokohler/antikythera.svg)](https://pypi.python.org/pypi/antikythera-sdk)

</div>

<h1><img src="docs/_images/antikythera_logo.png" alt="Antikythera" width="48" style="vertical-align: middle; margin-right: 8px;" /> Antikythera</h1>

> *An all knowing, all controlling, robotic and otherwise, process manager.*

<img src="docs/_images/antikythera.png" alt="Antikythera" />

Antikythera is an distributed system for orchestration of fabrication processes in the context of architecture and construction.

## Installation

Stable releases can be installed from PyPI.

```bash
pip install antikythera
```

To install the latest version for development, do:

```bash
git clone https://github.com/gramaziokohler/antikythera.git
cd antikythera
pip install -e ".[dev]"
```

## Documentation

For further "getting started" instructions, a tutorial, examples, and an API reference,
please check out the online documentation here: [antikythera docs](https://gramaziokohler.github.io/antikythera)

## Docker

```bash
git clone https://github.com/gramaziokohler/antikythera.git
cd antikythera
docker compose build           # build the image (only needed once, or after code changes)
docker compose up -d           # start all services
```

This builds the `antikythera:latest` image and starts all services (Redis, MQTT broker, orchestrator, agents, frontend). To restart without rebuilding, just run `docker compose up -d` again.

## Issue Tracker

If you find a bug or if you have a problem with running the code, please file an issue on the [Issue Tracker](https://github.com/gramaziokohler/antikythera/issues).
