Metadata-Version: 2.4
Name: drb-driver-file
Version: 2.0.0
Summary: DEPRECATED — the file driver 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-driver-file — DEPRECATED

The **file** driver is now part of **drb core**: `from drb.drivers.file import ...` and the
`file` resolver/topic 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 driver.

## Migrate

- Remove `drb-driver-file` from your dependencies.
- Depend on `drb>=2.4,<3` instead.

Older `drb-driver-file` releases (< 2.0) are archived/yanked: they pin an obsolete `drb`
and use APIs removed in recent Python (e.g. `typing.io` on 3.13).
