{ "info": { "author": "author", "author_email": "rnd@hackru.org", "bugtrack_url": null, "classifiers": [ "Development Status :: 4 - Beta", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 3" ], "description": "# python-lcs-client\na client for using lcs inteded for server side python\nthe general idea is for this to be used with a json based web api\nfor every request to your api you would ask for an email and lcs token\n\nalternatively you could have your own tokens, and have the user pass\nthe password again to you but this will be annoying if they already\nlogged into the normal frontend\n\n## documentation\n - [documentation for this client](lcs_client.md)\n - [documentation for lcs](https://github.com/hackru/lcs/wiki)\n\n## development setup\n```bash\nvirtualenv -p python3 env\nsource env/bin/activate\npip install -r requirements\n```\n## generating documentation\n```bash\n# do local setup\npython -m pydocmd build\ncp _build/pydocmd/lcs_client.md .\n# check it out before you push\npython -m pydocmd server\n```\n\n## running the example web application\n```bash\n# do local setup\npip install -r example_requirements.txt\npython example_api.py\n```\n\n## release on pypi\n```bash\n#do local setup\npip install setuptools twine\npython setup.py sdist\ntwine upload dist/.tar.gz\n```", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/HackRU/python-lcs-client", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "lcs-client", "package_url": "https://pypi.org/project/lcs-client/", "platform": "", "project_url": "https://pypi.org/project/lcs-client/", "project_urls": { "Homepage": "https://github.com/HackRU/python-lcs-client" }, "release_url": "https://pypi.org/project/lcs-client/1.3/", "requires_dist": null, "requires_python": "", "summary": "a python client for interacting with the hackru backend", "version": "1.3" }, "last_serial": 5882119, "releases": { "1.0": [ { "comment_text": "", "digests": { "md5": "4059fc70a2aea5c10011a89bf9556ef5", "sha256": "6f3ed5048058a9bc89af7e0c5ebc068fca79c5621d9b7c8e8638a0831f0a2c08" }, "downloads": -1, "filename": "lcs_client-1.0.tar.gz", "has_sig": false, "md5_digest": "4059fc70a2aea5c10011a89bf9556ef5", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2658, "upload_time": "2019-09-20T21:51:26", "url": "https://files.pythonhosted.org/packages/ad/5b/cd242866bcf1e779fab4884d4a9e9c0ce128c3d2ebe5d6e3dd9cc1f6f6c5/lcs_client-1.0.tar.gz" } ], "1.3": [ { "comment_text": "", "digests": { "md5": "a680b01bd8b868171f4d774f94999721", "sha256": "6ef26d518de325d6ac71f8d0b726e22d3fd7e1d7afc11c3536468593a5a4d6aa" }, "downloads": -1, "filename": "lcs_client-1.3.tar.gz", "has_sig": false, "md5_digest": "a680b01bd8b868171f4d774f94999721", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3211, "upload_time": "2019-09-24T22:19:11", "url": "https://files.pythonhosted.org/packages/a3/72/d5cef7085a9a7bf1e94e06c12eb6ab42f1227779dd5cc3e73ab95d5dcf87/lcs_client-1.3.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "a680b01bd8b868171f4d774f94999721", "sha256": "6ef26d518de325d6ac71f8d0b726e22d3fd7e1d7afc11c3536468593a5a4d6aa" }, "downloads": -1, "filename": "lcs_client-1.3.tar.gz", "has_sig": false, "md5_digest": "a680b01bd8b868171f4d774f94999721", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 3211, "upload_time": "2019-09-24T22:19:11", "url": "https://files.pythonhosted.org/packages/a3/72/d5cef7085a9a7bf1e94e06c12eb6ab42f1227779dd5cc3e73ab95d5dcf87/lcs_client-1.3.tar.gz" } ] }