uritemplate

URI Templates
Download

uritemplate Ranking & Summary

Advertisement

  • Rating:
  • License:
  • The Apache License 2.0
  • Price:
  • FREE
  • Publisher Name:
  • Joe Gregorio
  • Publisher web site:
  • http://code.google.com/u/joe.gregorio/

uritemplate Tags


uritemplate Description

uritemplate is a Python implementation of RFC6570, URI Template, and can expand templates up to and including Level 4 in that specification.It exposes one method, "expand". For example: >>> from uritemplate import expand >>> expand("http://www.{domain}/", {"domain": "foo.com"}) 'http://www.foo.com/'Product's homepage


uritemplate Related Software