From 133a0a3b9e0ec743ac3e673e97a551e6be403c55 Mon Sep 17 00:00:00 2001 From: Adam Duskett Date: Tue, 6 Feb 2018 08:25:03 -0500 Subject: python-sqlalchemy: new package SQLAlchemy is the Python SQL toolkit and Object Relational Mapper that gives application developers the full power and flexibility of SQL. It 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. Signed-off-by: Adam Duskett Reviewed-by: Yegor Yefremov [Thomas: fix check-package warnings.] Signed-off-by: Thomas Petazzoni --- package/python-sqlalchemy/Config.in | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 package/python-sqlalchemy/Config.in (limited to 'package/python-sqlalchemy/Config.in') diff --git a/package/python-sqlalchemy/Config.in b/package/python-sqlalchemy/Config.in new file mode 100644 index 0000000000..f7ec3a6ad4 --- /dev/null +++ b/package/python-sqlalchemy/Config.in @@ -0,0 +1,13 @@ +config BR2_PACKAGE_PYTHON_SQLALCHEMY + bool "python-sqlalchemy" + help + SQLAlchemy is the Python SQL toolkit and Object Relational + Mapper that gives application developers the full power and + flexibility of SQL. + + It 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. + + http://www.sqlalchemy.org -- cgit v1.2.3