{ "info": { "author": "Lang.ai", "author_email": "info@lang.ai", "bugtrack_url": null, "classifiers": [ "License :: OSI Approved :: MIT License", "Operating System :: OS Independent", "Programming Language :: Python :: 3" ], "description": "# langai-python [![travis](https://api.travis-ci.com/lang-ai/langai-python.svg?branch=master)](https://travis-ci.com/lang-ai/langai-python)\n\nA LangAI API client written in Python.\n\nCheck the [API Docs](https://docs.lang.ai) and the [Developer site](https://lang.ai/developers) for more info on how to use and integrate the API.\n\n> To work with the LangAI API, you must have a token. If you don't have a token already, [request an invite](https://lang.ai/developers).\n\n## Installation\n\nInstall [`langai-python`](https://www.npmjs.com/package/langai-python) in your python project with pip.\n\n```\npip install -u langai\n```\n\n\nSee the example below on how to import and use the LangAI API to analyze intents in new texts. A projectId is required. Check the [`workflow`](https://docs.lang.ai/#workflow) documentation to get an overview of the process.\n\n## Usage\n\n```python\nfrom langai import LangAiClient\n\nlang = LangAiClient(\"your_token\")\nparams = {\n text: 'your-text',\n projectId: 'your-projectId',\n}\nresult = lang.analyze(**params)\nprint(result)\n\n```\n\n\n", "description_content_type": "", "docs_url": null, "download_url": "", "downloads": { "last_day": -1, "last_month": -1, "last_week": -1 }, "home_page": "https://github.com/lang-ai/langai-python", "keywords": "lang.ai api client", "license": "MIT", "maintainer": "", "maintainer_email": "", "name": "langai-client", "package_url": "https://pypi.org/project/langai-client/", "platform": "", "project_url": "https://pypi.org/project/langai-client/", "project_urls": { "Homepage": "https://github.com/lang-ai/langai-python" }, "release_url": "https://pypi.org/project/langai-client/0.0.1/", "requires_dist": null, "requires_python": "", "summary": "A LangAI API client written in Python.", "version": "0.0.1" }, "last_serial": 4001015, "releases": { "0.0.1": [ { "comment_text": "", "digests": { "md5": "9e062e4d0685fbfe00a1ea0843e3cb19", "sha256": "a257d15055bd8c84c0a535de261e21fc9a41d2d0c57eb3d11f3654ff33aaa1d7" }, "downloads": -1, "filename": "langai_client-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "9e062e4d0685fbfe00a1ea0843e3cb19", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4262, "upload_time": "2018-06-25T16:39:18", "url": "https://files.pythonhosted.org/packages/ff/ce/f10834794f966824b88eae26bfb31dcb4e82cd0b4b50d18ed5f1af96777b/langai_client-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2ff669dd3be533ac87cd5f4cc7a37cc6", "sha256": "ab54d97939afb2ceade3df566eaa96be7ceb39650bf691894b659fe82c542b4f" }, "downloads": -1, "filename": "langai-client-0.0.1.tar.gz", "has_sig": false, "md5_digest": "2ff669dd3be533ac87cd5f4cc7a37cc6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1916, "upload_time": "2018-06-25T16:39:20", "url": "https://files.pythonhosted.org/packages/6f/0b/f34d9136e227ac1ef451be2bf9ad7383e745621beb9f4dab38b26e3e46e9/langai-client-0.0.1.tar.gz" } ] }, "urls": [ { "comment_text": "", "digests": { "md5": "9e062e4d0685fbfe00a1ea0843e3cb19", "sha256": "a257d15055bd8c84c0a535de261e21fc9a41d2d0c57eb3d11f3654ff33aaa1d7" }, "downloads": -1, "filename": "langai_client-0.0.1-py3-none-any.whl", "has_sig": false, "md5_digest": "9e062e4d0685fbfe00a1ea0843e3cb19", "packagetype": "bdist_wheel", "python_version": "py3", "requires_python": null, "size": 4262, "upload_time": "2018-06-25T16:39:18", "url": "https://files.pythonhosted.org/packages/ff/ce/f10834794f966824b88eae26bfb31dcb4e82cd0b4b50d18ed5f1af96777b/langai_client-0.0.1-py3-none-any.whl" }, { "comment_text": "", "digests": { "md5": "2ff669dd3be533ac87cd5f4cc7a37cc6", "sha256": "ab54d97939afb2ceade3df566eaa96be7ceb39650bf691894b659fe82c542b4f" }, "downloads": -1, "filename": "langai-client-0.0.1.tar.gz", "has_sig": false, "md5_digest": "2ff669dd3be533ac87cd5f4cc7a37cc6", "packagetype": "sdist", "python_version": "source", "requires_python": null, "size": 1916, "upload_time": "2018-06-25T16:39:20", "url": "https://files.pythonhosted.org/packages/6f/0b/f34d9136e227ac1ef451be2bf9ad7383e745621beb9f4dab38b26e3e46e9/langai-client-0.0.1.tar.gz" } ] }