Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Start of the plugin system, based on pluggy #210

Merged
merged 3 commits into from
Apr 16, 2018
Merged

Start of the plugin system, based on pluggy #210

merged 3 commits into from
Apr 16, 2018

Conversation

simonw
Copy link
Owner

@simonw simonw commented Apr 16, 2018

Refs #14

simonw added 3 commits April 15, 2018 16:17
Uses pluggy: https://pluggy.readthedocs.io/

Two example plugins - an uppercase template filter and a convert_units() SQL function.
Running `from datasette import __version__` in `setup.py` was throwing
an error `ModuleNotFoundError: No module named 'pluggy'`

See https://packaging.python.org/guides/single-sourcing-package-version/

Refs #14
@simonw simonw merged commit 33c7c53 into master Apr 16, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant