diff --git a/programming/language/python3/python3-sshtunnel/actions.py b/programming/language/python3/python3-sshtunnel/actions.py
new file mode 100644
index 0000000000..cbcb8f4043
--- /dev/null
+++ b/programming/language/python3/python3-sshtunnel/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-sshtunnel/pspec.xml b/programming/language/python3/python3-sshtunnel/pspec.xml
new file mode 100644
index 0000000000..c7525a29d1
--- /dev/null
+++ b/programming/language/python3/python3-sshtunnel/pspec.xml
@@ -0,0 +1,48 @@
+
+
+
+
+ python3-sshtunnel
+ https://github.com/pahaz/sshtunnel
+
+ Blue Devil
+ bluedevil@sctzine.com
+
+ programming.language.python3
+ BSDv3
+ library
+ SSH tunnels to remote server.
+ python3-sshtunnel provides pure python SSH tunnels.
+ https://github.com/pahaz/sshtunnel/archive/0.1.5.tar.gz
+
+ python3-setuptools
+ python3-devel
+
+
+
+
+ python3-sshtunnel
+ SSH tunnels to remote server.
+
+ python3-setuptools
+ python3-pycparser
+ python3-paramiko
+ python3
+
+
+ /usr/share/doc/python3-sshtunnel
+ /usr/bin/sshtunnel
+ /usr/lib/python3*
+
+
+
+
+
+ 2020-02-19
+ 0.1.5
+ First release.
+ Blue Devil
+ bluedevil@sctzine.com
+
+
+
\ No newline at end of file
diff --git a/programming/language/python3/python3-sshtunnel/translations.xml b/programming/language/python3/python3-sshtunnel/translations.xml
new file mode 100644
index 0000000000..9451ec5ca6
--- /dev/null
+++ b/programming/language/python3/python3-sshtunnel/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ python3-sshtunnel
+ Python icin ssh uygulaması.
+ python3-sshtunnel, python ile ssh tüneli açarak uzak sunucuya bağlanmanızı sağlayan modülleri sunar.
+
+
\ No newline at end of file