jsonrpc2

View on PyPIReverse Dependencies (1)

0.4.1 jsonrpc2-0.4.1-py2.py3-none-any.whl

Wheel Details

Project: jsonrpc2
Version: 0.4.1
Filename: jsonrpc2-0.4.1-py2.py3-none-any.whl
Download: [link]
Size: 20182
MD5: 6f3d2f3f0eba852ab81071334e193ca3
SHA256: de66e608c14f6a2dd532c2233b85784d201e8754dc59fc998d81b1ce8973660b
Uploaded: 2014-04-06 12:11:56 +0000

dist-info

METADATA

Metadata-Version: 2.0
Name: jsonrpc2
Version: 0.4.1
Summary: WSGI Framework for JSON RPC 2.0
Author: Atsushi Odagiri
Author-Email: aodagx[at]gmail.com
Home-Page: http://hg.aodag.jp/jsonrpc2/
License: MIT
Keywords: wsgi request web http json rpc
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI
Classifier: Topic :: Internet :: WWW/HTTP :: WSGI :: Application
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.2
Classifier: Programming Language :: Python :: 3.3
Classifier: Programming Language :: Python :: 3.4
Requires-Dist: six
Requires-Dist: PasteScript; extra == "PASTE"
Requires-Dist: pytest; extra == "test"
Requires-Dist: pytest-cov; extra == "test"
Requires-Dist: WebTest; extra == "test"
Provides-Extra: PASTE
Provides-Extra: test
[Description omitted; length: 6624 characters; fails to render]

WHEEL

Wheel-Version: 1.0
Generator: bdist_wheel (0.23.0)
Root-Is-Purelib: true
Tag: py2-none-any
Tag: py3-none-any

RECORD

Path Digest Size
jsonrpc2-0.4.1.dist-info/WHEEL sha256=6lxp_S3wZGmTBtGMVmNNLyvKFcp7HqQw2Wn4YYk-Suo 110
jsonrpc2-0.4.1.dist-info/entry_points.txt sha256=iel1jJIo7lkMPeJA-UdsoWlDyEU0VzeeXBVHYaVzBIs 194
jsonrpc2-0.4.1.dist-info/metadata.json sha256=SAG0CBrNLJIc-hJhuNvXIrnG0xfvAOyALzTTV0NwVuI 1401
jsonrpc2-0.4.1.dist-info/METADATA sha256=yp1WQ7CS1Sw6uDRXofhgS51hlJhIHA8bLYspwDTOD9I 7622
jsonrpc2-0.4.1.dist-info/top_level.txt sha256=gRT3y0JXazwMF8mG8OUDcSWsh1y9-Voh-aVKqxVIQdE 9
jsonrpc2-0.4.1.dist-info/DESCRIPTION.rst sha256=ghxceW-H5D45Zhe2TKiAhy2UHol6V9kguINexTlBZhg 6624
jsonrpc2-0.4.1.dist-info/RECORD
jsonrpc2/gae.py sha256=6ZCW5OkByx_iKwYYR1xHhUCl1qD3Un-81GiSdHGBMbc 2103
jsonrpc2/cmd.py sha256=Ic2WIRTOMzXFHmwn5M4vv3BTicbnoXAanhJHE4n0Sxw 459
jsonrpc2/__init__.py sha256=KRmnOW2aGLMHgUxfkOUiwSm0Goxsv3_wJN_xDQgWs7I 8986
jsonrpc2/paste/__init__.py sha256=Mtpmz_p5c8sIVv9M06umyA4IxV3UJ_5BKe0DbhGdALk 477
jsonrpc2/paste/templates/__init__.py sha256=PKXSen4b1nk-YHycz1oUM9cHZi_Ivw7IdcqmSVRjP4g 225
jsonrpc2/paste/templates/paster_jsonrpc2_template/setup.py_tmpl sha256=dSUOCjMZpuYk2TbD1qg70jwZJQls81RBe-vD7j3eBBs 641
jsonrpc2/paste/templates/paster_jsonrpc2_template/run.ini_tmpl sha256=bsdD0YkhTJp2LBikP-pGXJZXr2IXIOpAn0tbAU0Vgmc 248
jsonrpc2/paste/templates/paster_jsonrpc2_template/setup.cfg sha256=PLfr6xUUr4T7_-gP6RlMajWMCIqSLrNsfWEYTTiydzo 51
jsonrpc2/paste/templates/paster_jsonrpc2_template/static/json2.js sha256=pKOoiEjaGJ1aO7Ru1jhdkbaE8fxGHEJ5RGRBh9shwI0 17382
jsonrpc2/paste/templates/paster_jsonrpc2_template/static/index.html_tmpl sha256=6Q0awU3tgj1lojSybMGbfVJOaEmXy4MSzwyW8OhMFWg 991
jsonrpc2/paste/templates/paster_jsonrpc2_template/+package+/sample.py sha256=d_m1Qu44ZlBv48TCunQohqY64dF1EhHI_h8u5U2VGL8 72
jsonrpc2/paste/templates/paster_jsonrpc2_template/+package+/__init__.py sha256=MsSFjiLMLJZ7QhUPpVBWKiyDnCzryquRyr329NoCACI 2

top_level.txt

jsonrpc2

entry_points.txt

runjsonrpc2 = jsonrpc2.cmd:main
main = jsonrpc2.paste:make_app
paster_jsonrpc2 = jsonrpc2.paste.templates:JsonRpcTemplate