datasette/datasette/__init__.py
Simon Willison f2720b0c6b
First working prototype of plugins, refs #14
Uses pluggy: https://pluggy.readthedocs.io/

Two example plugins - an uppercase template filter and a convert_units() SQL function.
2018-04-15 16:17:36 -07:00

3 lines
146 B
Python

from datasette.version import __version_info__, __version__ # noqa
from .hookspecs import hookimpl # noqa
from .hookspecs import hookspec # noqa