lmmx / tubeulator

TfL open data interface library
https://tubeulator.vercel.app
MIT License
5 stars 0 forks source link

Faster entrypoint with msgspec #34

Open lmmx opened 8 months ago

lmmx commented 8 months ago

Recall https://github.com/lmmx/emptypt/ in which I demo'd use of msgspec with defopt to get faster entrypoints

https://github.com/lmmx/emptypt/blob/4609ea4a25eb95c5a099ccd91e5217d704b7dd46/src/emptypt/cli/defopt_cli.py#L17

Switch to that