s3rius / FastAPI-template

Feature rich robust FastAPI template.
MIT License
1.94k stars 168 forks source link

feat: Add Support for PDM #203

Open Mr-Sunglasses opened 7 months ago

Mr-Sunglasses commented 7 months ago

I loved the fastapi_template wrapper but for our org, we primarily use pdm for packaging (knowing how opinionated is the python packaging 😅).

It is a good feature to give the user's choice as to which packaging system they want to use. ( needing for that packaging system must be installed and accessible )