{"id":13805672,"url":"https://github.com/sacrud/ps_tree","last_synced_at":"2026-05-22T03:03:45.735Z","repository":{"id":57455356,"uuid":"37461700","full_name":"sacrud/ps_tree","owner":"sacrud","description":"ps_tree is extension for pyramid_sacrud which displays a list of records as tree. This works fine with models from sqlalchemy_mptt.","archived":false,"fork":false,"pushed_at":"2015-07-10T07:39:25.000Z","size":436,"stargazers_count":3,"open_issues_count":2,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-09-29T03:30:12.483Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://ps-tree.rtfd.org ","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/sacrud.png","metadata":{"files":{"readme":"README.rst","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-06-15T11:43:31.000Z","updated_at":"2022-08-31T09:34:38.000Z","dependencies_parsed_at":"2022-09-10T00:41:05.683Z","dependency_job_id":null,"html_url":"https://github.com/sacrud/ps_tree","commit_stats":null,"previous_names":["itcase/ps_tree"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/sacrud/ps_tree","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sacrud%2Fps_tree","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sacrud%2Fps_tree/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sacrud%2Fps_tree/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sacrud%2Fps_tree/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sacrud","download_url":"https://codeload.github.com/sacrud/ps_tree/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sacrud%2Fps_tree/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33326656,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-21T12:23:38.849Z","status":"online","status_checked_at":"2026-05-22T02:00:06.671Z","response_time":265,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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:03.693Z","updated_at":"2026-05-22T03:03:45.718Z","avatar_url":"https://github.com/sacrud.png","language":"Python","funding_links":[],"categories":["Admin interface"],"sub_categories":[],"readme":"|Build Status| |Coverage Status| |PyPI|\n\nps_tree\n=======\n\n`ps_tree` is extension for `pyramid_sacrud\n\u003chttps://github.com/ITCase/pyramid_sacrud/\u003e`_ which displays a list of records\nas tree. This works fine with models from `sqlalchemy_mptt\n\u003chttps://github.com/ITCase/sqlalchemy_mptt/\u003e`_.\n\n.. image:: https://cdn.rawgit.com/ITCase/ps_tree/master/docs/source/_static/tree.png\n   :alt: tree\n\nLook how easy it is to use:\n\n.. code-block:: python\n\n   from pyramid_pages.models import BaseSacrudMpttPage\n\n   Base = declarative_base()\n   DBSession = scoped_session(sessionmaker(extension=ZopeTransactionExtension()))\n\n   class PageTree(Base, BaseSacrudMpttPage):\n       __tablename__ = 'pages'\n\n       id = Column(Integer, primary_key=True)\n\n.. code-block:: python\n\n   config.include('ps_tree')\n   config.registry.settings['ps_tree.models'] = (PageTree, )\n   config.include('pyramid_sacrud', route_prefix='admin')\n   config.registry.settings['pyramid_sacrud.models'] = ('', PageTree)\n\nFor more docs see http://ps-tree.rtfd.org\n\nSupport and Development\n=======================\n\nTo report bugs, use the `issue tracker\n\u003chttps://github.com/ITCase/ps_tree/issues\u003e`_\n\nWe welcome any contribution: suggestions, ideas, commits with new futures,\nbug fixes, refactoring, docs, tests, translations etc\n\nIf you have question, contact me sacrud@uralbash.ru or IRC channel #sacrud\n\nLicense\n=======\n\nThe project is licensed under the MIT license.\n\n.. |Build Status| image:: https://travis-ci.org/ITCase/ps_tree.svg?branch=master\n   :target: https://travis-ci.org/ITCase/ps_tree\n.. |Coverage Status| image:: https://coveralls.io/repos/ITCase/ps_tree/badge.png?branch=master\n   :target: https://coveralls.io/r/ITCase/ps_tree?branch=master\n.. |PyPI| image:: http://img.shields.io/pypi/dm/ps_tree.svg\n   :target: https://pypi.python.org/pypi/ps_tree/\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsacrud%2Fps_tree","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsacrud%2Fps_tree","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsacrud%2Fps_tree/lists"}