diff --git a/programming/language/python3/python3-websockets/actions.py b/programming/language/python3/python3-websockets/actions.py
new file mode 100644
index 0000000000..9a96223e12
--- /dev/null
+++ b/programming/language/python3/python3-websockets/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 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-websockets/pspec.xml b/programming/language/python3/python3-websockets/pspec.xml
new file mode 100644
index 0000000000..7835269581
--- /dev/null
+++ b/programming/language/python3/python3-websockets/pspec.xml
@@ -0,0 +1,45 @@
+
+
+
+
+ python3-websockets
+ https://github.com/aaugustin/websockets
+
+ Blue Devil
+ bluedevil@sctzine.com
+
+ BSD3
+ programming.language.python3
+ library
+ Library for building WebSocket servers and clients in Python.
+ websockets is a library for building WebSocket servers and clients in Python with a focus on correctness and simplicity.
+ https://github.com/aaugustin/websockets/archive/8.1.tar.gz
+
+ python3-devel
+ python3-setuptools
+
+
+
+
+ python3-websockets
+ Library for building WebSocket servers and clients in Python.
+
+ python3
+
+
+ /usr/lib
+ /usr/share/man
+ /usr/share/doc/python3-websockets
+
+
+
+
+
+ 2020-01-15
+ 8.1
+ First pisi release.
+ Blue Devil
+ bluedevil@sctzine.com
+
+
+
\ No newline at end of file
diff --git a/programming/language/python3/python3-websockets/translations.xml b/programming/language/python3/python3-websockets/translations.xml
new file mode 100755
index 0000000000..382077c48f
--- /dev/null
+++ b/programming/language/python3/python3-websockets/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ python3-websockets
+ Websocket sunucu ve istemcileri inşa etmek için gerekli python kitaplığı
+ python3-websockets, doğruluk ve sadeliği esas alarak, Websocket sunucu ve istemcileri yapmak için gerekli python kitaplığını içerir.
+
+
\ No newline at end of file