diff --git a/programming/language/python3/python3-pyelftools/actions.py b/programming/language/python3/python3-pyelftools/actions.py
new file mode 100644
index 0000000000..b4f1aad9fa
--- /dev/null
+++ b/programming/language/python3/python3-pyelftools/actions.py
@@ -0,0 +1,17 @@
+#!/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 check():
+ pythonmodules.run("test/run_all_unittests.py",pyVer="3")
+ pythonmodules.run("test/run_examples_test.py",pyVer="3")
+
+def install():
+ pythonmodules.install(pyVer="3")
\ No newline at end of file
diff --git a/programming/language/python3/python3-pyelftools/pspec.xml b/programming/language/python3/python3-pyelftools/pspec.xml
new file mode 100644
index 0000000000..ac4b61a3d6
--- /dev/null
+++ b/programming/language/python3/python3-pyelftools/pspec.xml
@@ -0,0 +1,46 @@
+
+
+
+
+ python3-pyelftools
+ https://github.com/eliben/pyelftools
+
+ Blue DeviL
+ bluedevil@sctzine.com
+
+ programming.language.python3
+ Public Domain
+ library
+ app:console
+ Python3 library for analyzing ELF files and DWARF debugging information
+ pyelftools is a pure-Python library for parsing and analyzing ELF files and DWARF debugging information.
+ https://github.com/eliben/pyelftools/archive/v0.26.tar.gz
+
+ python3-devel
+ python3-setuptools
+
+
+
+
+ python3-pyelftools
+ Python3 library for analyzing ELF files and DWARF debugging information
+
+ python3
+
+
+ /usr/lib
+ /usr/share/doc
+ /usr/bin
+
+
+
+
+
+ 2019-12-12
+ 0.26
+ First pisi release.
+ Blue DeviL
+ bluedevil@sctzine.com
+
+
+
\ No newline at end of file
diff --git a/programming/language/python3/python3-pyelftools/translations.xml b/programming/language/python3/python3-pyelftools/translations.xml
new file mode 100644
index 0000000000..242e3274a7
--- /dev/null
+++ b/programming/language/python3/python3-pyelftools/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ python3-pyelftools
+ Python3 için pyelftools modülü
+ pyelftools ELF ve DWARF dosyaları için çözümleme, inceleme ve hata ayıklamak için python ile yazılmış bir kitaplıktır.
+
+
\ No newline at end of file