Expand description
Python bindings from PyO3.
Modules§
- actor
- Python bindings for
DataActorwith complete command and event handler forwarding. - cache
- Python bindings for the
Cachecomponent. - clock
- custom
- enums
- fifo
- Python bindings for FIFO cache.
- greeks
- indicators
- listener
- logging
- msgbus
- Python bindings for the message bus, including configuration types and the
PyMessageBuswrapper that routes Python events through the Rust thread-localMessageBusvia the Any-based dispatch path. - order_
factory - Python bindings for the
OrderFactory. - runtime
- Python-specific runtime initialization.
- signal
- timer
- xrate
Functions§
- common
- Loaded as
nautilus_pyo3.common. - config_
error_ to_ pyvalue_ err - Converts a config validation failure to a Python
ValueError.