diff --git a/programming/language/python3/python3-flask-paranoid/actions.py b/programming/language/python3/python3-flask-paranoid/actions.py
new file mode 100644
index 0000000000..cbcb8f4043
--- /dev/null
+++ b/programming/language/python3/python3-flask-paranoid/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-flask-paranoid/pspec.xml b/programming/language/python3/python3-flask-paranoid/pspec.xml
new file mode 100644
index 0000000000..8b9d874c4b
--- /dev/null
+++ b/programming/language/python3/python3-flask-paranoid/pspec.xml
@@ -0,0 +1,45 @@
+
+
+
+
+ python3-flask-paranoid
+ https://github.com/miguelgrinberg/flask-paranoid/
+
+ Blue Devil
+ bluedevil@sctzine.com
+
+ programming.language.python3
+ MIT
+ library
+ Simple user session protection.
+ python3-flask-paranoid provides simple user session protection.
+ https://github.com/miguelgrinberg/flask-paranoid/archive/v0.2.tar.gz
+
+ python3-setuptools
+ python3-devel
+
+
+
+
+ python3-flask-paranoid
+ Simple user session protection.
+
+ python3-flask
+ python3
+
+
+ /usr/lib/python3*
+ /usr/share/doc/python3-flask-paranoid
+
+
+
+
+
+ 2020-02-17
+ 0.2
+ First release.
+ Blue Devil
+ bluedevil@sctzine.com
+
+
+
\ No newline at end of file
diff --git a/programming/language/python3/python3-flask-paranoid/translations.xml b/programming/language/python3/python3-flask-paranoid/translations.xml
new file mode 100644
index 0000000000..78bb9eca99
--- /dev/null
+++ b/programming/language/python3/python3-flask-paranoid/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ python3-flask-paranoid
+ Basit kullanıcı oturumu koruması.
+ python3-flask-paranoid, flask uygulamalarınız basit kullanıcı oturumu koruması kitaplığı sağlar.
+
+
\ No newline at end of file