{ "info": { "author": "Hugo Guillen-Ramirez", "author_email": "hugoagr@gmail.com", "bugtrack_url": null, "classifiers": [], "description": "nb2py\n=====\n\nDumps marked code cells from a Jupyter notebook into a text file.\n\nFeatures\n--------\n\n- Reads a Jupyter Notebook and export marked code cells with the\n comment ``#~`` to a single ``.py`` file.\n- Exports cells marked with custom comments.\n- Exports a list of cells into a single file (useful to export markdown\n cells as a README.md file)\n\nDependencies\n------------\n\nNone\n\nUsage\n-----\n\n::\n\n import nb2py\n nb2py.dump('NB2PY_SOURCE.ipynb','nb2py.py')\n nb2py.dump_indices('NB2PY_SOURCE.ipynb','README.md',[3,2])\n\nNotes: check that you saved your notebook before you use ``dump`` to see\nthe changes!\n\nFor examples, check the\n`tutorial `__.\n\nCredits\n-------\n\nCreated by `Hugo Guillen `__, 2017.", "description_content_type": null, "docs_url": null, "download_url": "https://github.com/HugoGuillen/nb2py/archive/0.1.6.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/HugoGuillen/nb2py", "keywords": "jupyter", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "nb2py", "package_url": "https://pypi.org/project/nb2py/", "platform": "", "project_url": "https://pypi.org/project/nb2py/", "project_urls": { "Download": "https://github.com/HugoGuillen/nb2py/archive/0.1.6.tar.gz", "Homepage": "https://github.com/HugoGuillen/nb2py" }, "release_url": "https://pypi.org/project/nb2py/0.1.6/", "requires_dist": null, "requires_python": "", "summary": "Dumps marked code cells from a Jupyter notebook into a text file.", "version": "0.1.6" }, "last_serial": 3027451, "releases": { "0.1.6": [ { "comment_text": "", "digests": { "md5": "1f1942b13d5f48edfe42f6c6d4a5f911", "sha256": "ee27970148d1ab58143c59bb41d1b0cc02072fe07302c9ea46e7a4294f700479" }, "downloads": -1, "filename": "nb2py-0.1.6.tar.gz", "has_sig": false, "md5_digest": "1f1942b13d5f48edfe42f6c6d4a5f911", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2012, "upload_time": "2017-07-17T00:28:09", "url": "https://files.pythonhosted.org/packages/15/9a/558bf83a5844c9782b3a7c0b70100d456d957e946c78c3e6d892dcb7ad71/nb2py-0.1.6.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "1f1942b13d5f48edfe42f6c6d4a5f911", "sha256": "ee27970148d1ab58143c59bb41d1b0cc02072fe07302c9ea46e7a4294f700479" }, "downloads": -1, "filename": "nb2py-0.1.6.tar.gz", "has_sig": false, "md5_digest": "1f1942b13d5f48edfe42f6c6d4a5f911", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2012, "upload_time": "2017-07-17T00:28:09", "url": "https://files.pythonhosted.org/packages/15/9a/558bf83a5844c9782b3a7c0b70100d456d957e946c78c3e6d892dcb7ad71/nb2py-0.1.6.tar.gz" } ] }