diff --git a/programming/language/python3/python3-jedi/actions.py b/programming/language/python3/python3-jedi/actions.py
new file mode 100644
index 0000000000..a2b6184914
--- /dev/null
+++ b/programming/language/python3/python3-jedi/actions.py
@@ -0,0 +1,26 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+#
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/licenses/gpl.txt
+
+from pisi.actionsapi import pythonmodules
+from pisi.actionsapi import shelltools
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import get
+
+WorkDir="jedi-%s" % get.srcVERSION()
+
+def setup():
+ # install process needs some header files from
+ # typeshed github repo. so we add that repo
+ # and copy the header files to the corresponding path
+ for files in ["../typeshed-jedi_v0.16.0/*"]:
+ shelltools.copy("%s" % files,"jedi/third_party/typeshed")
+
+def build():
+ pythonmodules.compile(pyVer="3")
+
+def install():
+ pythonmodules.install(pyVer="3")
+ pisitools.dodoc("LICENSE*")
\ No newline at end of file
diff --git a/programming/language/python3/python3-jedi/pspec.xml b/programming/language/python3/python3-jedi/pspec.xml
new file mode 100644
index 0000000000..a965a74796
--- /dev/null
+++ b/programming/language/python3/python3-jedi/pspec.xml
@@ -0,0 +1,46 @@
+
+
+
+
+ python3-jedi
+ https://github.com/davidhalter/jedi
+
+ Blue Devil
+ bluedevil@sctzine.com
+
+ programming.language.python3
+ MIT
+ library
+ Awesome autocompletion and static analysis library for python.
+ Jedi is a static analysis tool for Python that can be used in IDEs/editors. Jedi has a focus on autocompletion and goto functionality. Jedi is fast and is very well tested. It understands Python and stubs on a deep level.
+ https://github.com/davidhalter/jedi/archive/v0.16.0.tar.gz
+ https://github.com/davidhalter/typeshed/archive/jedi_v0.16.0.tar.gz
+
+ python3-setuptools
+ python3-devel
+
+
+
+
+ python3-jedi
+ Awesome autocompletion and static analysis library for python.
+
+ python3-parso
+ python3
+
+
+ /usr/share/doc/python3-jedi
+ /usr/lib/python3*
+
+
+
+
+
+ 2020-03-06
+ 0.16.0
+ First release.
+ Blue Devil
+ bluedevil@sctzine.com
+
+
+
\ No newline at end of file
diff --git a/programming/language/python3/python3-jedi/translations.xml b/programming/language/python3/python3-jedi/translations.xml
new file mode 100644
index 0000000000..b120de5680
--- /dev/null
+++ b/programming/language/python3/python3-jedi/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ python3-jedi
+ Python için otomatik tamamlama ve durağan çözümleme kitaplığı.
+ python3-jedi, python için otomatik tamamlama ve durağan çözümleme kitaplığı sunar.
+
+
\ No newline at end of file