{ "info": { "author": "Eric Galloway", "author_email": "ericgalloway@gmail.com", "bugtrack_url": null, "classifiers": [ "Framework :: IPython", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4" ], "description": "===========\nnewtabmagic\n===========\n\nnewtabmagic is an `IPython`_ CLI for viewing `pydoc`_ documentation in\nthe browser.\n\n.. _pydoc: https://docs.python.org/3/library/pydoc.html\n.. _IPython: http://ipython.org/\n\nInstall\n=======\n\nAs a Python package:\n\n.. code::\n\n $ pip install newtabmagic\n\nAs an IPython extension:\n\n.. code::\n\n In [1]: %install_ext https://raw.github.com/etgalloway/newtabmagic/master/newtabmagic.py\n\nUse\n===\n\nLoad the extension:\n\n.. code::\n\n In [1]: %load_ext newtabmagic\n\nStart the pydoc server:\n\n.. code::\n\n In [2]: %newtab --server start\n Starting job # 0 in a separate thread.\n Server running at http://127.0.0.1:63146/\n\nView documentation in the browser:\n\n.. code::\n\n In [3]: %newtab IPython.core.debugger.Tracer\n\n In [4]: import IPython\n In [5]: tracer = IPython.core.debugger\n In [6]: %newtab tracer", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/etgalloway/newtabmagic", "keywords": "CLI documentation IPython pydoc", "license": "UNKNOWN", "maintainer": null, "maintainer_email": null, "name": "newtabmagic", "package_url": "https://pypi.org/project/newtabmagic/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/newtabmagic/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/etgalloway/newtabmagic" }, "release_url": "https://pypi.org/project/newtabmagic/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "IPython CLI for viewing documentation in the browser", "version": "0.1.0" }, "last_serial": 1534964, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "018435c4b7ca81bc5cf345ed208a0875", "sha256": "d5cf03dd0f52720ca9a6d512627d8e6536b600b6a0c94ada922d157b5e95beef" }, "downloads": -1, "filename": "newtabmagic-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "018435c4b7ca81bc5cf345ed208a0875", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 6680, "upload_time": "2015-05-06T03:13:50", "url": "https://files.pythonhosted.org/packages/6c/d8/391db982bb3f792b3942ce5200d202945e6a85f937cda733e945432229ff/newtabmagic-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8149a8fdecd5e7903000df4412acd45f", "sha256": "6ae4d86cb55af4a8424ed0aaef27d5c3bcb28acee1e1f7ad482c1ebe03fcdc2c" }, "downloads": -1, "filename": "newtabmagic-0.1.0.zip", "has_sig": false, "md5_digest": "8149a8fdecd5e7903000df4412acd45f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8048, "upload_time": "2015-05-06T03:13:53", "url": "https://files.pythonhosted.org/packages/2b/30/d747d80db2596195adf13a37325c9366475e98126b642c4620d092e35798/newtabmagic-0.1.0.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "018435c4b7ca81bc5cf345ed208a0875", "sha256": "d5cf03dd0f52720ca9a6d512627d8e6536b600b6a0c94ada922d157b5e95beef" }, "downloads": -1, "filename": "newtabmagic-0.1.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "018435c4b7ca81bc5cf345ed208a0875", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 6680, "upload_time": "2015-05-06T03:13:50", "url": "https://files.pythonhosted.org/packages/6c/d8/391db982bb3f792b3942ce5200d202945e6a85f937cda733e945432229ff/newtabmagic-0.1.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "8149a8fdecd5e7903000df4412acd45f", "sha256": "6ae4d86cb55af4a8424ed0aaef27d5c3bcb28acee1e1f7ad482c1ebe03fcdc2c" }, "downloads": -1, "filename": "newtabmagic-0.1.0.zip", "has_sig": false, "md5_digest": "8149a8fdecd5e7903000df4412acd45f", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8048, "upload_time": "2015-05-06T03:13:53", "url": "https://files.pythonhosted.org/packages/2b/30/d747d80db2596195adf13a37325c9366475e98126b642c4620d092e35798/newtabmagic-0.1.0.zip" } ] }