Skip to content

davidfoliveira/py-bfurlparser

Repository files navigation

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.

About

A blazing fast Python URL parser

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published