diff --git a/programming/language/python3/python3-simplejson/actions.py b/programming/language/python3/python3-simplejson/actions.py
new file mode 100644
index 0000000000..34a093e0af
--- /dev/null
+++ b/programming/language/python3/python3-simplejson/actions.py
@@ -0,0 +1,15 @@
+#!/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():
+ 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-simplejson/pspec.xml b/programming/language/python3/python3-simplejson/pspec.xml
new file mode 100644
index 0000000000..87758bfc53
--- /dev/null
+++ b/programming/language/python3/python3-simplejson/pspec.xml
@@ -0,0 +1,45 @@
+
+
+
+
+ python3-simplejson
+ https://github.com/simplejson/simplejson
+
+ Blue Devil
+ bluedevil@sctzine.com
+
+ programming.language.python3
+ AFL
+ MIT
+ library
+ Simple, fast, extensible JSON encoder/decoder for Python.
+ simplejson is a simple, fast, complete, correct and extensible JSON (http://json.org) encoder and decoder for Python 3.3+ with legacy support for Python 2.5+. It is pure Python code with no dependencies, but includes an optional C extension for a serious speed boost.
+ https://github.com/simplejson/simplejson/archive/v3.17.0.tar.gz
+
+ python3-setuptools
+ python3-devel
+
+
+
+
+ python3-simplejson
+ Simple, fast, extensible JSON encoder/decoder for Python.
+
+ python3
+
+
+ /usr/lib/python3*
+ /usr/share/doc/python3-simplejson
+
+
+
+
+
+ 2020-01-24
+ 3.17.0
+ First Pisi Release
+ Blue Devil
+ bluedevil@sctzine.com
+
+
+
\ No newline at end of file
diff --git a/programming/language/python3/python3-simplejson/translations.xml b/programming/language/python3/python3-simplejson/translations.xml
new file mode 100644
index 0000000000..71ba72d1f7
--- /dev/null
+++ b/programming/language/python3/python3-simplejson/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ python3-simplejson
+ Python için hızlı, genisletilebilir, basit bir JSON kodlayıcı/çozücü kitaplık.
+ Python için hızlı, genisletilebilir, basit bir JSON kodlayıcı/çozücü kitaplık modülü sunar.
+
+
\ No newline at end of file