Skip to content

Latest commit

 

History

History
30 lines (18 loc) · 527 Bytes

README.rst

File metadata and controls

30 lines (18 loc) · 527 Bytes

py-bfurlparser

A blazing fast URL parser for Python

How to use ?

First: Install it via pip

pip install bfurlparser

Then, use it

from bfurlparser import urlparse
print urlparse('http://pz.org/~david/?arg=val#something')

Can I replace Python’s builtin urlparse module with bfurlparser?

Probably not… but it’s really, really fast!

Support

Please raise an issue or send a pull request.