Skip to content

Commit

Permalink
Add Starlette-StaticResources to third-party-packages (#2286)
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidVentura committed Nov 6, 2023
1 parent 4370ed6 commit 6dd0207
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions docs/third-party-packages.md
Original file line number Diff line number Diff line change
Expand Up @@ -245,3 +245,9 @@ An extension to integrate Swagger/OpenAPI document easily for Starlette project
Provides translations, localization, and timezone support via Babel integration.

<a href="https://github.com/alex-oleshkevich/starlette_babel" target="_blank">GitHub</a>

### Starlette-StaticResources

<a href="https://github.com/DavidVentura/starlette-static-resources" target="_blank">GitHub</a>

Allows mounting [package resources](https://docs.python.org/3/library/importlib.resources.html#module-importlib.resources) for static data, similar to [StaticFiles](https://www.starlette.io/staticfiles/).

0 comments on commit 6dd0207

Please sign in to comment.