1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34
|
Source: anosql
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Florian Grignon <grignon.florian@gmail.com>
Build-Depends:
debhelper-compat (= 12),
dh-python,
python3-all,
python3-psycopg2,
python3-pytest,
python3-setuptools,
python3-testing.postgresql,
tox,
Standards-Version: 4.4.0
Vcs-Browser: https://salsa.debian.org/python-team/modules/anosql
Vcs-Git: https://salsa.debian.org/python-team/modules/anosql.git
Homepage: https://github.com/honza/anosql
Testsuite: autopkgtest-pkg-python
Package: python3-anosql
Architecture: all
Depends:
${misc:Depends},
${python3:Depends},
Description: Manage your raw SQL Queries in an elegant manner
Inspired by Yesql library by Kris Jenkins, anosql provides an interface to
manage your SQL queries against PostgreSQL and SQLite engine.
.
The interface gives the full flexibility and features of raw SQL to the
developer.
.
Anosql can be seen as an alternative to ORM(s), and can be installed and used
at the same time as other ORM libraries.
|