source/projects/anosql
2021-08-30 01:06:21 -06:00
..
doc And lint 2021-08-29 22:18:57 -06:00
src/python/anosql And lint 2021-08-29 22:18:57 -06:00
test/python Done with flake8 2021-08-30 01:06:21 -06:00
BUILD Anosql is abandoned upstream. Vendor it. 2021-08-13 19:56:00 -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/