diff --git a/programming/language/python/python-hpack/actions.py b/programming/language/python/python-hpack/actions.py
new file mode 100644
index 0000000000..0fcf977541
--- /dev/null
+++ b/programming/language/python/python-hpack/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()
+
+def install():
+ pythonmodules.install()
\ No newline at end of file
diff --git a/programming/language/python/python-hpack/pspec.xml b/programming/language/python/python-hpack/pspec.xml
new file mode 100644
index 0000000000..7d751194a4
--- /dev/null
+++ b/programming/language/python/python-hpack/pspec.xml
@@ -0,0 +1,42 @@
+
+
+
+
+ python-hpack
+ https://github.com/python-hyper/hpack
+
+ Blue Devil
+ bluedevil@sctzine.com
+
+ MIT
+ programming.language.python
+ library
+ HTTP/2 Header Encoding for Python.
+ This module contains a pure-Python HTTP/2 header encoding (HPACK) logic for use in Python programs that implement HTTP/2.
+ https://github.com/python-hyper/hpack/archive/v3.0.0.tar.gz
+
+ python-devel
+ python-setuptools
+
+
+
+
+ python-hpack
+ HTTP/2 Header Encoding for Python.
+
+ /usr/lib
+ /usr/share/man
+ /usr/share/doc/python-hpack
+
+
+
+
+
+ 2020-01-15
+ 3.0.0
+ First pisi release.
+ Blue Devil
+ bluedevil@sctzine.com
+
+
+
\ No newline at end of file
diff --git a/programming/language/python/python-hpack/translations.xml b/programming/language/python/python-hpack/translations.xml
new file mode 100755
index 0000000000..a0774e90db
--- /dev/null
+++ b/programming/language/python/python-hpack/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ python-hpack
+ Python için HTTP/2 başlık kodlaması.
+ python-hpack, HTTP/2yi kullanan uygulamalar için HTTP/2 başlık kodlaması sunar.
+
+
\ No newline at end of file