# embaas Python SDK
Python SDK for the [EMBAAS_API](https://embaas.io)
## Installation
Use the package manager [pip](https://pip.pypa.io/en/stable/) to install embaas.
```bash
pip install embaas
```
## Usage
```python
from embaas import EmbaasClient
client = EmbaasClient()
client.get_embeddings(texts=["Hello World!"])
```
Raw data
{
"_id": null,
"home_page": "",
"name": "embaas",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.8,<4.0",
"maintainer_email": "",
"keywords": "embaas,embeddings,document_extraction",
"author": "Julius Lipp",
"author_email": "julius@embaas.io",
"download_url": "https://files.pythonhosted.org/packages/6f/9b/cf1d60d53af47ca03fe9c2a5f1937967533c1fa10d422699a122dd9f5895/embaas-0.0.12.tar.gz",
"platform": null,
"description": "# embaas Python SDK\n\nPython SDK for the [EMBAAS_API](https://embaas.io)\n\n## Installation\n\nUse the package manager [pip](https://pip.pypa.io/en/stable/) to install embaas.\n\n```bash\npip install embaas\n```\n\n## Usage\n\n```python\nfrom embaas import EmbaasClient\n\nclient = EmbaasClient()\nclient.get_embeddings(texts=[\"Hello World!\"])\n``` \n\n\n",
"bugtrack_url": null,
"license": "MIT",
"summary": "embaas Python SDK",
"version": "0.0.12",
"project_urls": null,
"split_keywords": [
"embaas",
"embeddings",
"document_extraction"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "d28a1204141efa22ff90dda90db8d85c57fe8ab3c06b3c1db2701e0297127136",
"md5": "9b0dbc44d3d298a8d3f848d98a554dde",
"sha256": "df7164270dc7a40bac77c21fe4cedba120474305590e168ef5bb622488c8e1ed"
},
"downloads": -1,
"filename": "embaas-0.0.12-py3-none-any.whl",
"has_sig": false,
"md5_digest": "9b0dbc44d3d298a8d3f848d98a554dde",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8,<4.0",
"size": 17935,
"upload_time": "2023-10-22T00:27:04",
"upload_time_iso_8601": "2023-10-22T00:27:04.656460Z",
"url": "https://files.pythonhosted.org/packages/d2/8a/1204141efa22ff90dda90db8d85c57fe8ab3c06b3c1db2701e0297127136/embaas-0.0.12-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "6f9bcf1d60d53af47ca03fe9c2a5f1937967533c1fa10d422699a122dd9f5895",
"md5": "4aefb0d2e2090d3907cedef85e6113d1",
"sha256": "0222e73f035bf0e8cb1dd51de6447e56d77ef7fce2eb1a7d9aec704377d5fcff"
},
"downloads": -1,
"filename": "embaas-0.0.12.tar.gz",
"has_sig": false,
"md5_digest": "4aefb0d2e2090d3907cedef85e6113d1",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8,<4.0",
"size": 8487,
"upload_time": "2023-10-22T00:27:05",
"upload_time_iso_8601": "2023-10-22T00:27:05.901342Z",
"url": "https://files.pythonhosted.org/packages/6f/9b/cf1d60d53af47ca03fe9c2a5f1937967533c1fa10d422699a122dd9f5895/embaas-0.0.12.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2023-10-22 00:27:05",
"github": false,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"lcname": "embaas"
}