{ "info": { "author": "Wildfoundry", "author_email": "will.mcgugan@wildfoundry.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Framework :: Django", "Intended Audience :: Developers", "License :: OSI Approved :: GNU Library or Lesser General Public License (LGPL)", "Programming Language :: Python :: 3.5", "Topic :: Software Development :: Bug Tracking" ], "description": "Django Asparagus\n----------------\n\nThis is a Django middleware to track down object leaks in your Django application.\n\nTo use it, add ``asparagus.middleware.TrackObjectLeaks`` to ``MIDDLEWARE_CLASSES``. It should be in the first position.\n\n MIDDLEWARE_CLASSES = ['asparagus.middleware.TrackObjectLeaks'] + MIDDLEWARE_CLASSES\n\nThe middleware will print a summary of any objects created but not garbage collected.\n\nif you set the settings ``ASPARAGUS_TRACK_CLASS`` to a name of an object (e.g. ``Thread``, then the middleware will render a PNG of the references to any newly created objects.\n\nNote, this is not something you ever want in production. Best to use it to find leaks then remove it from settings entirely.\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/wildfoundry/django-asparagust", "keywords": "django leak", "license": "LGPL", "maintainer": "", "maintainer_email": "", "name": "asparagus", "package_url": "https://pypi.org/project/asparagus/", "platform": "", "project_url": "https://pypi.org/project/asparagus/", "project_urls": { "Homepage": "https://github.com/wildfoundry/django-asparagust" }, "release_url": "https://pypi.org/project/asparagus/0.1.0/", "requires_dist": null, "requires_python": "", "summary": "Django middleware to log object leaks", "version": "0.1.0" }, "last_serial": 2562005, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "302189ac79ad3c5ae8d6f41e83248d65", "sha256": "76cfdb34745b58b3891c7c95b89d63b30583d755960d21d45d85b5aa8a0cd832" }, "downloads": -1, "filename": "asparagus-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "302189ac79ad3c5ae8d6f41e83248d65", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 3642, "upload_time": "2017-01-09T11:26:58", "url": "https://files.pythonhosted.org/packages/9a/24/1c04bde3f7a2f8fde64b1a772be7999c3793985579e9ea62e6fcac673df9/asparagus-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2898b85f96159222e437ae8d6b41c473", "sha256": "73ec0b17a6dd4fd08a8dd95b3eddf366164c6d92194039364c64fd4b224a6c72" }, "downloads": -1, "filename": "asparagus-0.1.0.tar.gz", "has_sig": false, "md5_digest": "2898b85f96159222e437ae8d6b41c473", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2626, "upload_time": "2017-01-09T11:26:55", "url": "https://files.pythonhosted.org/packages/72/de/071ae7866e4c7848c9e44832bb44ec9e302e0067dcf07454f21b25207cf4/asparagus-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "302189ac79ad3c5ae8d6f41e83248d65", "sha256": "76cfdb34745b58b3891c7c95b89d63b30583d755960d21d45d85b5aa8a0cd832" }, "downloads": -1, "filename": "asparagus-0.1.0-py3-none-any.whl", "has_sig": false, "md5_digest": "302189ac79ad3c5ae8d6f41e83248d65", "packagetype": "bdist_wheel", "python_version": "3.5", "requires_python": null, "size": 3642, "upload_time": "2017-01-09T11:26:58", "url": "https://files.pythonhosted.org/packages/9a/24/1c04bde3f7a2f8fde64b1a772be7999c3793985579e9ea62e6fcac673df9/asparagus-0.1.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2898b85f96159222e437ae8d6b41c473", "sha256": "73ec0b17a6dd4fd08a8dd95b3eddf366164c6d92194039364c64fd4b224a6c72" }, "downloads": -1, "filename": "asparagus-0.1.0.tar.gz", "has_sig": false, "md5_digest": "2898b85f96159222e437ae8d6b41c473", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2626, "upload_time": "2017-01-09T11:26:55", "url": "https://files.pythonhosted.org/packages/72/de/071ae7866e4c7848c9e44832bb44ec9e302e0067dcf07454f21b25207cf4/asparagus-0.1.0.tar.gz" } ] }