From e10c6f8d621f918573dc81788282e20c1616a910 Mon Sep 17 00:00:00 2001 From: Richard Neumann Date: Sun, 27 Jul 2025 10:12:01 +0200 Subject: [PATCH] Add archive note. --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index abd4cd6..a59a750 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,12 @@ [![Documentation Status](https://readthedocs.org/projects/rcon/badge/?version=latest)](https://rcon.readthedocs.io/en/latest/) +# Archive note +Since I haven't been using Python in recent years too frequently, I also have not +been working on the issues and necessary fixes to this library. +Therefore I decided to archive this project. +Feel free to fork and continue the project. +If you want to also take over the corresponding project on PyPI, please drop me an email. + # rcon An RCON client implementation. * [Source RCON protocol](https://developer.valvesoftware.com/wiki/Source_RCON_Protocol)