diff --git a/programming/language/python/python-path-py/actions.py b/programming/language/python/python-path-py/actions.py
new file mode 100644
index 0000000000..7bde684f18
--- /dev/null
+++ b/programming/language/python/python-path-py/actions.py
@@ -0,0 +1,16 @@
+#!/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 shelltools
+from pisi.actionsapi import pythonmodules
+
+shelltools.export("SETUPTOOLS_SCM_PRETEND_VERSION","11.5.2")
+
+def build():
+ pythonmodules.compile()
+
+def install():
+ pythonmodules.install()
\ No newline at end of file
diff --git a/programming/language/python/python-path-py/pspec.xml b/programming/language/python/python-path-py/pspec.xml
new file mode 100644
index 0000000000..e858c9f9a2
--- /dev/null
+++ b/programming/language/python/python-path-py/pspec.xml
@@ -0,0 +1,45 @@
+
+
+
+
+ python-path-py
+ https://pypi.org/project/path.py/
+
+ Blue Devil
+ bluedevil@sctzine.com
+
+ programming.language.python
+ MIT
+ library
+ A module wrapper for os.path.
+ python-path-py (aka path pie) implements path objects as first-class entities, allowing common operations on files to be invoked on those path objects directly..
+ https://pypi.org/packages/source/p/path.py/path.py-11.5.2.tar.gz
+
+ python-devel
+ python-setuptools
+ python-setuptools-scm
+
+
+
+
+ python-path-py
+ A module wrapper for os.path.
+
+ python
+
+
+ /usr/lib/python2*
+ /usr/share/doc/python-path-py
+
+
+
+
+
+ 2020-05-24
+ 11.5.2
+ First Pisi Release
+ Blue Devil
+ bluedevil@sctzine.com
+
+
+
\ No newline at end of file
diff --git a/programming/language/python/python-path-py/translations.xml b/programming/language/python/python-path-py/translations.xml
new file mode 100755
index 0000000000..99df43f579
--- /dev/null
+++ b/programming/language/python/python-path-py/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ python-path
+ birinci sınıf varlıklar olarak yol nesneleri uygular.
+ python-path, birinci sınıf varlıklar olarak yol nesneleri uygulan kitaplık sunar.
+
+
\ No newline at end of file