{ "info": { "author": "Scott Torborg", "author_email": "storborg@mit.edu", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: GNU General Public License (GPL)", "Natural Language :: English", "Programming Language :: Python" ], "description": "==================================================================================\nimportwatch - See what your code is importing, and when.\n==================================================================================\n\n:Authors:\n Scott Torborg (storborg)\n:Version: 0.1\n\nThis library tracks module imports. That's it.\n\n*Note* Use at your own risk!\n\n\nInstallation\n============\n\nSimple as::\n \n $ pip install importwatch\n\nOr with easy_install::\n\n $ easy_install importwatch\n\nOr if you prefer, download the source and then::\n\n $ python setup.py build\n $ python setup.py install\n\n\nExample\n=======\n\n>>> import importwatch\n>>> importwatch.start()\n>>> run_lots_of_code_which_imports_stuff()\n>>> # That's it!\n\nJust care about your package?\n\n>>> import importwatch\n>>> importwatch.start('^myapp')\n\n\nLogging Configuration\n=====================\n\nTo make importwatch more useful, you'll want to configure some special logging.\nDo it like:\n\n [logger_importwatch]\n level = INFO\n handlers = console\n qualname = importwatch\n\n\nLicense\n=======\n\nPackagetrack is released under the GNU General Public License (GPL). See the\nLICENSE file for full text of the license.\n\n\n.. # vim: syntax=rst expandtab tabstop=4 shiftwidth=4 shiftround", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://github.com/storborg/importwatch", "keywords": "track imports profiler package modules", "license": "GPL", "maintainer": null, "maintainer_email": null, "name": "importwatch", "package_url": "https://pypi.org/project/importwatch/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/importwatch/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://github.com/storborg/importwatch" }, "release_url": "https://pypi.org/project/importwatch/0.2/", "requires_dist": null, "requires_python": null, "summary": "Track packages.", "version": "0.2" }, "last_serial": 793242, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "51e5dea9db1d09fb63599056d9729a1c", "sha256": "243a3332828558bd9e62ca0bb21c0d8e5266fcd61f1140e98bcf52fb7b47e1e7" }, "downloads": -1, "filename": "importwatch-0.1.tar.gz", "has_sig": false, "md5_digest": "51e5dea9db1d09fb63599056d9729a1c", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14524, "upload_time": "2010-12-16T11:32:34", "url": "https://files.pythonhosted.org/packages/20/cf/01cd5755262f003a92e799150832c79d79cbdd34ee833d04b96e88a2703e/importwatch-0.1.tar.gz" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "6d924b443bd43d13c28a72206d456c25", "sha256": "08e5c2ac0d42c085b89143b4c933917d693dfe9388b8a225f4226e26f4996c52" }, "downloads": -1, "filename": "importwatch-0.2.tar.gz", "has_sig": false, "md5_digest": "6d924b443bd43d13c28a72206d456c25", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14502, "upload_time": "2010-12-16T12:02:03", "url": "https://files.pythonhosted.org/packages/e7/74/31e2eb7873ebec3643b24f0decbf21f1be9b13f59321f223835369eecb13/importwatch-0.2.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "6d924b443bd43d13c28a72206d456c25", "sha256": "08e5c2ac0d42c085b89143b4c933917d693dfe9388b8a225f4226e26f4996c52" }, "downloads": -1, "filename": "importwatch-0.2.tar.gz", "has_sig": false, "md5_digest": "6d924b443bd43d13c28a72206d456c25", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 14502, "upload_time": "2010-12-16T12:02:03", "url": "https://files.pythonhosted.org/packages/e7/74/31e2eb7873ebec3643b24f0decbf21f1be9b13f59321f223835369eecb13/importwatch-0.2.tar.gz" } ] }