{ "info": { "author": "Marshalov Alexander", "author_email": "_@marshalov.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Environment :: Console", "Environment :: Plugins", "Framework :: IPython", "License :: OSI Approved :: BSD License", "Operating System :: OS Independent", "Programming Language :: Python", "Topic :: Software Development :: Disassemblers" ], "description": ".. -*- rst -*-\n\ndismagic\n========\n\ndisassembling magic command for ipython\n-------------------\n\n.. image:: https://img.shields.io/pypi/v/dismagic.svg\n :target: https://pypi.python.org/pypi/dismagic\n :alt: Latest Version\n.. image:: https://img.shields.io/pypi/dm/dismagic.svg\n :target: https://pypi.python.org/pypi/dismagic\n :alt: Downloads\n\nInstallation\n------------\nThe package may be installed as follows: ::\n\n pip install dismagic\n\nAfter installation, the extension may be loaded within an IPython session\nwith ::\n\n %load_ext dismagic\n\nUsage Examples\n--------------\nDisassembly a source:\n \n %dis x = a + b\n\n %dis \"x = a + b\"\n\n src = \"x = a + b\"\n %dis src\n\nDisassembly an object:\n\n func = lambda x, y: x + y\n %dis func\n\nAuthor\n------\nSee the included AUTHORS.txt file for more information.\n\nLicense\n-------\nThis software is licensed under the\n`BSD License `_.\nSee the included LICENSE.txt file for more information.", "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/amper/dismagic", "keywords": "ipython notebook dis disassembly disassembling", "license": "BSD", "maintainer": null, "maintainer_email": null, "name": "dismagic", "package_url": "https://pypi.org/project/dismagic/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/dismagic/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/amper/dismagic" }, "release_url": "https://pypi.org/project/dismagic/0.0.1/", "requires_dist": null, "requires_python": null, "summary": "An extension for IPython that help to disassembly source and objects.", "version": "0.0.1" }, "last_serial": 2040535, "releases": { "0.0.1": [ { "comment_text": "built for Darwin-15.0.0", "digests": { "md5": "4e1ef1a6f4615c773931bc397452e2fb", "sha256": "f50fac8092ead715a88ece36c2335ae2fc4eae9b637bf5c0b1f747742a256ac3" }, "downloads": -1, "filename": "dismagic-0.0.1.macosx-10.10-x86_64.tar.gz", "has_sig": false, "md5_digest": "4e1ef1a6f4615c773931bc397452e2fb", "packagetype": "bdist_dumb", "python_version": "any", "requires_python": null, "size": 2354, "upload_time": "2016-04-01T15:32:56", "url": "https://files.pythonhosted.org/packages/ad/3c/dee9626654abd130c23c783d7946676d946a9c776fe563971892a2852d3f/dismagic-0.0.1.macosx-10.10-x86_64.tar.gz" }, { "comment_text": "", "digests": { "md5": "c48c83a3a42a58e4285e3d4692afc810", "sha256": "4b880d5d0f78eec0dafb458c8f9c5b2bedc0f2a16260c48532727173c9ea468d" }, "downloads": -1, "filename": "dismagic-0.0.1.tar.gz", "has_sig": false, "md5_digest": "c48c83a3a42a58e4285e3d4692afc810", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2760, "upload_time": "2016-04-01T15:33:15", "url": "https://files.pythonhosted.org/packages/f3/7e/4d7a91e36cf6dffd3e16b1b677ddbb75666734af2b42c0c2ed61e0cbebc9/dismagic-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "built for Darwin-15.0.0", "digests": { "md5": "4e1ef1a6f4615c773931bc397452e2fb", "sha256": "f50fac8092ead715a88ece36c2335ae2fc4eae9b637bf5c0b1f747742a256ac3" }, "downloads": -1, "filename": "dismagic-0.0.1.macosx-10.10-x86_64.tar.gz", "has_sig": false, "md5_digest": "4e1ef1a6f4615c773931bc397452e2fb", "packagetype": "bdist_dumb", "python_version": "any", "requires_python": null, "size": 2354, "upload_time": "2016-04-01T15:32:56", "url": "https://files.pythonhosted.org/packages/ad/3c/dee9626654abd130c23c783d7946676d946a9c776fe563971892a2852d3f/dismagic-0.0.1.macosx-10.10-x86_64.tar.gz" }, { "comment_text": "", "digests": { "md5": "c48c83a3a42a58e4285e3d4692afc810", "sha256": "4b880d5d0f78eec0dafb458c8f9c5b2bedc0f2a16260c48532727173c9ea468d" }, "downloads": -1, "filename": "dismagic-0.0.1.tar.gz", "has_sig": false, "md5_digest": "c48c83a3a42a58e4285e3d4692afc810", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2760, "upload_time": "2016-04-01T15:33:15", "url": "https://files.pythonhosted.org/packages/f3/7e/4d7a91e36cf6dffd3e16b1b677ddbb75666734af2b42c0c2ed61e0cbebc9/dismagic-0.0.1.tar.gz" } ] }