Metadata-Version: 2.4
Name: microsoft-sharepoint-haystack
Version: 1.1.0
Summary: Haystack integration for microsoft_sharepoint
Project-URL: Documentation, https://github.com/deepset-ai/haystack-core-integrations/tree/main/integrations/microsoft_sharepoint#readme
Project-URL: Issues, https://github.com/deepset-ai/haystack-core-integrations/issues
Project-URL: Source, https://github.com/deepset-ai/haystack-core-integrations/tree/main/integrations/microsoft_sharepoint
Author-email: deepset GmbH <info@deepset.ai>
License-Expression: Apache-2.0
License-File: LICENSE.txt
Keywords: fetcher,haystack,microsoft,retriever,sharepoint
Classifier: Development Status :: 4 - Beta
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Programming Language :: Python :: 3.14
Classifier: Programming Language :: Python :: Implementation :: CPython
Classifier: Programming Language :: Python :: Implementation :: PyPy
Requires-Python: >=3.10
Requires-Dist: haystack-ai>=2.17.0
Requires-Dist: httpx>=0.28.0
Requires-Dist: tenacity>=8.2.3
Description-Content-Type: text/markdown

# microsoft-sharepoint-haystack

[![PyPI - Version](https://img.shields.io/pypi/v/microsoft-sharepoint-haystack.svg)](https://pypi.org/project/microsoft-sharepoint-haystack)
[![PyPI - Python Version](https://img.shields.io/pypi/pyversions/microsoft-sharepoint-haystack.svg)](https://pypi.org/project/microsoft-sharepoint-haystack)

- [Changelog](https://github.com/deepset-ai/haystack-core-integrations/blob/main/integrations/microsoft_sharepoint/CHANGELOG.md)

## Running the tests

```bash
hatch run test:unit          # offline, no credentials needed
hatch run test:integration   # hits live Microsoft Graph (see below)
```

The integration tests (the `TestLive` classes in `tests/`) exercise the retriever and the fetcher
against live Microsoft Graph. They **skip themselves** when their inputs are not set, so the default
local and CI runs stay offline. To run them you need a delegated Microsoft Graph access token.
