Skip to content

URI percent encode/decode written in C with python bindings

Notifications You must be signed in to change notification settings

aaronlevy/cparseuri

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

C Parse URI

URI percent encode/decode written in C with Python bindings.

Lots of inspiration from libevent, libcurl, and a very nice german named Jochen.

Installation

python setup.py install

Usage

>>>import cparseuri
>>>cparseuri.encode("Hello World")
Hello%20World
>>>cparseuri.decode("Hello%20World")
Hello World

Run Tests

nosetests

About

URI percent encode/decode written in C with python bindings

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published