aio-libs / yarl

Yet another URL library
https://yarl.aio-libs.org
Apache License 2.0
1.32k stars 166 forks source link

Add RFC 6570 (URI Template) support? #327

Open AstraLuma opened 5 years ago

AstraLuma commented 5 years ago

Working with the github API, this is a good to have thing.

webknjaz commented 5 years ago

I'm almost sure that this request is out of the scope of this project.

asvetlov commented 5 years ago

Well, it may be a good addition if somebody volunteers for the work. Let's keep the issue open.

webknjaz commented 11 months ago

FWIW, there's a URI template parsing lib that works with strings: https://github.com/python-hyper/uritemplate.