Metadata-Version: 2.4
Name: etlantic-sparkforge
Version: 0.35.0
Summary: Final compatibility redirect to Medallantic (deprecated).
Project-URL: Homepage, https://github.com/eddiethedean/etlantic
Project-URL: Documentation, https://github.com/eddiethedean/etlantic/tree/main/packages/medallantic
Project-URL: Repository, https://github.com/eddiethedean/etlantic
Project-URL: Issues, https://github.com/eddiethedean/etlantic/issues
Project-URL: Changelog, https://github.com/eddiethedean/etlantic/blob/main/CHANGELOG.md
Author-email: Odo Matthews <odosmatthews@gmail.com>
License-Expression: MIT
Classifier: Development Status :: 7 - Inactive
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.11
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Typing :: Typed
Requires-Python: >=3.11
Requires-Dist: medallantic<0.36,>=0.35.0
Description-Content-Type: text/markdown

# etlantic-sparkforge (compatibility redirect)

**Final release.** The SparkForge adapter was renamed to
[**medallantic**](https://pypi.org/project/medallantic/) in ETLantic 0.27.

This wheel exists only so existing `pip install etlantic-sparkforge` workflows
receive a deprecation warning and re-exports from Medallantic.

```bash
pip install medallantic
# or: pip install 'etlantic[medallantic]'
```

See [SparkForge migration](https://github.com/eddiethedean/etlantic/blob/main/packages/medallantic/docs/sparkforge-migration.md).

## Links

[Medallantic on PyPI](https://pypi.org/project/medallantic/) ·
[Migration guide](https://github.com/eddiethedean/etlantic/blob/main/packages/medallantic/docs/sparkforge-migration.md) ·
[Issues](https://github.com/eddiethedean/etlantic/issues)
