diff --git a/programming/language/python3/python3-multidict/actions.py b/programming/language/python3/python3-multidict/actions.py
new file mode 100644
index 0000000000..1fc1a384dd
--- /dev/null
+++ b/programming/language/python3/python3-multidict/actions.py
@@ -0,0 +1,16 @@
+#!/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
+
+def build():
+ # fix unused direct dependency analysis
+ shelltools.export("LDSHARED", "x86_64-pc-linux-gnu-gcc -Wl,-O1,--as-needed -shared -lpthread")
+ pythonmodules.compile(pyVer="3")
+
+def install():
+ pythonmodules.install(pyVer="3")
\ No newline at end of file
diff --git a/programming/language/python3/python3-multidict/pspec.xml b/programming/language/python3/python3-multidict/pspec.xml
new file mode 100644
index 0000000000..b07e6f1579
--- /dev/null
+++ b/programming/language/python3/python3-multidict/pspec.xml
@@ -0,0 +1,46 @@
+
+
+
+
+ python3-multidict
+ https://github.com/aio-libs/multidict
+
+ Blue Devil
+ bluedevil@sctzine.com
+
+ Apache
+ programming.language.python3
+ library
+ The multidict implementation.
+ Multidict is dict-like collection of key-value pairs where key might be occurred more than once in the container.
+ https://github.com/aio-libs/multidict/archive/v4.7.4.tar.gz
+
+ python3-devel
+ python3-setuptools
+
+
+
+
+ python3-multidict
+ The multidict implementation.
+
+ python3
+
+
+ /usr/lib
+ /usr/bin
+ /usr/share/man
+ /usr/share/doc/python3-multidict
+
+
+
+
+
+ 2020-01-15
+ 4.7.4
+ First pisi release.
+ Blue Devil
+ bluedevil@sctzine.com
+
+
+
\ No newline at end of file
diff --git a/programming/language/python3/python3-multidict/translations.xml b/programming/language/python3/python3-multidict/translations.xml
new file mode 100755
index 0000000000..102a1c2477
--- /dev/null
+++ b/programming/language/python3/python3-multidict/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ python3-multidict
+ Multidict uygulaması
+ python3-multidict, sözlük benzeri anahtar-değer ikilisinden oluşan ama konteynerde birden fazla aynı anahtar olmasına olanak verek python modülüdür.
+
+
\ No newline at end of file