diff --git a/programming/language/python3/python3-hstspreload/actions.py b/programming/language/python3/python3-hstspreload/actions.py
new file mode 100644
index 0000000000..cbcb8f4043
--- /dev/null
+++ b/programming/language/python3/python3-hstspreload/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-hstspreload/pspec.xml b/programming/language/python3/python3-hstspreload/pspec.xml
new file mode 100644
index 0000000000..a1e3098fe7
--- /dev/null
+++ b/programming/language/python3/python3-hstspreload/pspec.xml
@@ -0,0 +1,45 @@
+
+
+
+
+ python3-hstspreload
+ https://github.com/sethmlarson/hstspreload
+
+ Blue Devil
+ bluedevil@sctzine.com
+
+ BSD3
+ programming.language.python3
+ library
+ Chromium HSTS Preload list as a Python package and updated daily.
+ Chromium HSTS Preload list as a Python package and updated daily. The package provides a single function: in_hsts_preload() which takes an IDNA-encoded host and returns either True or False regarding whether that host should be only accessed via HTTPS.
+ https://github.com/sethmlarson/hstspreload/archive/2020.1.15.tar.gz
+
+ python3-devel
+ python3-setuptools
+
+
+
+
+ python3-hstspreload
+ Chromium HSTS Preload list as a Python package and updated daily.
+
+ python3
+
+
+ /usr/lib
+ /usr/share/man
+ /usr/share/doc/python3-hstspreload
+
+
+
+
+
+ 2020-01-15
+ 2020.1.15
+ First pisi release.
+ Blue Devil
+ bluedevil@sctzine.com
+
+
+
\ No newline at end of file
diff --git a/programming/language/python3/python3-hstspreload/translations.xml b/programming/language/python3/python3-hstspreload/translations.xml
new file mode 100755
index 0000000000..39fe77e72c
--- /dev/null
+++ b/programming/language/python3/python3-hstspreload/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ python3-hstspreload
+ Chromium HSTS Preload listesi python paketi gibi günlük güncellenir.
+ python3-hstspreload, "in_hsts_preload()" adında tek bir yordam sağlar. Bu yordam IDNA-kodlanmış alanı alır ve HTTPS ile erişilip erişilmeme durumuna göre doğru/yanlış bilgisi döndürür.
+
+
\ No newline at end of file