diff --git a/programming/language/python3/python3-sqlalchemy/actions.py b/programming/language/python3/python3-sqlalchemy/actions.py
new file mode 100644
index 0000000000..e9235b5a81
--- /dev/null
+++ b/programming/language/python3/python3-sqlalchemy/actions.py
@@ -0,0 +1,20 @@
+#!/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
+from pisi.actionsapi import shelltools
+from pisi.actionsapi import get
+
+def build():
+ # fıx unused direct dependency analysis
+ shelltools.export("LDSHARED", "x86_64-pc-linux-gnu-gcc -Wl,-O1,--as-needed -shared -lpthread -Wl,-O1 -Wl,-z,relro -Wl,--hash-style=gnu -Wl,--as-needed -Wl,--sort-common")
+ pythonmodules.compile(pyVer="3")
+
+#def check():
+# pythonmodules.run("setup.py pytest", pyVer="3")
+
+def install():
+ pythonmodules.install(pyVer="3")
\ No newline at end of file
diff --git a/programming/language/python3/python3-sqlalchemy/pspec.xml b/programming/language/python3/python3-sqlalchemy/pspec.xml
new file mode 100644
index 0000000000..ea00e51ad7
--- /dev/null
+++ b/programming/language/python3/python3-sqlalchemy/pspec.xml
@@ -0,0 +1,51 @@
+
+
+
+
+ python3-sqlalchemy
+ https://www.sqlalchemy.org/
+
+ Blue DeviL
+ bluedevil@sctzine.com
+
+ programming.language.python3
+ MIT
+ library
+ The Python SQL Toolkit and Object Relational Mapper
+ SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL. SQLAlchemy provides a full suite of well known enterprise-level persistence patterns, designed for efficient and high-performing database access, adapted into a simple and Pythonic domain language.
+ https://files.pythonhosted.org/packages/af/47/35edeb0f86c0b44934c05d961c893e223ef27e79e1f53b5e6f14820ff553/SQLAlchemy-1.3.13.tar.gz
+
+ python3-setuptools
+ python3-devel
+
+
+
+
+ python3-sqlalchemy
+ The Python SQL Toolkit and Object Relational Mapper
+
+ python3
+
+
+ /usr/lib
+ /usr/share/doc
+
+
+
+
+
+ 2020-01-23
+ 1.3.13
+ Version bump.
+ Blue Devil
+ bluedevil@sctzine.com
+
+
+ 2019-12-08
+ 1.3.11
+ First pisi release
+ Blue DeviL
+ bluedevil@sctzine.com
+
+
+
\ No newline at end of file
diff --git a/programming/language/python3/python3-sqlalchemy/translations.xml b/programming/language/python3/python3-sqlalchemy/translations.xml
new file mode 100644
index 0000000000..dcf3517d17
--- /dev/null
+++ b/programming/language/python3/python3-sqlalchemy/translations.xml
@@ -0,0 +1,8 @@
+
+
+
+ python3-sqlalchemy
+ Python SQL Araç Kiti ve İlişkisel Nesne Haritalandırıcısı
+ SQLAlchemy, geliştiricisine SQL'in tüm güç ve esnekliğini verebilen, python sql araç kiti ve ilişkisel nesne haritalandırıcısı sunan bir python modülüdür.
+
+
\ No newline at end of file