diff --git a/programming/language/python3/python3-curio/actions.py b/programming/language/python3/python3-curio/actions.py
new file mode 100644
index 0000000000..cbcb8f4043
--- /dev/null
+++ b/programming/language/python3/python3-curio/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-curio/pspec.xml b/programming/language/python3/python3-curio/pspec.xml
new file mode 100644
index 0000000000..636c71a450
--- /dev/null
+++ b/programming/language/python3/python3-curio/pspec.xml
@@ -0,0 +1,45 @@
+
+
+
+
+ python3-curio
+ https://github.com/dabeaz/curio
+
+ Blue Devil
+ bluedevil@sctzine.com
+
+ BSD
+ programming.language.python3
+ library
+ Curio - Concurrent I/O
+ Curio is a library for performing concurrent I/O with coroutines in Python 3.
+ https://github.com/dabeaz/curio/archive/0.9.tar.gz
+
+ python3-devel
+ python3-setuptools
+
+
+
+
+ python3-curio
+ Curio - Concurrent I/O
+
+ python3
+
+
+ /usr/lib
+ /usr/share/man
+ /usr/share/doc/python3-curio
+
+
+
+
+
+ 2020-01-15
+ 0.9
+ First pisi release.
+ Blue Devil
+ bluedevil@sctzine.com
+
+
+
\ No newline at end of file
diff --git a/programming/language/python3/python3-curio/translations.xml b/programming/language/python3/python3-curio/translations.xml
new file mode 100755
index 0000000000..a9f3c271c5
--- /dev/null
+++ b/programming/language/python3/python3-curio/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ python3-curio
+ Curio - Concurrent I/O - Eşzamanlı G/Ç
+ python3-curio,Curio python3 ile eşzamanlı giriş/çıkış eşrutinleri yapabileceğiniz python3 kitaplığıdır.
+
+
\ No newline at end of file