From cb47680777b3fd3bcd955f9e81ddf45c9b69ecfa Mon Sep 17 00:00:00 2001 From: Kristofer Hallin Date: Fri, 1 Oct 2021 10:21:54 +0200 Subject: * Use py-couchdb. * Other minor fixes and tweaks. --- src/couch/__init__.py | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 src/couch/__init__.py (limited to 'src/couch/__init__.py') diff --git a/src/couch/__init__.py b/src/couch/__init__.py new file mode 100644 index 0000000..a7537bc --- /dev/null +++ b/src/couch/__init__.py @@ -0,0 +1,11 @@ +# -*- coding: utf-8 -*- + +__author__ = "Andrey Antukh" +__license__ = "BSD" +__version__ = "1.14.1" +__maintainer__ = "Rinat Sabitov" +__email__ = "rinat.sabitov@gmail.com" +__status__ = "Development" + + +from couch.client import Server # noqa: F401 -- cgit v1.1