{ "info": { "author": "Luis Montiel", "author_email": "luismmontielg@gmail.com", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "License :: CC0 1.0 Universal (CC0 1.0) Public Domain Dedication", "Operating System :: OS Independent", "Programming Language :: Python" ], "description": "Python oject inspection for ipython\n===================================\n\nipython magic function %pi, print instance\n\nWritten and maintained by Luis Montiel \n\n%pi, print instance\n-------------------\n\n In [2]: obj_or_dict = {'akey': 'value', 'another': 'value2'}\n In [3]: %pi obj_or_dict\n dict\n akey = 'value'\n another = 'value2'\n\nYou can pass a pattern and a separator after the object:\n\n In [3]: %pi obj_or_dict anot\n dict\n another = 'value2'\n\n In [4]: %pi obj_or_dict * '| '\n dict\n akey= 'value'| another= 'value2'\n\nInstallation\n============\n\n pip install poinspection\n\nUsage\n=====\n\n %load_ext poinspection\n\nTo autoload when IPython starts:\n\n- Create ipython profile config file, or skip if already present\n\n ipython profile create\n\n And you will have a default ipython_config.py in your IPython directory under profile_default\n\n- Add/modify this ipython config file\n\n c.InteractiveShellApp.extensions = ['poinspection']\n\nInformation\n===========\n\nThe IPython magic commands work for versions of IPython with the\ndecorators IPython.core.magic.magics_class and\nIPython.core.magic.line_magic.\n\nLicense\n=======\n\nPublic domain. You can do whatever you want with this.", "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/luismmontielg/poinspection", "keywords": "ipython", "license": "Creative Commons CC0 1.0 Universal (CC0 1.0) Public Domain Dedication", "maintainer": null, "maintainer_email": null, "name": "poinspection", "package_url": "https://pypi.org/project/poinspection/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/poinspection/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/luismmontielg/poinspection" }, "release_url": "https://pypi.org/project/poinspection/0.0.2/", "requires_dist": null, "requires_python": null, "summary": "Python inspection magic functions for ipython", "version": "0.0.2" }, "last_serial": 879288, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "43e704fb2acfb0557fdd19e082cc71fa", "sha256": "a96264e76e2c5393dd2a50a40ade6d66cd1aa4625ac390eb36fedaf5c87db6f0" }, "downloads": -1, "filename": "poinspection-0.0.1.tar.gz", "has_sig": false, "md5_digest": "43e704fb2acfb0557fdd19e082cc71fa", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3512, "upload_time": "2013-10-02T01:10:46", "url": "https://files.pythonhosted.org/packages/40/4e/cf577cb59ebda19e51a13b89d12e11cfb308673224b7f6bc4ee232251303/poinspection-0.0.1.tar.gz" } ], "0.0.2": [ { "comment_text": "", "digests": { "md5": "288be6ff01ef85b9047b1ee2d3ea9eb8", "sha256": "354fd4cd2101faa8b0b99478418aea1100ecfe1c9a7257193681e2079fda24ea" }, "downloads": -1, "filename": "poinspection-0.0.2.tar.gz", "has_sig": false, "md5_digest": "288be6ff01ef85b9047b1ee2d3ea9eb8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3534, "upload_time": "2013-10-02T17:11:19", "url": "https://files.pythonhosted.org/packages/ee/10/b0bb21bbe2801dc8fbf298a62c20f5a728aa8d48fb2f87e39be17e063e2a/poinspection-0.0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "288be6ff01ef85b9047b1ee2d3ea9eb8", "sha256": "354fd4cd2101faa8b0b99478418aea1100ecfe1c9a7257193681e2079fda24ea" }, "downloads": -1, "filename": "poinspection-0.0.2.tar.gz", "has_sig": false, "md5_digest": "288be6ff01ef85b9047b1ee2d3ea9eb8", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3534, "upload_time": "2013-10-02T17:11:19", "url": "https://files.pythonhosted.org/packages/ee/10/b0bb21bbe2801dc8fbf298a62c20f5a728aa8d48fb2f87e39be17e063e2a/poinspection-0.0.2.tar.gz" } ] }