Plugin, library, and reports for reading Conservancy's books
Find a file
Brett Smith d34db71542 plugin: Introduce HookRegistry.
This is the layer that keeps track of the different groups of hooks and
can filter them before runtime. The idea here is that you'll be able
to do things like skip hooks that require network access when you don't
have it, or skip CPU-intensive hooks when you don't need them, etc.
2020-03-06 09:22:55 -05:00
conservancy_beancount plugin: Introduce HookRegistry. 2020-03-06 09:22:55 -05:00
tests plugin: Introduce HookRegistry. 2020-03-06 09:22:55 -05:00
.gitignore Initial commit: license, setup.py, gitignore, skeleton structure. 2020-03-05 09:33:23 -05:00
LICENSE.txt Initial commit: license, setup.py, gitignore, skeleton structure. 2020-03-05 09:33:23 -05:00
setup.cfg Initial commit: license, setup.py, gitignore, skeleton structure. 2020-03-05 09:33:23 -05:00
setup.py Initial commit: license, setup.py, gitignore, skeleton structure. 2020-03-05 09:33:23 -05:00