timothycrosley / pdocs

A simple program and library to auto generate API documentation for Python modules.
Other
76 stars 20 forks source link

replace `hug` with `fastapi`? #43

Open vincentsarago opened 4 months ago

vincentsarago commented 4 months ago

while hug is used by more than 4k packages, it hasn't been updated in years (https://github.com/hugapi/hug/blob/develop/CHANGELOG.md#261---february-6-2020).

I'm having an issue running pdocs, on a package where we depends on Numpy 2.0 but hug assume numpy 1. I've started a PR https://github.com/hugapi/hug/pull/922 but I don't think there is any chance that it will be merged soon (CI still use python 3.5 😱)

From what I can see, hug could be replaced with something more of a 2024 flavour like FastAPI.

I'm personally not sure to have to bandwidth to commit on creating a PR but wanted to check for the interest first