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
- Host: GitHub
- URL: https://github.com/dexpota/uribuilder
- Owner: dexpota
- License: mit
- Created: 2018-07-28T15:23:56.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2021-04-20T17:49:01.000Z (about 5 years ago)
- Last Synced: 2025-09-03T18:45:45.085Z (10 months ago)
- Language: Python
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# uribuilder
> A library to help you build URI
[](https://travis-ci.com/dexpota/uribuilder)
[](http://dexpota.mit-license.org)
```
uri = scheme "://" (userinfo@)? host (:port)? (path-abempty / path-absolute / path-rootless / path-empty) [ "?" query ] [ "#" fragment ]
```