Metadata-Version: 2.4
Name: drb-xquery
Version: 2.0.0
Summary: DEPRECATED — the XQuery engine is now part of drb core. Install drb.
Author-email: GAEL Systems <drb-python@gael.fr>
License: LGPLv3
Project-URL: Homepage, https://gitlab.com/drb-python/drb
Classifier: Development Status :: 7 - Inactive
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Requires-Python: >=3.11
Description-Content-Type: text/markdown
Requires-Dist: drb<3,>=2.4

# drb-xquery — DEPRECATED

The **XQuery** engine is now part of **drb core**: `from drb.xquery import DrbXQuery`
and the `xquery` console script are provided by the `drb` package (>= 2.4).

This standalone package is a metadata-only tombstone. It installs `drb` and ships no
code, so it does not shadow the core engine.

## Migrate
- Remove `drb-xquery` from your dependencies.
- Depend on `drb>=2.4,<3` instead.

Older `drb-xquery` releases (<= 1.3) are archived/yanked: they pin an obsolete `drb`
(`~=2.2.0`).
