From 0abd1a3ebc5232b677939f98041a1128afd6ad09 Mon Sep 17 00:00:00 2001 From: davebshow <davebshow@gmail.com> Date: Mon, 26 Sep 2016 12:27:40 -0400 Subject: [PATCH] please use Goblin --- README.md | 3 +++ docs/index.rst | 1 + 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index 6def76e..3b24f86 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,6 @@ +# aiogremin is no longer maintained. Please use Goblin: https://github.com/ZEROFAIL/goblin + + # [aiogremlin 0.1.3](https://pypi.python.org/pypi/aiogremlin/0.0.11) ## [Official Documentation](http://aiogremlin.readthedocs.org/en/latest/) diff --git a/docs/index.rst b/docs/index.rst index 785e7a5..7de7134 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -7,6 +7,7 @@ aiogremlin ========== +aiogremlin is no longer maintained!!! Please use Goblin: http://goblin.readthedocs.io/en/latest/index.html :py:mod:`aiogremlin` is an asynchronous client for the `TinkerPop 3 Gremlin Server`_ based on the `asyncio`_ and `aiohttp`_ libraries. -- GitLab