Release history

aioresult 1.2 (2025-02-28)

  • Add py.typed marker so that type checkers know that type annotations should be used for type checking.

aioresult 1.1 (2025-02-26)

  • Add type hints (to the maximum extent reasonably possible), courtesy of TeamSpen210.

  • Lazily construct the internal Event, so that ResultCapture objects can be constructed before the event loop runs (e.g., at global module scope).

  • Add nice string representation.

aioresult 1.0 (2024-02-08)

aioresult 0.9 (2023-01-02)