eric7/JediInterface/__init__.py

branch
eric7
changeset 8593
1d66b6af60ed
child 8881
54e42bc2437a
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/eric7/JediInterface/__init__.py	Sat Sep 11 19:47:02 2021 +0200
@@ -0,0 +1,13 @@
+# -*- coding: utf-8 -*-
+
+# Copyright (c) 2021 Detlev Offenbach <detlev@die-offenbachs.de>
+#
+
+"""
+Package implementing the jedi assistant interface.
+
+This package implements just the interface for the eric7 IDE. The
+underlying functionality is provided by the jedi library
+(<a href="https://github.com/davidhalter/jedi">
+https://github.com/davidhalter/jedi</a>).
+"""

eric ide

mercurial