python-sql 1.3.0-1 source package in Ubuntu
Changelog
python-sql (1.3.0-1) unstable; urgency=medium * Merging upstream version 1.3.0. * Update d/copyright. -- Mathias Behrle <email address hidden> Wed, 20 Oct 2021 14:19:01 +0200
Upload details
- Uploaded by:
- Debian Tryton Maintainers
- Uploaded to:
- Sid
- Original maintainer:
- Debian Tryton Maintainers
- Architectures:
- all
- Section:
- misc
- Urgency:
- Medium Urgency
See full publishing history Publishing
Series | Published | Component | Section | |
---|---|---|---|---|
Kinetic | release | universe | misc | |
Jammy | release | universe | misc |
Downloads
File | Size | SHA-256 Checksum |
---|---|---|
python-sql_1.3.0-1.dsc | 2.3 KiB | 2de5c45c3bd6f3af4780ccd0bf7a2e46bfb3717d2f462e55d8cbb505af4d4775 |
python-sql_1.3.0.orig.tar.gz | 31.6 KiB | 9d603a6273f2f5966bab7ce77e1f50e88818d5237ac85e566e2dc84ebfabd176 |
python-sql_1.3.0.orig.tar.gz.asc | 506 bytes | 34ad4c40be9a40e196677d4b86266ac2e5718b1b35d97a55486c7110340aa386 |
python-sql_1.3.0-1.debian.tar.xz | 24.7 KiB | ac7e0a41827fcac596de9c713467d1b02864cd8171bcd5c50c74b25e7f16a1e4 |
Available diffs
- diff from 1.2.1-1 to 1.3.0-1 (10.6 KiB)
No changes file available.
Binary packages built by this source
- python3-sql: Library to write SQL queries (implemented in Python 3)
python-sql is a library to write SQL queries in a pythonic way. It relies
exclusively on the Python standard library. It is database independent,
doesn't require the declaration of tables and allows one to manipulate the
generated queries.
.
To make real use of this package you will have to install a database
connector.
.
This package is targeting Python version 3.