{ "info": { "author": "Mark Dickinson", "author_email": "dickinsm@gmail.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "Intended Audience :: Developers", "License :: OSI Approved :: Apache Software License", "Operating System :: OS Independent", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: Implementation :: CPython", "Topic :: Software Development :: Debuggers" ], "description": "\nThe refcycle package provides support for creating, analysing, and visualising\ngraphs of Python objects and the references between them. Its main intended\nuse is for finding reference cycles amongst Python objects.\n\n\nFeatures\n--------\n\n- An `ObjectGraph`_ class representing a collection of objects and references.\n- Computation of `strongly connected components`_ of the object graph.\n- Ability to export to JSON and reimport later for offline analysis.\n- Export of images via `Graphviz`_.\n- Supports Python 2 and Python 3 (CPython only).\n\n\nPrerequisites\n-------------\n\n- Currently requires Python version 2.7 or version >= 3.3. If there's any\n interest in Python 2.6 or Python 3.2 support let me know, and I may work on\n those. It's unlikely that versions earlier than 2.6 or 3.2 will ever be\n supported.\n\n- The `export_image`_ method for exporting a graph in image form requires\n `Graphviz`_ to be installed.\n\n- Uses the `six`_ package to support Python 2 and Python 3 from a single\n codebase.\n\n- Refcycle is CPython only.\n\n\nDocumentation\n-------------\n\nUp-to-date documentation can be found on \"Read the Docs\", at\nhttp://refcycle.readthedocs.io/en/v0.2.1/index.html.\n\n\nInstalling refcycle\n-------------------\n\nThe latest release of refcycle is available from the Python Package Index, at\nhttps://pypi.python.org/pypi/refcycle. On most systems, it can be installed in\nthe usual way using ``easy_install`` or ``pip``::\n\n pip install -U refcycle\n\nThe currently-in-development version can be obtained from the project's GitHub\nhomepage: https://github.com/mdickinson/refcycle.\n\n\nLicense\n-------\n\nThe refcycle package is copyright (c) 2013 Mark Dickinson.\n\nLicensed under the Apache License, Version 2.0 (the \"License\"); you may not use\nthis file except in compliance with the License. You may obtain a copy of the\nLicense at http://www.apache.org/licenses/LICENSE-2.0\n\nUnless required by applicable law or agreed to in writing, software distributed\nunder the License is distributed on an \"AS IS\" BASIS, WITHOUT WARRANTIES OR\nCONDITIONS OF ANY KIND, either express or implied. See the License for the\nspecific language governing permissions and limitations under the License.\n\n\n.. _Graphviz: http://www.graphviz.org\n.. _six: http://pypi.python.org/pypi/six\n.. _ObjectGraph: http://refcycle.readthedocs.io/en/v0.2.1/reference/object_graph.html#refcycle.object_graph.ObjectGraph\n.. _export_image: http://refcycle.readthedocs.io/en/v0.2.1/reference/object_graph.html#refcycle.object_graph.ObjectGraph.export_image\n.. _strongly connected components: http://en.wikipedia.org/wiki/Strongly_connected_component\n\n\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/mdickinson/refcycle", "keywords": "", "license": "Apache license", "maintainer": "", "maintainer_email": "", "name": "refcycle", "package_url": "https://pypi.org/project/refcycle/", "platform": "", "project_url": "https://pypi.org/project/refcycle/", "project_urls": { "Homepage": "https://github.com/mdickinson/refcycle" }, "release_url": "https://pypi.org/project/refcycle/0.2.1/", "requires_dist": [ "six" ], "requires_python": "", "summary": "Find and visualise reference cycles between Python objects.", "version": "0.2.1" }, "last_serial": 2982992, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "61f95647bc39883f50b1748355c665cb", "sha256": "dad05f94f7b7b76028cc84a7a87e187aabbf7d8d3c514ab73bc1158f423ffcf1" }, "downloads": -1, "filename": "refcycle-0.1.0.tar.gz", "has_sig": false, "md5_digest": "61f95647bc39883f50b1748355c665cb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22375, "upload_time": "2013-12-23T16:56:43", "url": "https://files.pythonhosted.org/packages/21/40/49642475e93def1c57550ff06a32a501ef9e58756a84aed42e62b9c50ec6/refcycle-0.1.0.tar.gz" } ], "0.1.1": [ { "comment_text": "", "digests": { "md5": "72cc9b193ce1e4c762c845b3134c3df4", "sha256": "20adbb7e5bb5bdbc0284b2189420ea6501b8ffd0ccb9561505c58b6deefba1c1" }, "downloads": -1, "filename": "refcycle-0.1.1.tar.gz", "has_sig": false, "md5_digest": "72cc9b193ce1e4c762c845b3134c3df4", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 22537, "upload_time": "2013-12-23T17:42:20", "url": "https://files.pythonhosted.org/packages/f3/8e/8248cb85ab9d2313585d1530cf625d8e4a99f37f128dc6b7f63d58d4c9b9/refcycle-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "f5515e1d9a13e8e7d216c00ebe65f073", "sha256": "49ded2be4f327731b359e4dcb353c5fc0cdfcb6d988bacb598da5d2828f8282a" }, "downloads": -1, "filename": "refcycle-0.1.2.tar.gz", "has_sig": false, "md5_digest": "f5515e1d9a13e8e7d216c00ebe65f073", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 23304, "upload_time": "2013-12-24T17:58:17", "url": "https://files.pythonhosted.org/packages/4e/24/edcb5abe8638299072c4e9b5492df9f385b9a266dd1a3cdda0e00458e49c/refcycle-0.1.2.tar.gz" } ], "0.2.0": [ { "comment_text": "", "digests": { "md5": "572b0012e188ca5c805543c4d0b8a96c", "sha256": "aa12809c960c00c3613d78a01894e9e190715b732ed863204f10d60290c50469" }, "downloads": -1, "filename": "refcycle-0.2.0-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "572b0012e188ca5c805543c4d0b8a96c", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 40930, "upload_time": "2017-06-27T19:24:08", "url": "https://files.pythonhosted.org/packages/02/30/1d0f554a414d698c81d8087595b1ff3b8ffedf8d9d1e15aa95134a1471f9/refcycle-0.2.0-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "aa658dde4c2b4b18d737a9e3177cac0b", "sha256": "07924186d62ac2c4ef070a91a5dad7384fe64c05eb10e5eb9b73b3f217435e6b" }, "downloads": -1, "filename": "refcycle-0.2.0.tar.gz", "has_sig": false, "md5_digest": "aa658dde4c2b4b18d737a9e3177cac0b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25641, "upload_time": "2017-06-27T19:24:10", "url": "https://files.pythonhosted.org/packages/a9/98/cec3f6eaa29652ea2a1c5e8020808dd2e97d84401431c972d49849ba41fd/refcycle-0.2.0.tar.gz" } ], "0.2.1": [ { "comment_text": "", "digests": { "md5": "a345640d9368216763f716cb4ddf2f97", "sha256": "e89352161323b1e6675c7a7ea078e5934c286e382be56c78c23e58cc1abacdd9" }, "downloads": -1, "filename": "refcycle-0.2.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a345640d9368216763f716cb4ddf2f97", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 40923, "upload_time": "2017-06-27T20:06:35", "url": "https://files.pythonhosted.org/packages/d1/96/62ee1bbc642410a544836a80f169217d48db856a50d6d69b9e0eaac4e81f/refcycle-0.2.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "683d94469f638ec90df0ed478597c022", "sha256": "56d2d5f0f3d2f6f8bf1b146d0d25aa6fb207a0dd9a237f491170c32a7cd5573f" }, "downloads": -1, "filename": "refcycle-0.2.1.tar.gz", "has_sig": false, "md5_digest": "683d94469f638ec90df0ed478597c022", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25651, "upload_time": "2017-06-27T20:06:37", "url": "https://files.pythonhosted.org/packages/d2/b4/894047ab20bf012f6870ff88eac32530989b25f9e7ed1d4d0060f1c3e70f/refcycle-0.2.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a345640d9368216763f716cb4ddf2f97", "sha256": "e89352161323b1e6675c7a7ea078e5934c286e382be56c78c23e58cc1abacdd9" }, "downloads": -1, "filename": "refcycle-0.2.1-py2.py3-none-any.whl", "has_sig": false, "md5_digest": "a345640d9368216763f716cb4ddf2f97", "packagetype": "bdist_wheel", "python_version": "py2.py3", "requires_python": null, "size": 40923, "upload_time": "2017-06-27T20:06:35", "url": "https://files.pythonhosted.org/packages/d1/96/62ee1bbc642410a544836a80f169217d48db856a50d6d69b9e0eaac4e81f/refcycle-0.2.1-py2.py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "683d94469f638ec90df0ed478597c022", "sha256": "56d2d5f0f3d2f6f8bf1b146d0d25aa6fb207a0dd9a237f491170c32a7cd5573f" }, "downloads": -1, "filename": "refcycle-0.2.1.tar.gz", "has_sig": false, "md5_digest": "683d94469f638ec90df0ed478597c022", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 25651, "upload_time": "2017-06-27T20:06:37", "url": "https://files.pythonhosted.org/packages/d2/b4/894047ab20bf012f6870ff88eac32530989b25f9e7ed1d4d0060f1c3e70f/refcycle-0.2.1.tar.gz" } ] }