├── LICENSE ├── README.md ├── jotform.html ├── jotform.py └── setup.py /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jotform/jotform-api-python/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jotform/jotform-api-python/HEAD/README.md -------------------------------------------------------------------------------- /jotform.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jotform/jotform-api-python/HEAD/jotform.html -------------------------------------------------------------------------------- /jotform.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jotform/jotform-api-python/HEAD/jotform.py -------------------------------------------------------------------------------- /setup.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/jotform/jotform-api-python/HEAD/setup.py --------------------------------------------------------------------------------