{ "info": { "author": "Jezeniel Zapanta", "author_email": "jezeniel@infoshiftinc.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2.7", "Topic :: Software Development :: Libraries" ], "description": "python-wbxml\n============\n\nPython wrapper for libwbxml.\n\n.. code-block:: python\n\n >>> import wbxml\n >>> wbxml.xml_to_wbxml(xml) #converts xml to wbxml\n >>> wbxml.wbxml_to_xml(w) # converts wbxml to xml\n\nInstallation\n------------\n\nJust type in your shell:\n\n.. code-block:: bash\n\n $ pip install wbxml\n\nIf your ``wbxml.h`` is not in the ``/usr/include`` directory:\n\n.. code-block:: bash\n \n $ pip install --global-option=build_ext --global-option=\"-I\" wbxml \n\n\nRequirements\n------------\n\nYou need to have `libwbxml `_ installed.\n\nIn Ubuntu 14.04 install:\n\n.. code-block:: bash\n\n $ sudo apt-get install libwbxml2-dev\n\n\nContribute\n----------\n\n#. Fork repo\n#. Code your changes\n#. Submit pull request\n#. Profit!", "description_content_type": null, "docs_url": null, "download_url": null, "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/infoshift/python-wbxml", "keywords": "wbxml,xml,mobile", "license": "MIT", "maintainer": null, "maintainer_email": null, "name": "wbxml", "package_url": "https://pypi.org/project/wbxml/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/wbxml/", "project_urls": { "Homepage": "https://github.com/infoshift/python-wbxml" }, "release_url": "https://pypi.org/project/wbxml/0.1.1/", "requires_dist": null, "requires_python": null, "summary": "Python wrapper for libwbxml", "version": "0.1.1" }, "last_serial": 1535262, "releases": { "0.1": [], "0.1.0": [ { "comment_text": "", "digests": { "md5": "01f2377517107ca9dec19cb0c9cb58cc", "sha256": "5a59be3ec1c50bb9fbd62b27d389394cef20581669a1b40b6e458dd41d5c5c35" }, "downloads": -1, "filename": "wbxml--0.1.0.tar.gz", "has_sig": false, "md5_digest": "01f2377517107ca9dec19cb0c9cb58cc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2259, "upload_time": "2015-05-06T08:49:12", "url": "https://files.pythonhosted.org/packages/e3/8e/f81632d34756c93461171a87566649c6d652ed55203f525dbf08988a0450/wbxml--0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "26a163ee31f88ca083abc7fd44c7e43c", "sha256": "6f6b726cff4ce502d429f16f9641acb3694ef3fca4356fb7c010214fa7215342" }, "downloads": -1, "filename": "wbxml-0.1.1.tar.gz", "has_sig": false, "md5_digest": "26a163ee31f88ca083abc7fd44c7e43c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2256, "upload_time": "2015-05-06T08:53:39", "url": "https://files.pythonhosted.org/packages/aa/86/776adede6fba0df8078946962df05393e54b534f48eac02e144365466ea0/wbxml-0.1.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "26a163ee31f88ca083abc7fd44c7e43c", "sha256": "6f6b726cff4ce502d429f16f9641acb3694ef3fca4356fb7c010214fa7215342" }, "downloads": -1, "filename": "wbxml-0.1.1.tar.gz", "has_sig": false, "md5_digest": "26a163ee31f88ca083abc7fd44c7e43c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2256, "upload_time": "2015-05-06T08:53:39", "url": "https://files.pythonhosted.org/packages/aa/86/776adede6fba0df8078946962df05393e54b534f48eac02e144365466ea0/wbxml-0.1.1.tar.gz" } ] }