# Teams AI Library
Welcome to the Teams AI Library Python package!
This SDK is specifically designed to assist you in creating bots capable of interacting with Teams and Microsoft 365 applications. It is constructed using the [Bot Framework SDK](https://github.com/microsoft/botbuilder-python) as its foundation, simplifying the process of developing bots that interact with Teams' artificial intelligence capabilities. See the [Teams AI repo README.md](https://github.com/microsoft/teams-ai), for general information.
Requirements:
* [Python](https://www.python.org/downloads/) (>=3.8, <4.0)
* [Poetry](https://python-poetry.org/docs/)
## Getting Started
To get started, take a look at the [getting started docs](https://github.com/microsoft/teams-ai/blob/main/getting-started/README.md).
### Install Dependencies
```bash
$: poetry install
```
### Build
```bash
$: poetry build
```
### Test
```bash
$: poetry run test
```
### Lint
```bash
$: poetry run lint
```
## Format
```bash
$: poetry run fmt
```
## Clean
```bash
$: poetry run clean
```
## Migration
If you're migrating an existing project, switching to add on the Teams AI Library layer is quick and simple. See the [migration guide](https://github.com/microsoft/teams-ai/blob/main/getting-started/MIGRATION/03.PYTHON.md).
Raw data
{
"_id": null,
"home_page": "https://github.com/microsoft/teams-ai",
"name": "teams-ai",
"maintainer": null,
"docs_url": null,
"requires_python": "<4.0,>=3.8",
"maintainer_email": null,
"keywords": "microsoft, teams, ai, bot",
"author": "Microsoft",
"author_email": "teams@microsoft.com",
"download_url": "https://files.pythonhosted.org/packages/e1/a0/1013d1d2e708b8d9fef90223f2abe98b544536f13048ddc28025785c6893/teams_ai-1.4.1.tar.gz",
"platform": null,
"description": "# Teams AI Library\n\nWelcome to the Teams AI Library Python package! \n\nThis SDK is specifically designed to assist you in creating bots capable of interacting with Teams and Microsoft 365 applications. It is constructed using the [Bot Framework SDK](https://github.com/microsoft/botbuilder-python) as its foundation, simplifying the process of developing bots that interact with Teams' artificial intelligence capabilities. See the [Teams AI repo README.md](https://github.com/microsoft/teams-ai), for general information.\n\nRequirements:\n* [Python](https://www.python.org/downloads/) (>=3.8, <4.0)\n* [Poetry](https://python-poetry.org/docs/)\n\n## Getting Started\n\nTo get started, take a look at the [getting started docs](https://github.com/microsoft/teams-ai/blob/main/getting-started/README.md).\n\n### Install Dependencies\n\n```bash\n$: poetry install\n```\n\n### Build\n\n```bash\n$: poetry build\n```\n\n### Test\n\n```bash\n$: poetry run test\n```\n\n### Lint\n\n```bash\n$: poetry run lint\n```\n\n## Format\n\n```bash\n$: poetry run fmt\n```\n\n## Clean\n\n```bash\n$: poetry run clean\n```\n\n\n## Migration\n\nIf you're migrating an existing project, switching to add on the Teams AI Library layer is quick and simple. See the [migration guide](https://github.com/microsoft/teams-ai/blob/main/getting-started/MIGRATION/03.PYTHON.md).\n",
"bugtrack_url": null,
"license": null,
"summary": "SDK focused on building AI based applications for Microsoft Teams.",
"version": "1.4.1",
"project_urls": {
"Documentation": "https://learn.microsoft.com/en-us/microsoftteams/platform/bots/how-to/teams%20conversational%20ai/teams-conversation-ai-overview",
"Homepage": "https://github.com/microsoft/teams-ai",
"Repository": "https://github.com/microsoft/teams-ai"
},
"split_keywords": [
"microsoft",
" teams",
" ai",
" bot"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "cc93e47c2d9082c2b5d9690e69004c5d49af6609a04a7fa58fdad5c3b60ec2e7",
"md5": "48eed381fe7c93e247446a3862037907",
"sha256": "9c48fa6c9d8071640ef8a3ed886b5e8de7536c2f5ab061ad2a71137325345240"
},
"downloads": -1,
"filename": "teams_ai-1.4.1-py3-none-any.whl",
"has_sig": false,
"md5_digest": "48eed381fe7c93e247446a3862037907",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": "<4.0,>=3.8",
"size": 206185,
"upload_time": "2024-10-03T16:28:17",
"upload_time_iso_8601": "2024-10-03T16:28:17.938269Z",
"url": "https://files.pythonhosted.org/packages/cc/93/e47c2d9082c2b5d9690e69004c5d49af6609a04a7fa58fdad5c3b60ec2e7/teams_ai-1.4.1-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "e1a01013d1d2e708b8d9fef90223f2abe98b544536f13048ddc28025785c6893",
"md5": "2f83fd58ff0e6a7b3addc61e9faa7852",
"sha256": "751e40fc332ec376aecbad103c2dd252d5eed1cdf22baf3cf1bf015b2126421a"
},
"downloads": -1,
"filename": "teams_ai-1.4.1.tar.gz",
"has_sig": false,
"md5_digest": "2f83fd58ff0e6a7b3addc61e9faa7852",
"packagetype": "sdist",
"python_version": "source",
"requires_python": "<4.0,>=3.8",
"size": 109182,
"upload_time": "2024-10-03T16:28:19",
"upload_time_iso_8601": "2024-10-03T16:28:19.723338Z",
"url": "https://files.pythonhosted.org/packages/e1/a0/1013d1d2e708b8d9fef90223f2abe98b544536f13048ddc28025785c6893/teams_ai-1.4.1.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-10-03 16:28:19",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "microsoft",
"github_project": "teams-ai",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "teams-ai"
}