{ "info": { "author": "", "author_email": "", "bugtrack_url": null, "classifiers": [ "Development Status :: 3 - Alpha", "Intended Audience :: Developers", "License :: OSI Approved :: MIT License", "Programming Language :: Python :: 2", "Programming Language :: Python :: 2.7", "Programming Language :: Python :: 3", "Programming Language :: Python :: 3.4", "Programming Language :: Python :: 3.5", "Programming Language :: Python :: 3.6" ], "description": "Planga Python Wrapper:\n======================\n\n**Setup:**\n\n* Install Twine: `pip install twine`\n\n**requirements:**\n\n* [Python](https://www.python.org/) >= 2.7.x.\n* [pip](http://www.pip-installer.org)\n* virtualenv (Optional)\n\n**Build and Deploy new package:**\n\n* run `python3 setup.py sdist bdist_wheel`\n* run `twine upload --repository-url https://test.pypi.org/legacy/ dist/* --skip-existing`\n\n**Installing the new package:**\n\n* run `python -m pip install jwcrypto`\n* run `python -m pip install --index-url https://test.pypi.org/simple/ planga`\n\nInstalling jwcrypto manually is only necessary when uploading the planga wrapper to test.pypi.org. The installation tool will attempt to install jwcrypto from test.pypi.org as well, which fails. Having jwcrypto pre-installed allows the installation of the planga wrapper to finish successfully.\n\n**Deploy to live Pypi:**\n\n* run `twine upload dist/* --skip-existing`\n\nFor information on how to package for PiPy:\n[https://packaging.python.org/tutorials/packaging-projects/](https://packaging.python.org/tutorials/packaging-projects/)\n\n**Example usage:**\n\n```python\nfrom planga import *\n\nconf = PlangaConfiguration(\"foobar\", \"kl9psH9VrLZ1hfsPY0b3-W\", \"general\", \"1234\", \"Bob\", \"my_container_div\")\n\nsnippet = Planga.get_planga_snippet(conf)\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/ResiliaDev/Planga", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "planga", "package_url": "https://pypi.org/project/planga/", "platform": "", "project_url": "https://pypi.org/project/planga/", "project_urls": { "Homepage": "https://github.com/ResiliaDev/Planga" }, "release_url": "https://pypi.org/project/planga/1.0.0/", "requires_dist": [ "jwcrypto (>=0.5.0)" ], "requires_python": "", "summary": "Wrapper for interacting with the Planga chat server.", "version": "1.0.0" }, "last_serial": 4352130, "releases": { "1.0.0": [ { "comment_text": "", "digests": { "md5": "282baeee4ebb4f558811b5e8fa114376", "sha256": "bd3ac8cb515ce6b7c26c335cf07333dfecdbab31697b21598623081021da7756" }, "downloads": -1, "filename": "planga-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "282baeee4ebb4f558811b5e8fa114376", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3156, "upload_time": "2018-09-20T08:51:24", "url": "https://files.pythonhosted.org/packages/9a/71/9ca059bb56598208ba519899175c32e28b4f20cd67cc6c9fcfc88bfd4fcb/planga-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "addd310c616aa7a158a9ed4db1543a51", "sha256": "468bde7068b95f7d027f3226c15359193e43d01c8d4a0915ebe204b9567308c5" }, "downloads": -1, "filename": "planga-1.0.0.tar.gz", "has_sig": false, "md5_digest": "addd310c616aa7a158a9ed4db1543a51", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4091, "upload_time": "2018-09-20T08:51:25", "url": "https://files.pythonhosted.org/packages/37/a2/fc12a91c12a68be2e4693daddd1d850e13f1679ea5491bd3f2dfb2987d59/planga-1.0.0.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "282baeee4ebb4f558811b5e8fa114376", "sha256": "bd3ac8cb515ce6b7c26c335cf07333dfecdbab31697b21598623081021da7756" }, "downloads": -1, "filename": "planga-1.0.0-py3-none-any.whl", "has_sig": false, "md5_digest": "282baeee4ebb4f558811b5e8fa114376", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 3156, "upload_time": "2018-09-20T08:51:24", "url": "https://files.pythonhosted.org/packages/9a/71/9ca059bb56598208ba519899175c32e28b4f20cd67cc6c9fcfc88bfd4fcb/planga-1.0.0-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "addd310c616aa7a158a9ed4db1543a51", "sha256": "468bde7068b95f7d027f3226c15359193e43d01c8d4a0915ebe204b9567308c5" }, "downloads": -1, "filename": "planga-1.0.0.tar.gz", "has_sig": false, "md5_digest": "addd310c616aa7a158a9ed4db1543a51", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 4091, "upload_time": "2018-09-20T08:51:25", "url": "https://files.pythonhosted.org/packages/37/a2/fc12a91c12a68be2e4693daddd1d850e13f1679ea5491bd3f2dfb2987d59/planga-1.0.0.tar.gz" } ] }