diff --git a/programming/language/python/python-editor/actions.py b/programming/language/python/python-editor/actions.py
new file mode 100644
index 0000000000..0fcf977541
--- /dev/null
+++ b/programming/language/python/python-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()
+
+def install():
+ pythonmodules.install()
\ No newline at end of file
diff --git a/programming/language/python/python-editor/pspec.xml b/programming/language/python/python-editor/pspec.xml
new file mode 100644
index 0000000000..9994ed6ace
--- /dev/null
+++ b/programming/language/python/python-editor/pspec.xml
@@ -0,0 +1,41 @@
+
+
+
+
+ python-editor
+ https://github.com/fmoo/python-editor
+
+ Blue Devil
+ bluedevil@sctzine.com
+
+ programming.language.python
+ 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
+
+ python-setuptools
+ python-devel
+
+
+
+
+ python-editor
+ Programmatically open an editor, capture the result.
+
+ /usr/lib/python2*
+ /usr/share/doc/python-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/python/python-editor/translations.xml b/programming/language/python/python-editor/translations.xml
new file mode 100644
index 0000000000..50a3e80715
--- /dev/null
+++ b/programming/language/python/python-editor/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ python-editor
+ Sistem metin düzenleyiciniz ve programlama arayüzü ile etkileşime geçebilen python kitaplığı.
+ python-editor sistem metin düzenleyiciniz ve programlama arayüzü ile etkileşime geçebilen python kitaplığı sağlar.
+
+
\ No newline at end of file