Metadata-Version: 2.3
Name: replay-client
Version: 0.1
Summary: Dora Node client for replaying recorded data.
License: MIT
Author: Hennzau
Author-email: <dev@enzo-le-van.fr>
Requires-Python: >=3.9
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Dist: dora-rs (==0.3.5)
Requires-Dist: pandas (>=2.2.2,<2.3.0)
Description-Content-Type: text/markdown

## Replay

This node is a replay client.

## YAML Configuration

````YAML
nodes:
  - id: replay_client
    path: client.py # modify this to the relative path from the graph file to the client script
    inputs:
      pull_position: dora/timer/millis/10

    outputs:
      - position
      - end # end signal that can be sent to other nodes (sent when the replay ends)

    env:
      PATH: /path/to/record
      EPISODE: 1
````

## License

This library is licensed under the [Apache License 2.0](../../LICENSE).
