Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8f4dc7e + 511ed3b commit cf35f1dCopy full SHA for cf35f1d
README.md
@@ -10,6 +10,9 @@ Install via git clone:
10
$ git clone git://github.com/jotform/jotform-api-python.git
11
$ cd jotform-api-python
12
13
+Install via pip:
14
+
15
+ $ pip install git+git://github.com/jotform/jotform-api-python.git
16
17
### Documentation
18
setup.py
@@ -0,0 +1,11 @@
1
+from setuptools import setup
2
3
+setup(
4
+ name="jotform",
5
+ url='http://api.jotform.com/docs/',
6
+ version='1.0',
7
+ description='JotForm API - Python Client',
8
+ author='JotForm',
9
+ author_email='[email protected]',
+ py_modules=['jotform']
+)
0 commit comments