Skip to content
This repository was archived by the owner on Feb 12, 2025. It is now read-only.

Latest commit

 

History

History
14 lines (11 loc) · 460 Bytes

implementation.md

File metadata and controls

14 lines (11 loc) · 460 Bytes

Some notes on the implementation

Platform choices

  • Target latest reasonable Python (3.8 or later)
    • Go was also on the table, but rohmu is compelling reason to use Python
  • Use pytest for unit tests
  • Use rohmu for object storage interface
  • Use fastapi for REST API implementation(s)