Stupid simple URL manipulation
If you are tired of mixing urlparse and urllib just to modify your URLs, if you've had enough of their antiquated APIs that feel more like C than Python, if you don't feel like caring about all that HTTP stuff just to mash some strings together, well then sturl is what you need. Stupid simple URL manipulation.
You can install sturl from PyPI with pip:
$ pip install sturl
or from GitHub with git:
$ git clone https://github.com/aGHz/sturl.git
$ cd sturl && python setup.py install