diff --git a/programming/language/python/python-docker/actions.py b/programming/language/python/python-docker/actions.py
new file mode 100644
index 0000000000..8999a46aa2
--- /dev/null
+++ b/programming/language/python/python-docker/actions.py
@@ -0,0 +1,12 @@
+#!/usr/bin/python
+# -*- coding: utf-8 -*-
+# Licensed under the GNU General Public License, version 3.
+# See the file http://www.gnu.org/copyleft/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-docker/pspec.xml b/programming/language/python/python-docker/pspec.xml
new file mode 100644
index 0000000000..9bd53f526d
--- /dev/null
+++ b/programming/language/python/python-docker/pspec.xml
@@ -0,0 +1,50 @@
+
+
+
+
+ python-docker
+ https://github.com/docker/docker-py
+
+ Blue Devil
+ bluedevil@sctzine.com
+
+ programming.language.python
+ Apache
+ library
+ A Python library for the Docker Engine API.
+ A Python library for the Docker Engine API. It lets you do anything the docker command does, but from within Python apps – run containers, manage containers, manage Swarms, etc.
+ https://github.com/docker/docker-py/archive/4.1.0.tar.gz
+
+ python-websocket-client
+ python-setuptools
+ python-requests
+ python-devel
+ python-six
+
+
+
+
+ python-docker
+ A Python library for the Docker Engine API.
+
+ python-backports-ssl-match-hostname
+ python-websocket-client
+ python-requests
+ python-six
+
+
+ /usr/lib/python2*
+ /usr/share/doc/python-docker
+
+
+
+
+
+ 2020-01-15
+ 4.10
+ First Pisi Release
+ Blue Devil
+ bluedevil@sctzine.com
+
+
+
\ No newline at end of file
diff --git a/programming/language/python/python-docker/translations.xml b/programming/language/python/python-docker/translations.xml
new file mode 100644
index 0000000000..aeafa7364d
--- /dev/null
+++ b/programming/language/python/python-docker/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ python-docker
+ Docker motoru apileri için python kitaplığı.
+ python-docker, docker motoru apileri için python kitaplığı sunar.
+
+
\ No newline at end of file