diff --git a/programming/language/python3/python3-h2/actions.py b/programming/language/python3/python3-h2/actions.py
new file mode 100644
index 0000000000..cbcb8f4043
--- /dev/null
+++ b/programming/language/python3/python3-h2/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-h2/pspec.xml b/programming/language/python3/python3-h2/pspec.xml
new file mode 100644
index 0000000000..653a52c477
--- /dev/null
+++ b/programming/language/python3/python3-h2/pspec.xml
@@ -0,0 +1,47 @@
+
+
+
+
+ python3-h2
+ https://github.com/python-hyper/hyper-h2
+
+ Blue Devil
+ bluedevil@sctzine.com
+
+ MIT
+ programming.language.python3
+ library
+ HTTP/2 State-Machine based protocol implementation
+ This repository contains a pure-Python implementation of a HTTP/2 protocol stack. It's written from the ground up to be embeddable in whatever program you choose to use, ensuring that you can speak HTTP/2 regardless of your programming paradigm.
+ https://github.com/python-hyper/hyper-h2/archive/v3.1.1.tar.gz
+
+ python3-devel
+ python3-setuptools
+
+
+
+
+ python3-h2
+ HTTP/2 State-Machine based protocol implementation
+
+ python3
+ python3-hpack
+ python3-hyperframe
+
+
+ /usr/lib
+ /usr/share/man
+ /usr/share/doc/python3-h2
+
+
+
+
+
+ 2020-01-15
+ 3.1.1
+ First pisi release.
+ Blue Devil
+ bluedevil@sctzine.com
+
+
+
\ No newline at end of file
diff --git a/programming/language/python3/python3-h2/translations.xml b/programming/language/python3/python3-h2/translations.xml
new file mode 100755
index 0000000000..98b6cddeb3
--- /dev/null
+++ b/programming/language/python3/python3-h2/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ python3-h2
+ HTTP/2 Durum-Makinesi temelli protokol uygulanaması
+ python3-h2, bu repo sadece python ile yazılmış HTTP/2 protokol yığını içerir. Programlama paradigmanız ne olursa olsun HTTP/2 konuştuğunuz sürece istediğiniz progrma gömebileceğiniz şekilde yazılmıştır.
+
+
\ No newline at end of file