Plugin, library, and reports for reading Conservancy's books
Find a file
Brett Smith 547ae65780 plugin.core: _meta_set properly handles when post.meta is None.
post is a NamedTuple, so attribute assignment is not allowed.
Instead we have to construct a whole new Posting.
2020-03-08 11:32:03 -04:00
conservancy_beancount plugin.core: _meta_set properly handles when post.meta is None. 2020-03-08 11:32:03 -04:00
tests plugin.core: _meta_set properly handles when post.meta is None. 2020-03-08 11:32:03 -04: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