Metadata-Version: 2.5
Name: gotenberg-haystack
Version: 0.1.0
Summary: Gotenberg document to PDF converter integration for Haystack
Project-URL: Documentation, https://github.com/deepset-ai/haystack-core-integrations/tree/main/integrations/gotenberg#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/gotenberg
Author: Max Swain
Author-email: deepset GmbH <info@deepset.ai>
License-Expression: Apache-2.0
License-File: LICENSE.txt
Keywords: document-conversion,gotenberg,haystack,libreoffice,pdf
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
Requires-Dist: httpx2>=2.12.0
Description-Content-Type: text/markdown

# gotenberg-haystack

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

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

---

## Contributing

Refer to the general [Contribution Guidelines](https://github.com/deepset-ai/haystack-core-integrations/blob/main/CONTRIBUTING.md).

The integration tests require a local Gotenberg service. Start the provided Gotenberg v8 container from this directory:

```bash
docker compose up -d --wait
```

Then run the integration tests with `hatch run test:integration`. Stop the service afterward with `docker compose down`.
