{ "info": { "author": "Tomas Castro", "author_email": "tomas.castro@goatlab.io", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6", "Programming Language :: Python :: 3.7", "Topic :: Software Development :: Build Tools" ], "description": "# pyfluentformio\n\nPython version of FluentJS. Allows users to perform GET and POST requests to Form.io resources and forms. It also allows the use of filters and method chaining.\n\n## Usage\n\n```python\nfrom pyfluentformio import Fluent\n\nconnector = Fluent(baseUrl = 'FORMIO BASE URL', resourcePath='FORMIO RESOURCE PATH', token='FORMIO API TOKEN')\n\nconnector.get()\n```\n\n## License\n\nMIT\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "https://github.com/Goat-Lab/pyfluentformio/archive/v0.1.2.tar.gz", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/Goat-Lab/pyfluentformio", "keywords": "fluent,form.io,formio", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "pyfluentformio", "package_url": "https://pypi.org/project/pyfluentformio/", "platform": "", "project_url": "https://pypi.org/project/pyfluentformio/", "project_urls": { "Download": "https://github.com/Goat-Lab/pyfluentformio/archive/v0.1.2.tar.gz", "Homepage": "https://github.com/Goat-Lab/pyfluentformio" }, "release_url": "https://pypi.org/project/pyfluentformio/0.1.3/", "requires_dist": [ "requests", "pandas" ], "requires_python": "", "summary": "Fluent wrapper for creating requests to Form.io", "version": "0.1.3" }, "last_serial": 4845467, "releases": { "0.1.1": [ { "comment_text": "", "digests": { "md5": "4530a7eb72d04acddca6c627bf1a8dc5", "sha256": "bacc9de91804aa373997ce8efd1ee56718f5d746ebdf830180ee307038285ff7" }, "downloads": -1, "filename": "pyfluentformio-0.1.1.tar.gz", "has_sig": false, "md5_digest": "4530a7eb72d04acddca6c627bf1a8dc5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3017, "upload_time": "2018-12-27T15:16:43", "url": "https://files.pythonhosted.org/packages/2a/f7/4cbb79ccbe03dafe2a8510a42a8bc3a09d76a105d65e1c600e2526601828/pyfluentformio-0.1.1.tar.gz" } ], "0.1.2": [ { "comment_text": "", "digests": { "md5": "f3986e6c2fa9788e1f0cd05c0a2ac651", "sha256": "6c44f8b3be72e21890272cb841035947e40465df3ff57cf04d9b1cd4cf12660b" }, "downloads": -1, "filename": "pyfluentformio-0.1.2.tar.gz", "has_sig": false, "md5_digest": "f3986e6c2fa9788e1f0cd05c0a2ac651", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3018, "upload_time": "2018-12-27T15:23:49", "url": "https://files.pythonhosted.org/packages/77/bf/5fd9ec3a70f85583eaa18e3c678b31d2fe36188fffcc46927f31d0ea844a/pyfluentformio-0.1.2.tar.gz" } ], "0.1.3": [ { "comment_text": "", "digests": { "md5": "9e82d1b8e7d5277eaf1c22a08343b9ed", "sha256": "5b38b149a2c279b2df126b0365bb211e9d7b2c40977350724fd3f97f04d908a0" }, "downloads": -1, "filename": "pyfluentformio-0.1.3-py3-none-any.whl", "has_sig": false, "md5_digest": "9e82d1b8e7d5277eaf1c22a08343b9ed", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4328, "upload_time": "2019-02-20T13:23:25", "url": "https://files.pythonhosted.org/packages/ff/20/f48a582591310ed794f795cc53cd1cbbc5b1ae7b7f10c953b82e8565f0ed/pyfluentformio-0.1.3-py3-none-any.whl" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9e82d1b8e7d5277eaf1c22a08343b9ed", "sha256": "5b38b149a2c279b2df126b0365bb211e9d7b2c40977350724fd3f97f04d908a0" }, "downloads": -1, "filename": "pyfluentformio-0.1.3-py3-none-any.whl", "has_sig": false, "md5_digest": "9e82d1b8e7d5277eaf1c22a08343b9ed", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4328, "upload_time": "2019-02-20T13:23:25", "url": "https://files.pythonhosted.org/packages/ff/20/f48a582591310ed794f795cc53cd1cbbc5b1ae7b7f10c953b82e8565f0ed/pyfluentformio-0.1.3-py3-none-any.whl" } ] }