diff --git a/programming/language/python3/python3-ifaddr/actions.py b/programming/language/python3/python3-ifaddr/actions.py
new file mode 100644
index 0000000000..cbcb8f4043
--- /dev/null
+++ b/programming/language/python3/python3-ifaddr/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-ifaddr/pspec.xml b/programming/language/python3/python3-ifaddr/pspec.xml
new file mode 100644
index 0000000000..0c6fec27d5
--- /dev/null
+++ b/programming/language/python3/python3-ifaddr/pspec.xml
@@ -0,0 +1,44 @@
+
+
+
+
+ python3-ifaddr
+ https://github.com/pydron/ifaddr
+
+ Blue Devil
+ bluedevil@sctzine.com
+
+ programming.language.python3
+ MIT
+ library
+ Python3 Library to enumerate all network interfaces.
+ python3-ifaddr is a small Python library that allows you to find all the IP addresses of the computer.
+ https://github.com/pydron/ifaddr/archive/0.1.6.tar.gz
+
+ python3-devel
+ python3-setuptools
+
+
+
+
+ python3-ifaddr
+ Python3 Library to enumerate all network interfaces.
+
+ python3
+
+
+ /usr/lib/python3*
+ /usr/share/doc/python3-ifaddr
+
+
+
+
+
+ 2019-12-25
+ 0.1.6
+ First Pisi Release
+ Blue Devil
+ bluedevil@sctzine.com
+
+
+
\ No newline at end of file
diff --git a/programming/language/python3/python3-ifaddr/translations.xml b/programming/language/python3/python3-ifaddr/translations.xml
new file mode 100644
index 0000000000..a7d0afb074
--- /dev/null
+++ b/programming/language/python3/python3-ifaddr/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ python3-ifaddr
+ Sistemdeki tüm ağ kartlarının IP addreslerini numaralandırıp sıralayabilen bir python3 kitaplığıdır.
+ python3-ifaddr, bilgisayarınızda bulunan tüm ağ kartlarının ip adreslerini döndürebilen bir python3 kitaplığıdır.
+
+
\ No newline at end of file