diff --git a/programming/language/python3/python3-pypdf2/actions.py b/programming/language/python3/python3-pypdf2/actions.py
new file mode 100644
index 0000000000..5876654aa8
--- /dev/null
+++ b/programming/language/python3/python3-pypdf2/actions.py
@@ -0,0 +1,21 @@
+#!/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 get
+from pisi.actionsapi import pisitools
+from pisi.actionsapi import pythonmodules
+
+def build():
+ pythonmodules.compile(pyVer="3")
+
+#def check():
+# pythonmodules.run("-m unittest Tests.tests", pyVer="3")
+
+def install():
+ pythonmodules.install(pyVer="3")
+
+ for dirs in ["PDF_Samples", "Sample_Code"]:
+ pisitools.insinto("%s/%s" % (get.docDIR(), get.srcNAME()), dirs)
\ No newline at end of file
diff --git a/programming/language/python3/python3-pypdf2/pspec.xml b/programming/language/python3/python3-pypdf2/pspec.xml
new file mode 100644
index 0000000000..8d47eb6918
--- /dev/null
+++ b/programming/language/python3/python3-pypdf2/pspec.xml
@@ -0,0 +1,43 @@
+
+
+
+
+ python3-pypdf2
+ https://mstamy2.github.com/PyPDF2
+
+ Blue Devil
+ bluedevil@sctzine.com
+
+ programming.language.python3
+ BSD
+ library
+ A utility to read and write pdfs with Python
+ PyPDF2 is a pure-python PDF toolkit originating from the pyPdf project. PyPDF2 can extract data from PDF files, or manipulate existing PDFs to produce a new file. PyPDF2 is compatible with Python versions 2.6, 2.7, and 3.2 - 3.5.
+ https://github.com/mstamy2/PyPDF2/archive/1.26.0.tar.gz
+
+ python3-devel
+
+
+
+
+ python3-pypdf2
+ Python3 pyPDF2 module
+
+ python3
+
+
+ /usr/lib/python3*
+ /usr/share/doc/python3-pypdf2
+
+
+
+
+
+ 2019-12-13
+ 1.26.0
+ Rebuilt and split packages
+ Blue Devil
+ bluedevil@sctzine.com
+
+
+
\ No newline at end of file
diff --git a/programming/language/python3/python3-pypdf2/translations.xml b/programming/language/python3/python3-pypdf2/translations.xml
new file mode 100644
index 0000000000..d853a65676
--- /dev/null
+++ b/programming/language/python3/python3-pypdf2/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ python3-pypdf2
+ Python3 pypdf2 modülü
+ PyPDF2 artık güncellenmeyen pypdf aracının devam projesidir. PyPDF2 PDF dosyalarından veri çıkartabilir veya eski PDF'i değistirerek yeni bir PDF oluşturabilir.
+
+
\ No newline at end of file