{ "info": { "author": "Andreas Kaiser", "author_email": "disko@binary-punks.com", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Environment :: Plugins", "Environment :: Web Environment", "Framework :: Pyramid", "Intended Audience :: Developers", "License :: Repoze Public License", "Programming Language :: Python", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.6", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.2", "Programming Language :: Python :: 3.3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Topic :: Documentation", "Topic :: Internet :: WWW/HTTP", "Topic :: Internet :: WWW/HTTP :: WSGI", "Topic :: Software Development", "Topic :: Software Development :: Debuggers", "Topic :: Software Development :: Documentation", "Topic :: Utilities" ], "description": "===================\npyramid_pycallgraph\n===================\n\nThis package provides a Pyramid tween to generate a callgraph image for every request.\n\nIt uses the `Python Call Graph`_ package for tracing and graph generation.\nSee its documentation for example images.\n\n.. _Python Call Graph: http://pycallgraph.slowchop.com/\n\nUsage\n=====\n\nAdd ``pyramid_pycallgraph`` to the ``pyramid.includes`` in your application's ``.ini`` file::\n\n pyramid.includes =\n pyramid_pycallgraph\n\nConfiguration\n=============\n\nThe default options of the `pycallgraph.config.Config`_ object can be overridden in your application's ``.ini`` file.\n\nExample::\n\n pycallgraph.include_stdlib = True\n pycallgraph.max_depth = 10000\n\n pycallgraph.trace_filter.exclude =\n pycallgraph.trace_filter.include =\n sqlalchemy.*\n pyramid.*\n myapp.*\n\n.. _pycallgraph.config.Config: https://github.com/gak/pycallgraph/blob/master/pycallgraph/config.py#L8\n\nDevelopment\n===========\n\nStatus\n------\n\nCurrently ``pyramid_pycallgraph`` is in alpha / development state and should be considered no more than a proof of concept.\nThere are no tests at all and it might or might not work for you.\n\nContributions\n-------------\n\nContributions are highly welcome.\nJust clone the `Github repository`_ and start hacking.\nIf you think your work might be generally useful, feel free to open a pull request.\n\n.. _Github repository: https://github.com/disko/pyramid_pycallgraph\n\n\nChangelog\n=========\n\n0.1.0 - 2015-12-21\n------------------\n\n- Initial version", "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/disko/pyramid_pycallgraph", "keywords": "web pyramid pylons", "license": "BSD-derived (http://www.repoze.org/LICENSE.txt)", "maintainer": null, "maintainer_email": null, "name": "pyramid_pycallgraph", "package_url": "https://pypi.org/project/pyramid_pycallgraph/", "platform": "UNKNOWN", "project_url": "https://pypi.org/project/pyramid_pycallgraph/", "project_urls": { "Download": "UNKNOWN", "Homepage": "https://github.com/disko/pyramid_pycallgraph" }, "release_url": "https://pypi.org/project/pyramid_pycallgraph/0.1.0/", "requires_dist": null, "requires_python": null, "summary": "Pyramid tween to generate a callgraph image for every request", "version": "0.1.0" }, "last_serial": 1871981, "releases": { "0.1.0": [ { "comment_text": "", "digests": { "md5": "01247441f5d5bc3e95a568df4e5e0b0b", "sha256": "708e476b8dc9f336155e919b5f94cf5722cc244aa4569d9431ca8bcf9aa59bb5" }, "downloads": -1, "filename": "pyramid_pycallgraph-0.1.0.tar.gz", "has_sig": false, "md5_digest": "01247441f5d5bc3e95a568df4e5e0b0b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4093, "upload_time": "2015-12-21T11:44:28", "url": "https://files.pythonhosted.org/packages/24/9e/dc1328f78b7aeb0f4dae4c27fa097616179c94a895768c7fdb1cb8c3c465/pyramid_pycallgraph-0.1.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "01247441f5d5bc3e95a568df4e5e0b0b", "sha256": "708e476b8dc9f336155e919b5f94cf5722cc244aa4569d9431ca8bcf9aa59bb5" }, "downloads": -1, "filename": "pyramid_pycallgraph-0.1.0.tar.gz", "has_sig": false, "md5_digest": "01247441f5d5bc3e95a568df4e5e0b0b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4093, "upload_time": "2015-12-21T11:44:28", "url": "https://files.pythonhosted.org/packages/24/9e/dc1328f78b7aeb0f4dae4c27fa097616179c94a895768c7fdb1cb8c3c465/pyramid_pycallgraph-0.1.0.tar.gz" } ] }