Description
Implements RFC 6570 URI template expansion for Python applications. It helps clients, SDKs, and API tooling generate URLs from named variables in a standard way.
Developers use it as a library. Template expansion is not access control, so validate generated URLs before fetching, redirecting, or exposing them to users.