From 32c28095a1239530e7a84132530870cd38dd53ce Mon Sep 17 00:00:00 2001 From: Jakob Scheid Date: Thu, 12 Mar 2026 19:17:04 +0100 Subject: [PATCH] Marked as deprecated --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index efe8e41..479cc72 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ A library to parse configuration files. +## Warning + +This library is deprecated. Use [jcloud-config-parser](https://gitea.jcloud-services.ddns.net/jCloud/jcloud-config-parser) instead (due to a name conflict). + ## Installation You can install the library using pip: @@ -84,6 +88,10 @@ For the full documentation, see the Python docstrings. ## Changelog +### Version 1.4.0 + +- Marked as deprecated + ### Version 1.3.0 - support for mutable and immutable configurations