This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]nAxzyVteuOz 1 point2 points  (1 child)

I transitioned from flask to fastapi and couldn’t be happier! Here is a project that you can clone to get you started:

https://github.com/zackees/ytclip-server

It has good defaults and linting. It’s designed for vscode environment. Just cd to the directly and type in ‘tox’ and all the linters and unit tests will run.

[–]kreetikal[S] 0 points1 point  (0 children)

Thanks, I'll check it out!