{ "info": { "author": "Harsha Karpurapu", "author_email": "kbsriharsha@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 2 - Pre-Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Natural Language :: English", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6" ], "description": "===============================\nZeppi_Convert\n===============================\n\n.. image:: https://img.shields.io/travis/kbsriharsha/Zeppi_Convert.svg\n :target: https://travis-ci.org/kbsriharsha/Zeppi_Convert\n\n.. image:: https://img.shields.io/pypi/v/Zeppi_Convert.svg\n :target: https://pypi.python.org/pypi/Zeppi_Convert\n\n\n\nZeppi_Convert is a python library which can convert the zeppelin notebooks to python or any other formats. It has the built in capability to extract the code from different kind of interpreter cells.\n\nZeppi_Convert got three arguments,\n\n* i : input file to be converted(required)\n* o : output file to be returned(optional)(default: outputs a zeppiconvert.txt file)\n* int : specific interpreter cells to be converted (optional)(default: extracts the code from all the cells)\n\nUsage\n======================\n\n\nFrom the command line, use the keyword ``zeppi-convert`` to convert a zeppelin notebook (.json) to any other format output format\n\n ``$ zeppi-convert -i -o -int ``\n\nExample1: Extract the code from all the cells and output a python file\n\n ``$ zeppi-convert -i mynotebook.json -o mypython.py``\n\nExample2: Convert a zeppelin notebook to any text format\n\n ``$ zeppi-convert -i mynotebook.json -o myfile.txt``\n\nExample3: Extract the code from a specific interpreter cells\n\n ``$ zeppi-convert -i mynotebook.json -o myfile.txt -int pyspark``\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/kbsriharsha/Zeppi_Convert", "keywords": "zeppelin convert to python notebooks interpreter", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "Zeppi_Convert", "package_url": "https://pypi.org/project/Zeppi_Convert/", "platform": "", "project_url": "https://pypi.org/project/Zeppi_Convert/", "project_urls": { "Homepage": "https://github.com/kbsriharsha/Zeppi_Convert" }, "release_url": "https://pypi.org/project/Zeppi_Convert/0.1.2/", "requires_dist": null, "requires_python": "", "summary": "Convert your zeppelin notebooks to python", "version": "0.1.2" }, "last_serial": 5111375, "releases": { "0.1.2": [ { "comment_text": "", "digests": { "md5": "ee9ada88fa6b87170ff30d3981cbf7a8", "sha256": "e09ed77cd54ca08a312312db78d48e168df7b915e1144cfe477175cfc9610d8e" }, "downloads": -1, "filename": "Zeppi_Convert-0.1.2.tar.gz", "has_sig": false, "md5_digest": "ee9ada88fa6b87170ff30d3981cbf7a8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2884, "upload_time": "2019-04-08T00:15:35", "url": "https://files.pythonhosted.org/packages/c0/d2/04f731af8aa81cc83cf8aa05172a3ba0a2f20993d3830f5956ad5a9653c7/Zeppi_Convert-0.1.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "ee9ada88fa6b87170ff30d3981cbf7a8", "sha256": "e09ed77cd54ca08a312312db78d48e168df7b915e1144cfe477175cfc9610d8e" }, "downloads": -1, "filename": "Zeppi_Convert-0.1.2.tar.gz", "has_sig": false, "md5_digest": "ee9ada88fa6b87170ff30d3981cbf7a8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2884, "upload_time": "2019-04-08T00:15:35", "url": "https://files.pythonhosted.org/packages/c0/d2/04f731af8aa81cc83cf8aa05172a3ba0a2f20993d3830f5956ad5a9653c7/Zeppi_Convert-0.1.2.tar.gz" } ] }