Installation

Requirements

  • Python 3.13 or higher

Install from PyPI

# Using pip
pip install chronopype

# Using uv
uv add chronopype

# Using poetry
poetry add chronopype

Dependencies

Chronopype has minimal dependencies:

Package Version Purpose
pydantic >= 2.10.4 Configuration and state validation
eventspype >= 1.1.0 Event publication framework

Verify Installation

import chronopype
from chronopype.clocks import RealtimeClock, BacktestClock
from chronopype.processors import TickProcessor

print("chronopype installed successfully")