Plugin, library, and reports for reading Conservancy's books
Find a file
Brett Smith 5849b562d0 expenseAllocation: Switch to own MetadataEnum class.
Python's own enum works fine for the simple values that expenseAllocation
uses, but it won't work as well for metadata like taxImplication where
many of the values aren't legal Python identifiers. Introduce our own
MetadataEnum class with the necessary functionality, and switch to that.
2020-03-05 15:33:27 -05:00
conservancy_beancount expenseAllocation: Switch to own MetadataEnum class. 2020-03-05 15:33:27 -05:00
tests expenseAllocation: Date-limit the transactions we work on. 2020-03-05 14:37:47 -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