Library prototyping based on Calibre
Go to file
Luke Murphy caa7276b29
Add mypy bindings for sqlalchemy
2020-02-27 17:57:31 +00:00
calibrestekje Bootstrap calibrestekje 2020-02-26 19:40:03 +01:00
changelog Bootstrap calibrestekje 2020-02-26 19:40:03 +01:00
docs Bootstrap calibrestekje 2020-02-26 19:40:03 +01:00
test Bootstrap calibrestekje 2020-02-26 19:40:03 +01:00
.gitignore Bootstrap calibrestekje 2020-02-26 19:40:03 +01:00
.readthedocs.yml Bootstrap calibrestekje 2020-02-26 19:40:03 +01:00
.travis.yml Bootstrap calibrestekje 2020-02-26 19:40:03 +01:00
CHANGELOG.rst Bootstrap calibrestekje 2020-02-26 19:40:03 +01:00
CODE_OF_CONDUCT.rst Bootstrap calibrestekje 2020-02-26 19:40:03 +01:00
CONTRIBUTING.rst Bootstrap calibrestekje 2020-02-26 19:40:03 +01:00
LICENSE Bootstrap calibrestekje 2020-02-26 19:40:03 +01:00
MANIFEST.in Bootstrap calibrestekje 2020-02-26 19:40:03 +01:00
README.rst Bootstrap calibrestekje 2020-02-26 19:40:03 +01:00
mypy.ini Add mypy bindings for sqlalchemy 2020-02-27 17:57:31 +00:00
pyproject.toml Bootstrap calibrestekje 2020-02-26 19:40:03 +01:00
setup.cfg Bootstrap calibrestekje 2020-02-26 19:40:03 +01:00
setup.py Bootstrap calibrestekje 2020-02-26 19:40:03 +01:00
tox.ini Bootstrap calibrestekje 2020-02-26 19:40:03 +01:00

README.rst

.. _header:

************************
calibrestekje
************************

.. image:: https://img.shields.io/badge/license-GPL-brightgreen.svg
   :target: LICENSE
   :alt: Repository license

.. image:: https://badge.fury.io/py/calibrestekje.svg
   :target: https://badge.fury.io/py/calibrestekje
   :alt: PyPI package

.. image:: https://travis-ci.com/Calibrestekje/calibrestekje.svg?branch=master
   :target: https://travis-ci.com/Calibrestekje/calibrestekje
   :alt: Travis CI result

.. image:: https://readthedocs.org/projects/calibrestekje/badge/?version=latest
   :target: https://calibrestekje.readthedocs.io/en/latest/
   :alt: Documentation status

.. image:: http://img.shields.io/liberapay/patrons/decentral1se.svg?logo=liberapay
   :target: https://liberapay.com/decentral1se
   :alt: Support badge

.. _introduction:

Calibre database bindings for prototyping your own library software!
------------------------------------

.. _example:

Example
*******

.. code-block:: python

    # TODO

.. _documentation:

Documentation
*************

* https://calibrestekje.readthedocs.io/