diff --git a/programming/language/python3/python3-pylint/actions.py b/programming/language/python3/python3-pylint/actions.py
new file mode 100644
index 0000000000..3a393ce7c1
--- /dev/null
+++ b/programming/language/python3/python3-pylint/actions.py
@@ -0,0 +1,15 @@
+#!/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")
diff --git a/programming/language/python3/python3-pylint/pspec.xml b/programming/language/python3/python3-pylint/pspec.xml
new file mode 100644
index 0000000000..ae50169300
--- /dev/null
+++ b/programming/language/python3/python3-pylint/pspec.xml
@@ -0,0 +1,50 @@
+
+
+
+
+ python3-pylint
+ https://pylint.org/
+
+ Blue Devil
+ bluedevil@sctzine.com
+
+ programming.language.python3
+ GPL
+ library
+ A python code static checker tools.
+ python3-pylint is a Python static code analysis tool which looks for programming errors, helps enforcing a coding standard, sniffs for code smells and offers simple refactoring suggestions.
+ https://github.com/PyCQA/pylint/archive/pylint-2.6.0.tar.gz
+
+ python3-devel
+ python3-setuptools
+
+
+
+
+ python3-pylint
+ A Python module for decorators, wrappers and monkey patching.
+
+ python3
+ python3-toml
+ python3-isort
+ python3-mccabe
+ python3-astroid
+ python3-setuptools
+
+
+ /usr/share/doc/
+ /usr/bin
+ /usr/lib/python3*
+
+
+
+
+
+ 2020-09-24
+ 2.6.0
+ First pisi release.
+ Blue Devil
+ bluedevil@sctzine.com
+
+
+
\ No newline at end of file
diff --git a/programming/language/python3/python3-pylint/translations.xml b/programming/language/python3/python3-pylint/translations.xml
new file mode 100755
index 0000000000..8561740ddd
--- /dev/null
+++ b/programming/language/python3/python3-pylint/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ python3-pylint
+ Python kaynak kodlarını hatalara karşı tarayan bir araç.
+ python3-pylint, bir Python modülünün standartlara uyup uymadığını, hatalar içerip içermediğini analiz eden bir uygulamadır.
+
+
\ No newline at end of file