{"id":13805639,"url":"https://github.com/sacrud/pyramid_sacrud","last_synced_at":"2025-12-17T00:50:40.023Z","repository":{"id":19622534,"uuid":"22874195","full_name":"sacrud/pyramid_sacrud","owner":"sacrud","description":"Admin CRUD interface for Pyramid, works with any backends.","archived":false,"fork":false,"pushed_at":"2020-04-29T22:42:45.000Z","size":9276,"stargazers_count":51,"open_issues_count":10,"forks_count":10,"subscribers_count":10,"default_branch":"master","last_synced_at":"2024-05-10T04:21:30.143Z","etag":null,"topics":["admin","crud","pyramid-framework","python"],"latest_commit_sha":null,"homepage":"http://pyramid-sacrud.readthedocs.io","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":"CHANGES.rst","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":"2014-08-12T10:57:25.000Z","updated_at":"2024-04-08T08:35:20.000Z","dependencies_parsed_at":"2022-07-23T13:16:17.400Z","dependency_job_id":null,"html_url":"https://github.com/sacrud/pyramid_sacrud","commit_stats":null,"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sacrud%2Fpyramid_sacrud","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sacrud%2Fpyramid_sacrud/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sacrud%2Fpyramid_sacrud/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sacrud%2Fpyramid_sacrud/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sacrud","download_url":"https://codeload.github.com/sacrud/pyramid_sacrud/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254012988,"owners_count":21999346,"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":["admin","crud","pyramid-framework","python"],"created_at":"2024-08-04T01:01:03.350Z","updated_at":"2025-12-17T00:50:39.990Z","avatar_url":"https://github.com/sacrud.png","language":"Python","funding_links":[],"categories":["Admin interface"],"sub_categories":[],"readme":"|Build Status| |Coverage Status|\n\npyramid_sacrud\n==============\n\nDocumentation `\u003chttp://pyramid-sacrud.readthedocs.org/\u003e`_\n\nOverview\n--------\n\nPyramid CRUD interface. Provides an administration web interface for Pyramid.\nUnlike classic CRUD, ``pyramid_sacrud`` allows overrides and flexibility to\ncustomize your interface, similar to ``django.contrib.admin`` but uses a\ndifferent backend to provide resources. `New Architecture\n\u003chttp://pyramid-sacrud.readthedocs.org/pages/contribute/architecture.html#architecture\u003e`_\nbuilt on the resources and mechanism traversal, allows to use it in various\ncases.\n\nThe list of standard backends:\n\n* `ps_alchemy \u003chttp://github.com/sacrud/ps_alchemy\u003e`_ - provides SQLAlchemy\n  models.\n* ps_mongo - provides MongoDB (doesn't exist yet).\n* etc..\n\nLook how easy it is to use with Pyramid and SQLAlchemy:\n\n.. code-block:: python\n\n    from .models import (Model1, Model2, Model3,)\n\n    # add SQLAlchemy backend\n    config.include('ps_alchemy')\n\n    # add sacrud and project models\n    config.include('pyramid_sacrud')\n    settings = config.registry.settings\n    settings['pyramid_sacrud.models'] = (('Group1', [Model1, Model2]),\n                                         ('Group2', [Model3]))\n\ngo to http://localhost:6543/sacrud/\n\nAnd see...\n\n|sacrud_index|\n\nExample can be found here https://github.com/sacrud/ps_alchemy/tree/master/example\n\nInstalling\n==========\n\n.. code-block:: bash\n\n    pip install pyramid_sacrud\n\nSupport and Development\n=======================\n\nTo report bugs, use the `issue tracker\n\u003chttps://github.com/sacrud/pyramid_sacrud/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/sacrud/pyramid_sacrud.svg?branch=master\n   :target: https://travis-ci.org/sacrud/pyramid_sacrud\n.. |Coverage Status| image:: https://coveralls.io/repos/sacrud/pyramid_sacrud/badge.png?branch=master\n   :target: https://coveralls.io/r/sacrud/pyramid_sacrud?branch=master\n.. |sacrud_index| image:: https://raw.githubusercontent.com/sacrud/pyramid_sacrud/master/docs/_static/img/index.png\n   :target: https://raw.githubusercontent.com/sacrud/pyramid_sacrud/master/docs/_static/img/index.png\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsacrud%2Fpyramid_sacrud","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsacrud%2Fpyramid_sacrud","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsacrud%2Fpyramid_sacrud/lists"}