From 6bd83539e4dee9fa76075e619a881683e561b67e Mon Sep 17 00:00:00 2001 From: Marianne Wold <100786641+mpuks@users.noreply.github.com> Date: Wed, 17 Jun 2026 12:49:56 +0200 Subject: [PATCH] Update README with TagReader deprecation notice Added a notice about phasing out TagReader and recommended using Omnia Timeseries. --- README.md | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index ccd58f16..a41e0a87 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,7 @@ +⚠️ **Important:** **We are phasing out TagReader, and the code will no longer be maintained.** + + For employees in Equinor we recommend using Omnia Timeseries + # tagreader-python ![GitHub Build Status](https://github.com/equinor/tagreader-python/workflows/Test/badge.svg) @@ -46,6 +50,3 @@ For more details, see the [Tagreader Docs](https://equinor.github.io/tagreader-p ## Documentation The full documentation can be found in [Tagreader Docs](https://equinor.github.io/tagreader-python/) - -## Contribute -To starting contributing, please see [Tagreader Docs - Contribute](https://equinor.github.io/tagreader-python/docs/contribute/overview)