src/eric7/JediInterface/__init__.py

branch
eric7
changeset 9209
b99e7fd55fd3
parent 8881
54e42bc2437a
child 9653
e67609152c5e
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/eric7/JediInterface/__init__.py	Thu Jul 07 11:23:56 2022 +0200
@@ -0,0 +1,13 @@
+# -*- coding: utf-8 -*-
+
+# Copyright (c) 2021 - 2022 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