Try to simplify the intro

This commit is contained in:
Luke Murphy 2020-03-01 00:26:09 +00:00
parent eec8e5a267
commit 9f47d8b020
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC

View File

@ -31,11 +31,10 @@ Library prototyping based on Calibre
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. A set of generated `SQLAlchemy`_ bindings (see `sqlacodegen`_ for
more) are provided which allow for the read/write access to an existing Calibre
metadata database (a file typically called ``metadata.db``). These bindings are
more fine grained than Calibres `database interface`_ and provide direct access
to the Database table layer.
interfaces. 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.
.. _Calibre: https://calibre-ebook.com/
.. _SQLALchemy: https://docs.sqlalchemy.org/