Python wrapper for libwbxml
Project description
Python wrapper for libwbxml.
>>> import wbxml
>>> wbxml.xml_to_wbxml(xml) #converts xml to wbxml
>>> wbxml.wbxml_to_xml(w) # converts wbxml to xml
Installation
Just type in your shell:
$ pip install wbxml
If your wbxml.h is not in the /usr/include directory:
$ pip install --global-option=build_ext --global-option="-I<include_dir>" wbxml
Requirements
You need to have libwbxml installed.
In Ubuntu 14.04 install:
$ sudo apt-get install libwbxml2-dev
Contribute
Fork repo
Code your changes
Submit pull request
Profit!
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
wbxml-0.1.1.tar.gz
(2.3 kB
view details)
File details
Details for the file wbxml-0.1.1.tar.gz
.
File metadata
- Download URL: wbxml-0.1.1.tar.gz
- Upload date:
- Size: 2.3 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 6f6b726cff4ce502d429f16f9641acb3694ef3fca4356fb7c010214fa7215342 |
|
MD5 | 26a163ee31f88ca083abc7fd44c7e43c |
|
BLAKE2b-256 | aa86776adede6fba0df8078946962df05393e54b534f48eac02e144365466ea0 |