{ "info": { "author": "Zi Xing", "author_email": "netkas@intellivoid.info", "bugtrack_url": null, "classifiers": [], "description": "# CoffeeHouse API Wrapper for Python\n\nThis is a very simple API Wrapper for the CoffeeHouse API. Using\nThis Library only supports the v2 API which is based from\nthis [Documentation](https://gist.github.com/Netkas/d3617e5b5b66c7851c728d3c0073529a)\n\n

\n \"CoffeeHouse\n

\n\n\n## Installation\n```sh\npython3 setup.py build\npython3 setup.py install\n```\n\nor\n```sh\n# cd into the coffeehouse directory\nsudo -H python3 -m pip install .\n```\n\n## Usage\n\n```python\nimport coffeehouse\n\napi_key = \"\" # Your key here - coffeehouse.intellivoid.info\n\n# Initialise client\napi_client = coffeehouse.API(api_key)\n# Create session (like a conversation with the AI)\n# Note that sessions expire 3 hours after creation (see example.py for more)\nsession = api_client.create_session()\n\nwhile(True):\n # Get the output from the AI\n output = session.think_thought(session.id, input(\"Input: \"))\n print(\"Output: {0}\".format(output))\n```", "description_content_type": "text/markdown", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://coffeehouse.intellivoid.info/", "keywords": "", "license": "", "maintainer": "", "maintainer_email": "", "name": "coffeehouse", "package_url": "https://pypi.org/project/coffeehouse/", "platform": "", "project_url": "https://pypi.org/project/coffeehouse/", "project_urls": { "Homepage": "https://coffeehouse.intellivoid.info/" }, "release_url": "https://pypi.org/project/coffeehouse/1.0.5/", "requires_dist": null, "requires_python": "", "summary": "Official CoffeeHouse API Wrapper for Python", "version": "1.0.5" }, "last_serial": 5832660, "releases": { "1.0.1": [ { "comment_text": "", "digests": { "md5": "cd45b7d909bd7d19fb76c15e1d4c614a", "sha256": "40e5a018f34b8c1a99f56ecd493f08f8f506adbcc433af556c82564cefaea420" }, "downloads": -1, "filename": "coffeehouse-1.0.1.tar.gz", "has_sig": false, "md5_digest": "cd45b7d909bd7d19fb76c15e1d4c614a", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1593, "upload_time": "2019-08-25T16:23:03", "url": "https://files.pythonhosted.org/packages/a5/a7/c10aaea17e8814b3309502912f9bbcb0608d8e6d913c456ff564085e744f/coffeehouse-1.0.1.tar.gz" } ], "1.0.2": [ { "comment_text": "", "digests": { "md5": "9b7c10895ef263a1769da6abb389dd5b", "sha256": "af7c7aed8ee6488084ad55963438a7e60084d85ec7d2c7770acfadc5bd95e99c" }, "downloads": -1, "filename": "coffeehouse-1.0.2.tar.gz", "has_sig": false, "md5_digest": "9b7c10895ef263a1769da6abb389dd5b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1653, "upload_time": "2019-08-25T17:39:03", "url": "https://files.pythonhosted.org/packages/69/19/cade56b37a7b82793851d415cf2fefebff838b3e7f8852bf707568c4964e/coffeehouse-1.0.2.tar.gz" } ], "1.0.3": [ { "comment_text": "", "digests": { "md5": "51a64564ba9c81003d7a53d1777ce2eb", "sha256": "7305615f5d8e140e47d2d48a9b9671d87564748e6696712edc3f0f9b473d275a" }, "downloads": -1, "filename": "coffeehouse-1.0.3.tar.gz", "has_sig": false, "md5_digest": "51a64564ba9c81003d7a53d1777ce2eb", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1788, "upload_time": "2019-09-02T14:57:36", "url": "https://files.pythonhosted.org/packages/34/04/37fb422178123bf88bff138581e72eb3b48e19bb18d1d370ff7b0e31c277/coffeehouse-1.0.3.tar.gz" } ], "1.0.4": [ { "comment_text": "", "digests": { "md5": "6cd8532e37c55a1e34d2dba7fdad830b", "sha256": "822e76e0a79c9a0c6270c04a60a9de0cfb6c0ff7e36690b5e615dd66c54f5ffd" }, "downloads": -1, "filename": "coffeehouse-1.0.4.tar.gz", "has_sig": false, "md5_digest": "6cd8532e37c55a1e34d2dba7fdad830b", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1792, "upload_time": "2019-09-03T15:16:58", "url": "https://files.pythonhosted.org/packages/9b/92/8c5c1899d0800af9a95891e4ce4046156670aeaa2b8cacb160f3d308ba11/coffeehouse-1.0.4.tar.gz" } ], "1.0.5": [ { "comment_text": "", "digests": { "md5": "482d3010b4ddbdf82e5ed8e34f2bf5a1", "sha256": "12e986bc95554bf57a0d1ff20764e557f5d7e159f0f77fb75724a8f0f0429c5b" }, "downloads": -1, "filename": "coffeehouse-1.0.5.tar.gz", "has_sig": false, "md5_digest": "482d3010b4ddbdf82e5ed8e34f2bf5a1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2831, "upload_time": "2019-09-15T17:53:12", "url": "https://files.pythonhosted.org/packages/ea/51/0414b08147113428634f180d4949d8244ac8e4e4c1ffb5e03b28c5219405/coffeehouse-1.0.5.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "482d3010b4ddbdf82e5ed8e34f2bf5a1", "sha256": "12e986bc95554bf57a0d1ff20764e557f5d7e159f0f77fb75724a8f0f0429c5b" }, "downloads": -1, "filename": "coffeehouse-1.0.5.tar.gz", "has_sig": false, "md5_digest": "482d3010b4ddbdf82e5ed8e34f2bf5a1", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 2831, "upload_time": "2019-09-15T17:53:12", "url": "https://files.pythonhosted.org/packages/ea/51/0414b08147113428634f180d4949d8244ac8e4e4c1ffb5e03b28c5219405/coffeehouse-1.0.5.tar.gz" } ] }