Move version to intro

This commit is contained in:
Luke Murphy 2020-03-01 16:39:49 +00:00
parent a54dd506ab
commit 5a3be29467
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
2 changed files with 4 additions and 5 deletions

View File

@ -33,10 +33,11 @@ Calibrestekje is a Python library which provides a way to work with the
`Calibre`_ database outside the context of the Calibre desktop and web
interfaces.
Generated `SQLAlchemy`_ database bindings (see `sqlacodegen`_ for
more) are provided which allow for read/write access to an existing Calibre
Generated `SQLAlchemy`_ database bindings (see `sqlacodegen`_ for more)
are provided which allow for read/write access to an existing Calibre
database. These bindings are more fine grained than Calibres `database
interface`_ and provide direct access to the Database table layer.
interface`_ and provide direct access to the Database table layer. The
bindings are generated from Calibre version ``2.75.1``.
A `flask`_ extension is also provided for getting started with web prototyping.
Please see `flask-calibrestekje`_ and `the flask usage documentation`_ for

View File

@ -13,8 +13,6 @@ The `querying`_ documentation is particularly useful. Please also see the
use. The following examples are laid out in a "cookbook" style. Hopefully there
is something useful in here for you.
The bindings are generated from Calibre version ``2.75.1``.
.. _SQLAlchemy: https://docs.sqlalchemy.org/en/13/
.. _querying: https://docs.sqlalchemy.org/en/13/orm/tutorial.html#querying