diff --git a/programming/language/python3/python3-h11/actions.py b/programming/language/python3/python3-h11/actions.py
new file mode 100644
index 0000000000..cbcb8f4043
--- /dev/null
+++ b/programming/language/python3/python3-h11/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-h11/pspec.xml b/programming/language/python3/python3-h11/pspec.xml
new file mode 100644
index 0000000000..ed2ec1d08f
--- /dev/null
+++ b/programming/language/python3/python3-h11/pspec.xml
@@ -0,0 +1,45 @@
+
+
+
+
+ python3-h11
+ https://pypi.org/project/h11/
+
+ Blue Devil
+ bluedevil@sctzine.com
+
+ MIT
+ programming.language.python3
+ library
+ A pure-Python, bring-your-own-I/O implementation of HTTP/1.1
+ This is a little HTTP/1.1 library written from scratch in Python, heavily inspired by hyper-h2.
+ https://files.pythonhosted.org/packages/34/5a/abaa557d20b210117d8c3e6b0b817ce9b329b2e81f87612e60102a924323/h11-0.9.0.tar.gz
+
+ python3-devel
+ python3-setuptools
+
+
+
+
+ python3-h11
+ A pure-Python, bring-your-own-I/O implementation of HTTP/1.1
+
+ python3
+
+
+ /usr/lib
+ /usr/share/man
+ /usr/share/doc/python3-h11
+
+
+
+
+
+ 2020-01-15
+ 0.9.0
+ First pisi release.
+ Blue Devil
+ bluedevil@sctzine.com
+
+
+
\ No newline at end of file
diff --git a/programming/language/python3/python3-h11/translations.xml b/programming/language/python3/python3-h11/translations.xml
new file mode 100755
index 0000000000..845b50a7b9
--- /dev/null
+++ b/programming/language/python3/python3-h11/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ python3-h11
+ Sadece python ile hazırlanmış, HTTP/1.1 için kendi-giriş-çıkış-uygulamanı-getir uygulaması.
+ python3-h11, hyper-h2'den esınlenen bu kitaplık sıfırdan yazılmış bir HTTP/1.1 kitaplığıdır.
+
+
\ No newline at end of file