diff --git a/programming/language/python/python-toml/actions.py b/programming/language/python/python-toml/actions.py
new file mode 100644
index 0000000000..0fcf977541
--- /dev/null
+++ b/programming/language/python/python-toml/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-toml/pspec.xml b/programming/language/python/python-toml/pspec.xml
new file mode 100644
index 0000000000..944a970398
--- /dev/null
+++ b/programming/language/python/python-toml/pspec.xml
@@ -0,0 +1,44 @@
+
+
+
+
+ python-toml
+ https://github.com/uiri/toml
+
+ Blue Devil
+ bluedevil@sctzine.com
+
+ programming.language.python
+ MIT
+ library
+ Python lib for parsing TOML
+ A Python library for parsing and creating TOML.
+ https://github.com/uiri/toml/archive/0.10.1.tar.gz
+
+ python-devel
+ python-setuptools
+
+
+
+
+ python-toml
+ Python lib for parsing TOML
+
+ python
+
+
+ /usr/lib/python2*
+ /usr/share/doc/python-toml
+
+
+
+
+
+ 2020-05-18
+ 0.10.1
+ First pisi release.
+ Blue Devil
+ bluedevil@sctzine.com
+
+
+
\ No newline at end of file
diff --git a/programming/language/python/python-toml/translations.xml b/programming/language/python/python-toml/translations.xml
new file mode 100755
index 0000000000..55bde39bf3
--- /dev/null
+++ b/programming/language/python/python-toml/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ python-toml
+ TOML çözümleyen python kitaplığı.
+ python-toml, TOML çözümleyen python kitaplığı sunar.
+
+
\ No newline at end of file