diff --git a/programming/language/python/python-werkzeug/actions.py b/programming/language/python/python-werkzeug/actions.py
new file mode 100644
index 0000000000..cd8ba0b513
--- /dev/null
+++ b/programming/language/python/python-werkzeug/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 pisitools
+
+def build():
+ pythonmodules.compile()
+
+def install():
+ pythonmodules.install()
+ pisitools.dodoc("LICENSE*")
\ No newline at end of file
diff --git a/programming/language/python/python-werkzeug/pspec.xml b/programming/language/python/python-werkzeug/pspec.xml
new file mode 100644
index 0000000000..58b57ac0b1
--- /dev/null
+++ b/programming/language/python/python-werkzeug/pspec.xml
@@ -0,0 +1,41 @@
+
+
+
+
+ python-werkzeug
+ https://palletsprojects.com/p/werkzeug/
+
+ Blue Devil
+ bluedevil@sctzine.com
+
+ programming.language.python
+ BSDv3
+ library
+ The comprehensive WSGI web application library.
+ Werkzeug is a comprehensive WSGI web application library. It began as a simple collection of various utilities for WSGI applications and has become one of the most advanced WSGI utility libraries.
+ https://github.com/pallets/werkzeug/archive/1.0.0.tar.gz
+
+ python-setuptools
+ python-devel
+
+
+
+
+ python-werkzeug
+ The comprehensive WSGI web application library
+
+ /usr/lib/python2*
+ /usr/share/doc/python-werkzeug
+
+
+
+
+
+ 2020-02-15
+ 1.0.0
+ First release.
+ Blue Devil
+ bluedevil@sctzine.com
+
+
+
\ No newline at end of file
diff --git a/programming/language/python/python-werkzeug/translations.xml b/programming/language/python/python-werkzeug/translations.xml
new file mode 100644
index 0000000000..2f2457ead3
--- /dev/null
+++ b/programming/language/python/python-werkzeug/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ python-werkzeug
+ WSGI ağ uygulamaları kitaplığı.
+ python-werkzeug, WSGI ağ uygulamaları kitaplığı içerir.
+
+
\ No newline at end of file