diff options
| author | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | 2020-01-07 22:39:11 +0000 |
|---|---|---|
| committer | Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com> | 2020-01-07 22:39:11 +0000 |
| commit | e9b8a40534df1b0de66ee1d6581ce657a6f9eee9 (patch) | |
| tree | 6072009c262a4bd31720d0c97d20d3a5dbffbb0c /README.rst | |
| parent | 7d28f9bfe052309499d1ce27aa16975697bb5904 (diff) | |
| parent | 8bbe7cd57d5ac0d5d64cfd25c729dc190a407ee9 (diff) | |
| download | platform_external_python_uritemplates-android11-mainline-release.tar.gz platform_external_python_uritemplates-android11-mainline-release.tar.bz2 platform_external_python_uritemplates-android11-mainline-release.zip | |
Upgrade python/uritemplates to 3.0.1 am: eab8cbc70c am: 5492dc4462 am: 8bbe7cd57dandroid-mainline-11.0.0_r1android11-mainline-releaseandroid11-dev
Change-Id: I96fe751f9f4633adfdf4610a60536a5f2105ab92
Diffstat (limited to 'README.rst')
| -rw-r--r-- | README.rst | 13 |
1 files changed, 6 insertions, 7 deletions
@@ -1,7 +1,7 @@ uritemplate =========== -Documentation_ -- GitHub_ -- BitBucket_ -- Travis-CI_ +Documentation_ -- GitHub_ -- Travis-CI_ Simple python library to deal with `URI Templates`_. The API looks like @@ -48,7 +48,7 @@ Installing :: - pip install uritemplate.py + pip install uritemplate License ------- @@ -56,9 +56,8 @@ License Modified BSD license_ -.. _Documentation: http://uritemplate.rtfd.org/ -.. _GitHub: https://github.com/sigmavirus24/uritemplate -.. _BitBucket: https://bitbucket.org/icordasc/uritemplate -.. _Travis-CI: https://travis-ci.org/sigmavirus24/uritemplate +.. _Documentation: https://uritemplate.readthedocs.io/ +.. _GitHub: https://github.com/python-hyper/uritemplate +.. _Travis-CI: https://travis-ci.org/python-hyper/uritemplate .. _URI Templates: http://tools.ietf.org/html/rfc6570 -.. _license: https://github.com/sigmavirus24/uritemplate/blob/master/LICENSE +.. _license: https://github.com/python-hyper/uritemplate/blob/master/LICENSE |
