diff --git a/programming/language/python3/python3-flask-babelex/actions.py b/programming/language/python3/python3-flask-babelex/actions.py
new file mode 100644
index 0000000000..ffcfb09fac
--- /dev/null
+++ b/programming/language/python3/python3-flask-babelex/actions.py
@@ -0,0 +1,14 @@
+#!/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 pisitools
+
+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-babelex/pspec.xml b/programming/language/python3/python3-flask-babelex/pspec.xml
new file mode 100644
index 0000000000..d0160ae010
--- /dev/null
+++ b/programming/language/python3/python3-flask-babelex/pspec.xml
@@ -0,0 +1,48 @@
+
+
+
+
+ python3-flask-babelex
+ https://github.com/mrjoes/flask-babelex
+
+ Blue Devil
+ bluedevil@sctzine.com
+
+ programming.language.python3
+ BSD
+ library
+ i18n and l10n support for Flask based on Babel and pytz.
+ Implements i18n and l10n support for Flask. This is fork of the official Flask-Babel extension with additional features.
+ https://github.com/mrjoes/flask-babelex/archive/0.9.4.tar.gz
+
+ python3-setuptools
+ python3-devel
+
+
+
+
+ python3-flask-babelex
+ i18n and l10n support for Flask based on Babel and pytz.
+
+ python3-speaklater
+ python3-Jinja2
+ python3-Babel
+ python3-flask
+ python3
+
+
+ /usr/lib/python3*
+ /usr/share/doc/python3-flask-babelex
+
+
+
+
+
+ 2020-02-27
+ 0.9.4
+ First release.
+ Blue Devil
+ bluedevil@sctzine.com
+
+
+
\ No newline at end of file
diff --git a/programming/language/python3/python3-flask-babelex/translations.xml b/programming/language/python3/python3-flask-babelex/translations.xml
new file mode 100644
index 0000000000..7ac85f3b39
--- /dev/null
+++ b/programming/language/python3/python3-flask-babelex/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ python3-flask-babelex
+ Flask uygulamalarınız için Babel ve pytz temelli i18n ve l10n desteği.
+ python3-flask-babelex, flask uygulamalarınız için Babel ve pytz temelli i18n ve l10n desteği sunar.
+
+
\ No newline at end of file