{"id":13805659,"url":"https://github.com/sacrud/ps_alchemy","last_synced_at":"2025-12-27T09:55:30.049Z","repository":{"id":57455257,"uuid":"47564022","full_name":"sacrud/ps_alchemy","owner":"sacrud","description":"SQLAlchemy provider for pyramid_sacrud.","archived":false,"fork":false,"pushed_at":"2024-03-10T21:39:29.000Z","size":571,"stargazers_count":6,"open_issues_count":3,"forks_count":8,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-05-10T03:44:36.784Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"http://ps-alchemy.rtfd.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,"governance":null,"roadmap":null,"authors":null,"dei":null}},"created_at":"2015-12-07T16:20:23.000Z","updated_at":"2020-05-25T05:42:28.000Z","dependencies_parsed_at":"2024-04-10T00:39:24.753Z","dependency_job_id":"bb54088b-c15d-4958-8403-cbb07cdf1735","html_url":"https://github.com/sacrud/ps_alchemy","commit_stats":{"total_commits":41,"total_committers":4,"mean_commits":10.25,"dds":"0.14634146341463417","last_synced_commit":"aef982bf357ccce6cd535d0092aabe113ec55cb9"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sacrud%2Fps_alchemy","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sacrud%2Fps_alchemy/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sacrud%2Fps_alchemy/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sacrud%2Fps_alchemy/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sacrud","download_url":"https://codeload.github.com/sacrud/ps_alchemy/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":225254366,"owners_count":17445171,"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:03.529Z","updated_at":"2025-12-27T09:55:29.994Z","avatar_url":"https://github.com/sacrud.png","language":"Python","funding_links":[],"categories":["Admin interface"],"sub_categories":[],"readme":"|Build Status| |Coverage Status|\n\nps_alchemy\n==========\n\n`ps_alchemy` is extension for `pyramid_sacrud\n\u003chttps://github.com/sacrud/pyramid_sacrud/\u003e`_ which provides SQLAlchemy\nmodels.\n\nLook how easy it is to use:\n\n.. code-block:: python\n\n   Base = declarative_base()\n   DBSession = scoped_session(sessionmaker(extension=ZopeTransactionExtension()))\n\n   class PageTree(Base):\n       __tablename__ = 'pages'\n\n       id = Column(Integer, primary_key=True)\n\n.. code-block:: python\n\n   config.include('ps_alchemy')\n   config.include('pyramid_sacrud', route_prefix='admin')\n   config.registry.settings['pyramid_sacrud.models'] = ('webpages', [PageTree, ])\n\nFor more docs see http://ps-alchemy.rtfd.org\n\nSupport and Development\n=======================\n\nTo report bugs, use the `issue tracker\n\u003chttps://github.com/sacrud/ps_alchemy/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/ps_alchemy.svg?branch=master\n   :target: https://travis-ci.org/sacrud/ps_alchemy\n.. |Coverage Status| image:: https://coveralls.io/repos/sacrud/ps_alchemy/badge.png?branch=master\n   :target: https://coveralls.io/r/sacrud/ps_alchemy?branch=master\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsacrud%2Fps_alchemy","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsacrud%2Fps_alchemy","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsacrud%2Fps_alchemy/lists"}