{ "info": { "author": "Liam Deacon", "author_email": "liam.m.deacon@gmail.com", "bugtrack_url": null, "classifiers": [ "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Text Processing :: Markup :: HTML" ], "description": "# Magics for temporary workspace\n\n- `%cdtemp` -- Creates a temporary directory that is magically cleaned up\n when you exit IPython session.\n\n- `%%with_temp_dir` -- Run Python code in a temporary directory and\n clean up it after the execution.\n\n# Installation\n\nInstall using pip:\n\n```\npip install ipython-tempmagic # PyPI published version\n```\n\nor \n\n```\npip install git+https://github.com/Lightslayer/ipython-tempmagic # development version\n```\n\nFor older Jupyter versions (< 5.0):\n\n```text\n%install_ext https://raw.github.com/tkf/ipython-tempmagic/master/tempmagic.py\n```\n\n\n", "description_content_type": null, "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/tkf/ipython-tempmagic", "keywords": "ipython jupyter notebook tempfile tempdir", "license": "", "maintainer": "", "maintainer_email": "", "name": "ipython-tempmagic", "package_url": "https://pypi.org/project/ipython-tempmagic/", "platform": "", "project_url": "https://pypi.org/project/ipython-tempmagic/", "project_urls": { "Homepage": "https://github.com/tkf/ipython-tempmagic" }, "release_url": "https://pypi.org/project/ipython-tempmagic/0.0.1/", "requires_dist": [ "jupyter (>=1.0.0)" ], "requires_python": "", "summary": "Temporary file magic IPython", "version": "0.0.1" }, "last_serial": 3565091, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "af83b515f08ea1d1fc63432c638cfb22", "sha256": "49f3ff08013aa99ac30f0e9618ba89a88a9ee7ada4509ca5c7101261a6b70133" }, "downloads": -1, "filename": "ipython_tempmagic-0.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "af83b515f08ea1d1fc63432c638cfb22", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 3908, "upload_time": "2018-02-08T19:52:34", "url": "https://files.pythonhosted.org/packages/96/b7/72631efbaae49ab45060372acb0ade32c6d7460711cd7c691d007f0cffab/ipython_tempmagic-0.0.1-py2.py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "af83b515f08ea1d1fc63432c638cfb22", "sha256": "49f3ff08013aa99ac30f0e9618ba89a88a9ee7ada4509ca5c7101261a6b70133" }, "downloads": -1, "filename": "ipython_tempmagic-0.0.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "af83b515f08ea1d1fc63432c638cfb22", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 3908, "upload_time": "2018-02-08T19:52:34", "url": "https://files.pythonhosted.org/packages/96/b7/72631efbaae49ab45060372acb0ade32c6d7460711cd7c691d007f0cffab/ipython_tempmagic-0.0.1-py2.py3-none-any.whl" } ] }