uritemplate¶
Python implementation of RFC6570, URI Template, and can expand templates up to and including Level 4 in that specification.
| Home | https://github.com/uri-templates/uritemplate-py/ |
| Versions | 0.6 |
| License | Apache 2.0 |
| Recipe | https://github.com/bioconda/bioconda-recipes/tree/master/recipes/uritemplate |
Installation¶
With an activated Bioconda channel (see Setup and usage), install with:
conda install uritemplate
and update with:
conda update uritemplate