{ "info": { "author": "MIT ODL Engineering", "author_email": "odl-engineering@mit.edu", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Developers", "Intended Audience :: Education", "Programming Language :: Python :: 2", "Programming Language :: Python :: 3" ], "description": "xbundle\n=======\n\n``xbundle`` converts back and forth between OLX and \"xbundle\" style XML\nformats. The xbundle format is a single XML file.\n\nThe OLX format is defined in `this\ndocumentation `__.\n\nInstallation\n------------\n\n``python setup.py install``\n\nThis will install ``xbundle`` and the ``xbundle_convert`` command-line\ntool.\n\n--------------\n\nUsing xbundle in your code\n--------------------------\n\nTo convert from xbundle to OLX\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\n.. code:: python\n\n from xbundle import XBundle\n\n bundle = XBundle()\n # get input_path and output_path from user input\n bundle.load(input_path)\n bundle.export_to_directory(output_path)\n\nTo convert from OLX to xbundle\n~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~\n\n.. code:: python\n\n from xbundle import XBundle\n\n bundle = XBundle()\n # get input_path and output_path from user input\n bundle.import_from_directory(input_path)\n bundle.save(output_path)\n\n--------------\n\nUsing the command-line tool\n---------------------------\n\n``xbundle_convert convert /path/to/course /path/to/output.xml``\n\nor\n\n``xbundle_convert convert /path/to/output.xml /path/to/course``\n\n--------------\n\nRun tests\n---------\n\n``xbundle_convert test``", "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/mitodl/xbundle", "keywords": null, "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "xbundle", "package_url": "https://pypi.org/project/xbundle/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/xbundle/", "project_urls": { "Homepage": "https://github.com/mitodl/xbundle" }, "release_url": "https://pypi.org/project/xbundle/0.3.1/", "requires_dist": null, "requires_python": null, "summary": "Converts edX courses between OLX and single-XML formats.", "version": "0.3.1" }, "last_serial": 1725361, "releases": { "0.1.0": [], "0.2.0": [ { "comment_text": "", "digests": { "md5": "de53a952e02c3e3a279de981347e63c7", "sha256": "9109c8fb16175414771d608d492cd136e1e0f1e0f8532f51c9e11da64125942b" }, "downloads": -1, "filename": "xbundle-0.2.0.tar.gz", "has_sig": false, "md5_digest": "de53a952e02c3e3a279de981347e63c7", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10227, "upload_time": "2015-05-15T18:25:21", "url": "https://files.pythonhosted.org/packages/7d/b5/b844addca2b8a11a7251f74a498ac1303221fd496e7b9e1fbe99ad4047d0/xbundle-0.2.0.tar.gz" } ], "0.3.0": [ { "comment_text": "", "digests": { "md5": "cc0623b1e626017dd13970d89027b6df", "sha256": "3e67fcbf52c5ab9acc976735e3c21b9147620430d22c0bd30d097d5024549b8b" }, "downloads": -1, "filename": "xbundle-0.3.0.tar.gz", "has_sig": false, "md5_digest": "cc0623b1e626017dd13970d89027b6df", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10793, "upload_time": "2015-07-28T18:48:01", "url": "https://files.pythonhosted.org/packages/a1/96/0cc594890d8a54c913977ace7a68d2668cb8546a26fadcd462ebd511caae/xbundle-0.3.0.tar.gz" } ], "0.3.1": [ { "comment_text": "", "digests": { "md5": "4694c230e31daa86afb47b5c30d6c099", "sha256": "0b287dce313c22736c340330c433e5103e4169ba2cbd4284ae49fbf07286bbf3" }, "downloads": -1, "filename": "xbundle-0.3.1.tar.gz", "has_sig": true, "md5_digest": "4694c230e31daa86afb47b5c30d6c099", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10867, "upload_time": "2015-09-16T16:11:04", "url": "https://files.pythonhosted.org/packages/72/04/b00a6526153e625ff296c3c22e8e9a827e7bf6d096b9394dca1ef2653041/xbundle-0.3.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "4694c230e31daa86afb47b5c30d6c099", "sha256": "0b287dce313c22736c340330c433e5103e4169ba2cbd4284ae49fbf07286bbf3" }, "downloads": -1, "filename": "xbundle-0.3.1.tar.gz", "has_sig": true, "md5_digest": "4694c230e31daa86afb47b5c30d6c099", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10867, "upload_time": "2015-09-16T16:11:04", "url": "https://files.pythonhosted.org/packages/72/04/b00a6526153e625ff296c3c22e8e9a827e7bf6d096b9394dca1ef2653041/xbundle-0.3.1.tar.gz" } ] }