source/projects/anosql
2024-04-07 01:30:45 -06:00
..
doc Black all the things 2021-09-02 22:10:35 -06:00
src/anosql setuptools, not Maven 2024-02-06 11:17:32 -07:00
test setuptools, not Maven 2024-02-06 11:17:32 -07:00
BUILD.bazel Get the tests passing again 2024-04-07 01:30:45 -06:00
LICENSE Anosql is abandoned upstream. Vendor it. 2021-08-13 19:56:00 -06:00
README.rst Truncate. 2021-08-14 11:55:58 -06:00

anosql
======

A Python library for using SQL

Inspired by the excellent Yesql library by Kris Jenkins. In my mother tongue, ano means yes.

This is a vendored copy of `anosql`_, which exists to capture a few pre-deprecation patches that never made it into the last release, and bazel-ify everything for my use.

License
-------

BSD, short and sweet

.. _anosql: https://github.com/honza/anosql
.. _Yesql: https://github.com/krisajenkins/yesql/