diff --git a/programming/language/python/python-anytree/actions.py b/programming/language/python/python-anytree/actions.py
new file mode 100644
index 0000000000..8163199c19
--- /dev/null
+++ b/programming/language/python/python-anytree/actions.py
@@ -0,0 +1,18 @@
+#!/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
+from pisi.actionsapi import shelltools
+from pisi.actionsapi import pisitools
+
+shelltools.export("PYTHONDONTWRITEBYTECODE", "1")
+
+def build():
+ pythonmodules.compile()
+
+def install():
+ pythonmodules.install()
+ pisitools.domove("/usr/LICENSE", "/usr/share/doc/python-anytree")
\ No newline at end of file
diff --git a/programming/language/python/python-anytree/pspec.xml b/programming/language/python/python-anytree/pspec.xml
new file mode 100644
index 0000000000..6bf9fcd003
--- /dev/null
+++ b/programming/language/python/python-anytree/pspec.xml
@@ -0,0 +1,45 @@
+
+
+
+
+ python-anytree
+ https://github.com/c0fec0de/anytree
+
+ Blue Devil
+ bluedevil@sctzine.com
+
+ programming.language.python
+ BSD
+ library
+ Powerful and Lightweight Python Tree Data Structure
+ Simple, lightweight and extensible Tree data structure.
+ https://github.com/c0fec0de/anytree/archive/2.8.0.tar.gz
+
+ python-setuptools
+ python-devel
+ python-six
+
+
+
+
+ python-anytree
+ Powerful and Lightweight Python Tree Data Structure
+
+ python-six
+
+
+ /usr/lib/python2*
+ /usr/share/doc/python-anytree
+
+
+
+
+
+ 2020-01-23
+ 2.8.0
+ First release.
+ Blue Devil
+ bluedevil@sctzine.com
+
+
+
\ No newline at end of file
diff --git a/programming/language/python/python-anytree/translations.xml b/programming/language/python/python-anytree/translations.xml
new file mode 100644
index 0000000000..4fe9d818b6
--- /dev/null
+++ b/programming/language/python/python-anytree/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ python-anytree
+ AnyTree için Python bağlayıcıları.
+ python-anytree, python için güçlü ve hafif ağaç veri yapıları sunan bir python kitaplığıdır.
+
+
\ No newline at end of file