Skip to main content

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

  1. Fork repo

  2. Code your changes

  3. Submit pull request

  4. Profit!

Project details


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.0.tar.gz (2.3 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page