{"id":18264434,"url":"https://github.com/pylons/pyramid","last_synced_at":"2025-05-13T15:02:53.975Z","repository":{"id":947824,"uuid":"1020639","full_name":"Pylons/pyramid","owner":"Pylons","description":"Pyramid - A Python web framework","archived":false,"fork":false,"pushed_at":"2025-02-23T16:39:21.000Z","size":25459,"stargazers_count":4028,"open_issues_count":80,"forks_count":887,"subscribers_count":163,"default_branch":"main","last_synced_at":"2025-05-05T22:16:21.522Z","etag":null,"topics":["pylons","pyramid","python","web-framework","wsgi"],"latest_commit_sha":null,"homepage":"https://trypyramid.com/","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/Pylons.png","metadata":{"files":{"readme":"README.rst","changelog":"CHANGES.rst","contributing":"contributing.md","funding":null,"license":"LICENSE.txt","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,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2010-10-24T22:00:35.000Z","updated_at":"2025-05-03T22:52:35.000Z","dependencies_parsed_at":"2023-01-13T11:45:12.578Z","dependency_job_id":"e8967011-ddd6-4e81-bbac-22e345b8fe66","html_url":"https://github.com/Pylons/pyramid","commit_stats":{"total_commits":9447,"total_committers":358,"mean_commits":26.38826815642458,"dds":0.7367418228008892,"last_synced_commit":"0a33c474ffff8c9c82bb373a638b21de41d82d02"},"previous_names":[],"tags_count":151,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pylons%2Fpyramid","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pylons%2Fpyramid/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pylons%2Fpyramid/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pylons%2Fpyramid/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Pylons","download_url":"https://codeload.github.com/Pylons/pyramid/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253968259,"owners_count":21992253,"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":["pylons","pyramid","python","web-framework","wsgi"],"created_at":"2024-11-05T11:14:39.050Z","updated_at":"2025-05-13T15:02:53.890Z","avatar_url":"https://github.com/Pylons.png","language":"Python","readme":"Pyramid\n=======\n\n.. image:: https://github.com/Pylons/Pyramid/workflows/Build%20and%20test/badge.svg?branch=main\n        :target: https://github.com/Pylons/Pyramid/actions?query=workflow%3A%22Build+and+test%22\n        :alt: main CI Status\n\n.. image:: https://readthedocs.org/projects/pyramid/badge/?version=main\n        :target: https://docs.pylonsproject.org/projects/pyramid/en/main\n        :alt: main Documentation Status\n\n.. image:: https://img.shields.io/badge/IRC-Libera.Chat-blue.svg\n        :target: https://web.libera.chat/#pyramid\n        :alt: IRC Libera.Chat\n\nPyramid is a small, fast, down-to-earth, open source Python web framework.\nIt makes real-world web application development\nand deployment more fun, more predictable, and more productive.\n`Try Pyramid \u003chttps://trypyramid.com/\u003e`_, browse its add-ons and documentation, and get an overview.\n\n.. code-block:: python\n\n    from wsgiref.simple_server import make_server\n    from pyramid.config import Configurator\n    from pyramid.response import Response\n\n    def hello_world(request):\n        return Response('Hello World!')\n\n    if __name__ == '__main__':\n        with Configurator() as config:\n            config.add_route('hello', '/')\n            config.add_view(hello_world, route_name='hello')\n            app = config.make_wsgi_app()\n        server = make_server('0.0.0.0', 6543, app)\n        server.serve_forever()\n\nPyramid is a project of the `Pylons Project \u003chttps://pylonsproject.org\u003e`_.\n\nSupport and Documentation\n-------------------------\n\nSee `Pyramid Support and Development\n\u003chttps://docs.pylonsproject.org/projects/pyramid/en/latest/#support-and-development\u003e`_\nfor documentation, reporting bugs, and getting support.\n\nDeveloping and Contributing\n---------------------------\n\nSee `HACKING.txt \u003chttps://github.com/Pylons/pyramid/blob/main/HACKING.txt\u003e`_ and\n`contributing.md \u003chttps://github.com/Pylons/pyramid/blob/main/contributing.md\u003e`_\nfor guidelines on running tests, adding features, coding style, and updating\ndocumentation when developing in or contributing to Pyramid.\n\nLicense\n-------\n\nPyramid is offered under the BSD-derived `Repoze Public License\n\u003chttp://repoze.org/license.html\u003e`_.\n\nAuthors\n-------\n\nPyramid is made available by `Agendaless Consulting \u003chttps://agendaless.com\u003e`_\nand a team of `contributors\n\u003chttps://github.com/Pylons/pyramid/graphs/contributors\u003e`_.\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpylons%2Fpyramid","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpylons%2Fpyramid","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpylons%2Fpyramid/lists"}