summaryrefslogtreecommitdiff
path: root/src/couch/__init__.py
diff options
context:
space:
mode:
authorKristofer Hallin <kristofer@sunet.se>2021-10-01 10:21:54 +0200
committerKristofer Hallin <kristofer@sunet.se>2021-10-01 10:21:54 +0200
commitcb47680777b3fd3bcd955f9e81ddf45c9b69ecfa (patch)
tree1fa8dfae5e9f39c634498f2c60b56a99558cae9a /src/couch/__init__.py
parent0398e77a809abcaf78c6f7d3e6064a5bee50be23 (diff)
* Use py-couchdb.
* Other minor fixes and tweaks.
Diffstat (limited to 'src/couch/__init__.py')
-rw-r--r--src/couch/__init__.py11
1 files changed, 11 insertions, 0 deletions
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