/sturl

Stupid simple URL manipulation

Primary LanguagePythonMIT LicenseMIT

sturl

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.

Features

Overview

Install

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