{ "info": { "author": "Zope Community", "author_email": "zope-dev@zope.org", "bugtrack_url": null, "classifiers": [ "Intended Audience :: Developers", "License :: OSI Approved :: Zope Public License", "Operating System :: OS Independent", "Programming Language :: Python" ], "description": "z3c.recipe.depgraph\n===================\n\nThis buildout recipe generates dependency graphs for packages.\n\nOptions\n-------\n\neggs\n The eggs for which graphs are generated. All dependencies of the eggs are\n automatically included.\n\nexclude\n A list of eggs which should be excluded from the graph processing.\n\nre-exclude\n A list of eggs' regular expressions which should be excluded.\n\ndead-ends\n A list of eggs which dependencies should be excluded.\n\nre-dead-ends\n A list of eggs' regular expressions which dependencies should be excluded.\n\nextras\n A boolean determining if extra requirements should be included. Defaults\n to False.\n\npackage-map\n An buildout section containing a mapping of distribution names to package\n names.\n\nvariants\n A whitespace separated list of variants of graphs to create. The available\n options are::\n\n base - The basic full graphs.\n tred - The transitive reduction of the graphs.\n scc - Extracts graphs of strongly connected components.\n\nformats\n A whitespace separated list of output-formats to create. Defaults to svg.\n Please consult the manpages for the dot-command or visit the graphviz-website\n for a full list_. Most commonly used options are::\n\n svg - Scalable Vector Graphics\n png - Portable Network Graphics\n gif - Graphics Interchange Format\n\n\n .. _list: http://www.graphviz.org/cvs/doc/info/output.html\n\n\nChangelog\n=========\n\n0.5 (2009-12-21)\n----------------\n\n- Do not break if the ``eggs`` option in the buildout file contains extras.\n\n0.4 (2009-10-04)\n----------------\n\n- Added additional ``formats`` option, to control in which file formats the\n output is generated.\n\n- Added additional ``re-exclude``, ``dead-ends`` and ``re-dead-ends`` options,\n to control used eggs more precisely.\n\n- Added additional ``strict`` option, if you want graphs only for eggs in eggs\n option.\n\n0.3 (2009-07-23)\n----------------\n\n- Allow to pass in a ``package-map`` manually, mapping distribution names\n to different package names.\n\n- Added additional ``extras`` option, to control wether or not extra\n dependencies (like test requirements) should be included.\n\n- Corrected distribution name discovery to preserve case.\n\n0.2 (2009-05-24)\n----------------\n\n- Do not use ``-d`` option for degenerate nodes for sccmap, as this\n creates way too much extra information.\n\n0.1 (2009-04-26)\n----------------\n\n- Initial implementation.", "description_content_type": null, "docs_url": null, "download_url": "UNKNOWN", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "http://pypi.python.org/pypi/z3c.recipe.depgraph", "keywords": "egg dependency", "license": "ZPL 2.1", "maintainer": null, "maintainer_email": null, "name": "z3c.recipe.depgraph", "package_url": "https://pypi.org/project/z3c.recipe.depgraph/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/z3c.recipe.depgraph/", "project_urls": { "Download": "UNKNOWN", "Homepage": "http://pypi.python.org/pypi/z3c.recipe.depgraph" }, "release_url": "https://pypi.org/project/z3c.recipe.depgraph/0.5/", "requires_dist": null, "requires_python": null, "summary": "Buildout recipe to generate dependency graphs.", "version": "0.5" }, "last_serial": 802073, "releases": { "0.1": [ { "comment_text": "", "digests": { "md5": "c7503bfc24da9f08a8a394b5706f09b6", "sha256": "bc3b475e46a0f4112f44838985402fc71aded9786e70640c5acf8f8208bcc7d6" }, "downloads": -1, "filename": "z3c.recipe.depgraph-0.1.zip", "has_sig": true, "md5_digest": "c7503bfc24da9f08a8a394b5706f09b6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 7499, "upload_time": "2009-04-26T14:38:52", "url": "https://files.pythonhosted.org/packages/86/93/b062ed229f3a5d7ee493a053bc49f879d38bb95d8d5fc148bca277f31fee/z3c.recipe.depgraph-0.1.zip" } ], "0.2": [ { "comment_text": "", "digests": { "md5": "dc37bc4b08dd65d771d1d7a42e3e24e6", "sha256": "205cafc2946a3c7a220ed6bea3167b679e556c605a352ac9619e1742fd4ec2ab" }, "downloads": -1, "filename": "z3c.recipe.depgraph-0.2.tar.gz", "has_sig": false, "md5_digest": "dc37bc4b08dd65d771d1d7a42e3e24e6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3207, "upload_time": "2009-05-24T18:59:27", "url": "https://files.pythonhosted.org/packages/b4/b9/280b9c84604af180ca106ef0acb7501c8cd0d53214ec73adc6f2d38e2a50/z3c.recipe.depgraph-0.2.tar.gz" } ], "0.3": [ { "comment_text": "", "digests": { "md5": "0ffe2628ebd32a42adc4dfb95d2c7071", "sha256": "58fe029c93f6b3f6318b727bf928ce4b5a82c544c73a45f77e59b6517f3d4840" }, "downloads": -1, "filename": "z3c.recipe.depgraph-0.3.zip", "has_sig": true, "md5_digest": "0ffe2628ebd32a42adc4dfb95d2c7071", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 8576, "upload_time": "2009-07-23T11:04:18", "url": "https://files.pythonhosted.org/packages/36/fc/0ddb7ff51accc7465988156723ea04b1faf6f463e8b25a8173dc199ef20c/z3c.recipe.depgraph-0.3.zip" } ], "0.5": [ { "comment_text": "", "digests": { "md5": "eb734419815146eb5b7080b5e17346dc", "sha256": "b59ca6201e70a187158d40bc3fe8ad23112b6cd01ded8ac2c02e7c22fc030064" }, "downloads": -1, "filename": "z3c.recipe.depgraph-0.5.zip", "has_sig": false, "md5_digest": "eb734419815146eb5b7080b5e17346dc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10291, "upload_time": "2009-12-21T21:56:07", "url": "https://files.pythonhosted.org/packages/f6/3d/fe5eb3994d9e4566dabd99e830903c708282fb855b9ed27f2c8843e672b1/z3c.recipe.depgraph-0.5.zip" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "eb734419815146eb5b7080b5e17346dc", "sha256": "b59ca6201e70a187158d40bc3fe8ad23112b6cd01ded8ac2c02e7c22fc030064" }, "downloads": -1, "filename": "z3c.recipe.depgraph-0.5.zip", "has_sig": false, "md5_digest": "eb734419815146eb5b7080b5e17346dc", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 10291, "upload_time": "2009-12-21T21:56:07", "url": "https://files.pythonhosted.org/packages/f6/3d/fe5eb3994d9e4566dabd99e830903c708282fb855b9ed27f2c8843e672b1/z3c.recipe.depgraph-0.5.zip" } ] }