{"id":13806235,"url":"https://github.com/disko/pyramid_pycallgraph","last_synced_at":"2025-04-04T23:31:23.435Z","repository":{"id":62582930,"uuid":"48368499","full_name":"disko/pyramid_pycallgraph","owner":"disko","description":"Pyramid tween to generate a callgraph image for every request","archived":false,"fork":false,"pushed_at":"2015-12-21T11:48:05.000Z","size":6,"stargazers_count":5,"open_issues_count":0,"forks_count":2,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-20T20:17:53.583Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/disko.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGES.rst","contributing":null,"funding":null,"license":"LICENSE.txt","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-12-21T11:36:29.000Z","updated_at":"2023-01-04T20:31:47.000Z","dependencies_parsed_at":"2022-11-03T21:36:57.327Z","dependency_job_id":null,"html_url":"https://github.com/disko/pyramid_pycallgraph","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/disko%2Fpyramid_pycallgraph","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/disko%2Fpyramid_pycallgraph/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/disko%2Fpyramid_pycallgraph/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/disko%2Fpyramid_pycallgraph/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/disko","download_url":"https://codeload.github.com/disko/pyramid_pycallgraph/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247266476,"owners_count":20910831,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-08-04T01:01:09.243Z","updated_at":"2025-04-04T23:31:23.138Z","avatar_url":"https://github.com/disko.png","language":"Python","funding_links":[],"categories":["Debugging"],"sub_categories":[],"readme":"===================\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","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdisko%2Fpyramid_pycallgraph","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdisko%2Fpyramid_pycallgraph","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdisko%2Fpyramid_pycallgraph/lists"}