Skip to main content
https://travis-ci.org/Pylons/pyramid_rpc.png?branch=master Latest Documentation Status

pyramid_rpc is a package of RPC related add-on’s to make it easier to create RPC services.

from pyramid.config import Configurator
from pyramid_rpc.jsonrpc import jsonrpc_method

@jsonrpc_method(endpoint='api')
def say_hello(request, name):
    return 'hello, %s!' % name

def main(global_conf, **settings):
    config = Configurator(settings=settings)
    config.include('pyramid_rpc.jsonrpc')
    config.add_jsonrpc_endpoint('api', '/api')
    config.scan(__name__)
    return config.make_wsgi_app()

if __name__ == '__main__':
    from wsgiref.simple_server import make_server
    app = main({})
    server = make_server('', 8080, app)
    server.serve_forever()

Support and Documentation

See the pyramid_rpc website to view documentation, report bugs, and obtain support.

License

pyramid_rpc is offered under the BSD-derived Repoze Public License.

Authors

pyramid_rpc is made available by Agendaless Consulting and a team of contributors.

Release files for pyramid_rpc 0.8

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for pyramid_rpc 0.8
File Size Uploaded
pyramid_rpc-0.8.tar.gz 30.9 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for pyramid_rpc 0.8
File Interpreter ABI Platform
pyramid_rpc-0.8-py2.py3-none-any.whl Python 2, Python 3 none any Details

Total release size: 55.0 kB

Release files / pyramid_rpc-0.8.tar.gz

Download URL pyramid_rpc-0.8.tar.gz
Size 30.9 kB
Tags Source
SHA-256 checksum
How to use checksums
5dcd59a52d28ed5594df897ddbd473f68e599d48d4c86546e688db9752fa1f3a
BLAKE2b-256 checksum
How to use checksums
2d6acd63ce9e4ee09b59061f889a6b4fe5981fe1e64e536127d3ad3abe9cc829
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release files / pyramid_rpc-0.8-py2.py3-none-any.whl

Download URL pyramid_rpc-0.8-py2.py3-none-any.whl
Size 24.0 kB
Tags Python 2 Python 3
SHA-256 checksum
How to use checksums
0ad0368404d4f5c7afd31e801b48efed6866bdbeb0f5d14413d2a0bb17f00bd6
BLAKE2b-256 checksum
How to use checksums
034f5edd9469b2ce8172167018e1beea775ad57f4e9a4d83a9e79afc4f3085fa
Upload date
Uploaded using Trusted Publishing?
What is trusted publishing?
No

Release history Release notifications | RSS feed

This release

0.8 This release

2 release files

0.7.2

2 release files

0.7.1

2 release files

0.7

2 release files

0.6.1

2 release files

0.6

0.5.3

2 release files

0.5.2

1 release file

0.5.1

1 release file

0.5

1 release file

0.4.1

1 release file

0.3.1

1 release file

0.3

1 release file

0.2

1 release file

0.1

1 release file

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page