diff --git a/programming/language/python3/python3-editor/actions.py b/programming/language/python3/python3-editor/actions.py
new file mode 100644
index 0000000000..cbcb8f4043
--- /dev/null
+++ b/programming/language/python3/python3-editor/actions.py
@@ -0,0 +1,13 @@
+#!/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
+
+def build():
+ pythonmodules.compile(pyVer="3")
+
+def install():
+ pythonmodules.install(pyVer="3")
\ No newline at end of file
diff --git a/programming/language/python3/python3-editor/pspec.xml b/programming/language/python3/python3-editor/pspec.xml
new file mode 100644
index 0000000000..a00a8ea921
--- /dev/null
+++ b/programming/language/python3/python3-editor/pspec.xml
@@ -0,0 +1,44 @@
+
+
+
+
+ python3-editor
+ https://github.com/fmoo/python-editor
+
+ Blue Devil
+ bluedevil@sctzine.com
+
+ programming.language.python3
+ Apache2.0
+ library
+ Programmatically open an editor, capture the result.
+ python-editor is a library that provides the editor module for programmatically interfacing with your system's $EDITOR.
+ https://github.com/fmoo/python-editor/archive/1.0.4.tar.gz
+
+ python3-setuptools
+ python3-devel
+
+
+
+
+ python3-editor
+ Programmatically open an editor, capture the result.
+
+ python3
+
+
+ /usr/lib/python3*
+ /usr/share/doc/python3-editor
+
+
+
+
+
+ 2020-02-18
+ 1.0.4
+ First release.
+ Blue Devil
+ bluedevil@sctzine.com
+
+
+
\ No newline at end of file
diff --git a/programming/language/python3/python3-editor/translations.xml b/programming/language/python3/python3-editor/translations.xml
new file mode 100644
index 0000000000..d123b2159a
--- /dev/null
+++ b/programming/language/python3/python3-editor/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ python3-editor
+ Sistem metin düzenleyiciniz ve programlama arayüzü ile etkileşime geçebilen python kitaplığı.
+ python3-editor sistem metin düzenleyiciniz ve programlama arayüzü ile etkileşime geçebilen python kitaplığı sağlar.
+
+
\ No newline at end of file