An open API service indexing awesome lists of open source software.

https://github.com/dexpota/uribuilder

A small python package to build valid URIs
https://github.com/dexpota/uribuilder

Last synced: 9 months ago
JSON representation

A small python package to build valid URIs

Awesome Lists containing this project

README

          

# uribuilder

> A library to help you build URI

[![Build Status](http://img.shields.io/travis/com/dexpota/uribuilder.svg?style=flat-square)](https://travis-ci.com/dexpota/uribuilder)
[![License](http://img.shields.io/:license-mit-blue.svg?style=flat-square)](http://dexpota.mit-license.org)

```
uri = scheme "://" (userinfo@)? host (:port)? (path-abempty / path-absolute / path-rootless / path-empty) [ "?" query ] [ "#" fragment ]
```