diff --git a/programming/language/python3/python3-passlib/actions.py b/programming/language/python3/python3-passlib/actions.py
new file mode 100644
index 0000000000..cbcb8f4043
--- /dev/null
+++ b/programming/language/python3/python3-passlib/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-passlib/pspec.xml b/programming/language/python3/python3-passlib/pspec.xml
new file mode 100644
index 0000000000..852c342b40
--- /dev/null
+++ b/programming/language/python3/python3-passlib/pspec.xml
@@ -0,0 +1,44 @@
+
+
+
+
+ python3-passlib
+ https://bitbucket.org/ecollins/passlib
+
+ Blue Devil
+ bluedevil@sctzine.com
+
+ programming.language.python3
+ BSD
+ library
+ Passlib is a password hashing library for Python 2 and 3.
+ Passlib is a password hashing library for Python 2 and 3, which provides cross-platform implementations of over 30 password hashing algorithms, as well as a framework for managing existing password hashes. It's designed to be useful for a wide range of tasks, from verifying a hash found in /etc/shadow, to providing full-strength password hashing for multi-user application.
+ https://bitbucket.org/ecollins/passlib/get/1.7.2.tar.gz
+
+ python3-setuptools
+ python3-devel
+
+
+
+
+ python3-passlib
+ Passlib is a password hashing library for Python 2 and 3.
+
+ python3
+
+
+ /usr/lib/python3*
+ /usr/share/doc/python3-passlib
+
+
+
+
+
+ 2020-02-19
+ 1.7.2
+ First release.
+ Blue Devil
+ bluedevil@sctzine.com
+
+
+
\ No newline at end of file
diff --git a/programming/language/python3/python3-passlib/translations.xml b/programming/language/python3/python3-passlib/translations.xml
new file mode 100644
index 0000000000..440849c218
--- /dev/null
+++ b/programming/language/python3/python3-passlib/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ python3-passlib
+ Passlib python 2 ve 3 için parola hashleri kitaplığıdır.
+ python3-passlib, python 2 ve 3 için 30dan fazla parola hashleri algoritmaları kitaplığı sağlar.
+
+
\ No newline at end of file