{"id":18264467,"url":"https://github.com/pylons/pyramid_rpc","last_synced_at":"2025-04-04T21:30:29.693Z","repository":{"id":66071838,"uuid":"1052886","full_name":"Pylons/pyramid_rpc","owner":"Pylons","description":"RPC plugins for pyramid. XML-RPC, JSON-RPC, etc.","archived":false,"fork":false,"pushed_at":"2017-08-29T18:29:23.000Z","size":260,"stargazers_count":27,"open_issues_count":4,"forks_count":18,"subscribers_count":16,"default_branch":"master","last_synced_at":"2024-04-10T05:43:56.972Z","etag":null,"topics":["amf","jsonrpc","pyramid-framework","python","xmlrpc"],"latest_commit_sha":null,"homepage":"https://docs.pylonsproject.org/projects/pyramid-rpc/en/latest/","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.txt","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2010-11-05T00:39:22.000Z","updated_at":"2023-07-27T05:47:30.000Z","dependencies_parsed_at":"2023-02-20T18:30:20.526Z","dependency_job_id":null,"html_url":"https://github.com/Pylons/pyramid_rpc","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pylons%2Fpyramid_rpc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pylons%2Fpyramid_rpc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pylons%2Fpyramid_rpc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Pylons%2Fpyramid_rpc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Pylons","download_url":"https://codeload.github.com/Pylons/pyramid_rpc/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247251957,"owners_count":20908600,"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":["amf","jsonrpc","pyramid-framework","python","xmlrpc"],"created_at":"2024-11-05T11:14:43.256Z","updated_at":"2025-04-04T21:30:29.320Z","avatar_url":"https://github.com/Pylons.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"RPC Services for Pyramid\n========================\n\n.. image:: https://travis-ci.org/Pylons/pyramid_rpc.png?branch=master\n        :target: https://travis-ci.org/Pylons/pyramid_rpc\n\n.. image:: https://readthedocs.org/projects/pyramid_rpc/badge/?version=latest\n        :target: http://docs.pylonsproject.org/projects/pyramid-rpc/en/latest/\n        :alt: Latest Documentation Status\n\n``pyramid_rpc`` is a package of RPC related add-on's to make it easier to\ncreate RPC services.\n\n.. code-block:: python\n\n    from pyramid.config import Configurator\n    from pyramid_rpc.jsonrpc import jsonrpc_method\n\n    @jsonrpc_method(endpoint='api')\n    def say_hello(request, name):\n        return 'hello, %s!' % name\n\n    def main(global_conf, **settings):\n        config = Configurator(settings=settings)\n        config.include('pyramid_rpc.jsonrpc')\n        config.add_jsonrpc_endpoint('api', '/api')\n        config.scan(__name__)\n        return config.make_wsgi_app()\n\n    if __name__ == '__main__':\n        from wsgiref.simple_server import make_server\n        app = main({})\n        server = make_server('', 8080, app)\n        server.serve_forever()\n\nSupport and Documentation\n-------------------------\n\nSee the `pyramid_rpc website\n\u003chttp://docs.pylonsproject.org/projects/pyramid_rpc/en/latest/\u003e`_ to view\ndocumentation, report bugs, and obtain support.\n\nLicense\n-------\n\n``pyramid_rpc`` is offered under the BSD-derived `Repoze Public License\n\u003chttp://repoze.org/license.html\u003e`_.\n\nAuthors\n-------\n\n``pyramid_rpc`` is made available by `Agendaless Consulting\n\u003chttp://agendaless.com\u003e`_ and a team of contributors.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpylons%2Fpyramid_rpc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fpylons%2Fpyramid_rpc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fpylons%2Fpyramid_rpc/lists"}