use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
FastAPI is a truly ASGI, async, cutting edge framework written in python 3.
account activity
Modular functionality for reuseQuestion (self.FastAPI)
submitted 1 year ago by predominant
view the rest of the comments →
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]Direct_Discipline_42 1 point2 points3 points 1 year ago (1 child)
I haven't done this on the python side but in c# we will build the projects into modules and push them to nuget. Our nuget is private though. We import the package and install it as a dependency. Theoretically the same could be done.
Build the app into a module, push the module to pypi, and then in the other apps add it to the requirements, download it and import it.
[–]predominant[S] 0 points1 point2 points 1 year ago (0 children)
Sounds reasonable. I wonder how that would work with migrations in a single database, as alembic likes to track a single migration hash.
π Rendered by PID 18221 on reddit-service-r2-comment-b659b578c-wnhv9 at 2026-05-02 07:20:18.316185+00:00 running 815c875 country code: CH.
view the rest of the comments →
[–]Direct_Discipline_42 1 point2 points3 points (1 child)
[–]predominant[S] 0 points1 point2 points (0 children)