{ "info": { "author": "Wilfried L. Bounsi", "author_email": "wilcoln99@gmail.com", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# Klazor Client Package\n\nA package that enables client-server communication between your app and klazor server\n\n## Installation\n```\npip install git+https://github.com/wilcoln/klazor-client.git\n```\n## Usage\n\n```python\nimport klazor_client as kc\n\nkc.config(\n API_URL='http://127.0.0.1:8000/api', # should be 'http://klazor.com/api'\n)\n\n# fetch item by its id\ncourse = kc.fetch_course(1)\nsheet = kc.fetch_sheet(2)\n\n# fetch all items \ncourses = kc.fetch_courses()\nsheets = kc.fetch_sheets()\n```\n## Contributing\nPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.\n\n## License\n[MIT](https://choosealicense.com/licenses/mit/)\n\n\n", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/wilcoln/klazor-client", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "klazor-client", "package_url": "https://pypi.org/project/klazor-client/", "platform": "", "project_url": "https://pypi.org/project/klazor-client/", "project_urls": { "Homepage": "https://github.com/wilcoln/klazor-client" }, "release_url": "https://pypi.org/project/klazor-client/0.0.4/", "requires_dist": [ "requests" ], "requires_python": "", "summary": "A package that enables your app to communicate with klazor in a client-server way", "version": "0.0.4" }, "last_serial": 5497894, "releases": { "0.0.4": [ { "comment_text": "", "digests": { "md5": "b2d91ded7a2b6d7cee9721606a117453", "sha256": "c08bb8f6647997ac8c5b3f47d38e42ec225885c31079159209007bbdc2f7d6f6" }, "downloads": -1, "filename": "klazor_client-0.0.4-py3-none-any.whl", "has_sig": false, "md5_digest": "b2d91ded7a2b6d7cee9721606a117453", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5453, "upload_time": "2019-07-07T20:04:28", "url": "https://files.pythonhosted.org/packages/c1/70/d41247c3a959786e884ee195c6ec594de340223d54ac0a0362c6fa0a421c/klazor_client-0.0.4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c6279d5a4df876f8b0dace9656233282", "sha256": "95d32e17edee68f96469ed205b362b306333487b51c28d2e03436061c330c0dd" }, "downloads": -1, "filename": "klazor-client-0.0.4.tar.gz", "has_sig": false, "md5_digest": "c6279d5a4df876f8b0dace9656233282", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3327, "upload_time": "2019-07-07T20:04:29", "url": "https://files.pythonhosted.org/packages/06/13/ec5782cabce94c2ff1d024e954fb1c574f827c3f58ced76d6397c36c3852/klazor-client-0.0.4.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "b2d91ded7a2b6d7cee9721606a117453", "sha256": "c08bb8f6647997ac8c5b3f47d38e42ec225885c31079159209007bbdc2f7d6f6" }, "downloads": -1, "filename": "klazor_client-0.0.4-py3-none-any.whl", "has_sig": false, "md5_digest": "b2d91ded7a2b6d7cee9721606a117453", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 5453, "upload_time": "2019-07-07T20:04:28", "url": "https://files.pythonhosted.org/packages/c1/70/d41247c3a959786e884ee195c6ec594de340223d54ac0a0362c6fa0a421c/klazor_client-0.0.4-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "c6279d5a4df876f8b0dace9656233282", "sha256": "95d32e17edee68f96469ed205b362b306333487b51c28d2e03436061c330c0dd" }, "downloads": -1, "filename": "klazor-client-0.0.4.tar.gz", "has_sig": false, "md5_digest": "c6279d5a4df876f8b0dace9656233282", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3327, "upload_time": "2019-07-07T20:04:29", "url": "https://files.pythonhosted.org/packages/06/13/ec5782cabce94c2ff1d024e954fb1c574f827c3f58ced76d6397c36c3852/klazor-client-0.0.4.tar.gz" } ] }