We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
0 parents commit ad0423bCopy full SHA for ad0423b
README.rst
@@ -0,0 +1,19 @@
1
+Flask JSON-RPC
2
+==============
3
+
4
+A basic JSON-RPC implementation for your Flask-powered sites based on [django-json-rpc](https://github.com/samuraisam/django-json-rpc).
5
6
7
+Dependecies
8
+***********
9
10
+* Python 2.7 or later (http://www.python.org)
11
+* Flask 1.4.1 or later (http://www.djangoproject.org)
12
13
14
+Project Information
15
+*******************
16
17
+:Author: Cenobit Technologies, Inc.
18
+:Version: v0.0.1 of 2012/12/14
19
+:License: [New BSD License](http://opensource.org/licenses/BSD-3-Clause)
0 commit comments