anosql 1.0.1-3 source package in Ubuntu

Changelog

anosql (1.0.1-3) unstable; urgency=medium

  * Update standards version to 4.6.0, no changes needed.

 -- Debian Janitor <email address hidden>  Thu, 26 May 2022 19:35:27 +0100

Upload details

Uploaded by:
Debian Python Team
Uploaded to:
Sid
Original maintainer:
Debian Python Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release universe misc
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
anosql_1.0.1-3.dsc 2.0 KiB 86a5bf9cbd56b3ef5500c1d400389658c44e82c82a6105d84720c6b8470f77ce
anosql_1.0.1.orig.tar.gz 23.7 KiB ffc5cac2604f53e043a68dbe8b8a3d4dc5f72b5f61484a5a74c0f2f6a34a0fa4
anosql_1.0.1-3.debian.tar.xz 2.9 KiB 8b81f5ecb1bef71fe78e6ca9d853e3a9cc4699fbbf7623b6c9d487475dc50362

Available diffs

No changes file available.

Binary packages built by this source

python3-anosql: 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.