diff --git a/programming/language/python/python-rfc3986/actions.py b/programming/language/python/python-rfc3986/actions.py
new file mode 100644
index 0000000000..0fcf977541
--- /dev/null
+++ b/programming/language/python/python-rfc3986/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()
+
+def install():
+ pythonmodules.install()
\ No newline at end of file
diff --git a/programming/language/python/python-rfc3986/pspec.xml b/programming/language/python/python-rfc3986/pspec.xml
new file mode 100644
index 0000000000..9e920eb406
--- /dev/null
+++ b/programming/language/python/python-rfc3986/pspec.xml
@@ -0,0 +1,42 @@
+
+
+
+
+ python-rfc3986
+ https://pypi.org/project/rfc3986/
+
+ Blue Devil
+ bluedevil@sctzine.com
+
+ Apache
+ programming.language.python
+ library
+ Validating URI References per RFC 3986.
+ A Python implementation of RFC 3986 including validation and authority parsing.
+ https://files.pythonhosted.org/packages/34/c9/bcba83f13f628e947e23a0e54e18d0a6f13e5d03ca4ec04def0105c81bfc/rfc3986-1.3.2.tar.gz
+
+ python-devel
+ python-setuptools
+
+
+
+
+ python-rfc3986
+ Validating URI References per RFC 3986.
+
+ /usr/lib
+ /usr/share/man
+ /usr/share/doc/python-rfc3986
+
+
+
+
+
+ 2020-01-15
+ 1.3.2
+ First pisi release.
+ Blue Devil
+ bluedevil@sctzine.com
+
+
+
\ No newline at end of file
diff --git a/programming/language/python/python-rfc3986/translations.xml b/programming/language/python/python-rfc3986/translations.xml
new file mode 100755
index 0000000000..4424cdae59
--- /dev/null
+++ b/programming/language/python/python-rfc3986/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ python-rfc3986
+ Her RFC 3986 için URI referanslarını değerlendirir.
+ python-rfc3986, değerlendirme ve yetkilendirme çözümleyicisi de içeren python3 uygulamasıdır.
+
+
\ No newline at end of file