aboutsummaryrefslogtreecommitdiff
path: root/uritemplate/api.py
AgeCommit message (Collapse)Author
2018-09-10Make variable ordering deterministicLee Skillen
2016-08-23Add missing variables functionIan Cordasco
At some point the uritemplate module added a variables function. This adds that interface to maintain compatibility. Closes #26
2013-10-22Add partial to the public APIIan Cordasco
2013-05-14Clarify docstring noteIan Cordasco
2013-05-14Write the expansion functions and start testsIan Cordasco
Or rather, start writing more tests. :)
2013-05-11pep257 complianceIan Cordasco
2013-05-11Add more documentation to the doc-strings.Ian Cordasco
Specifically to expand in the api and the class doc-strings about the __str__ and __repr__ methods.
2013-05-11Clean up the API. Add docs.Ian Cordasco
2013-04-10Namespace the classes properly to avoid conflictIan Cordasco
2013-04-06This does nothing. Yet.Ian Cordasco