Skip to content

IKOSystem/python-wbxml

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-wbxml

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!

About

Python wrapper for libwbxml.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 99.2%
  • Other 0.8%