Plugin, library, and reports for reading Conservancy's books
Find a file
Brett Smith 3fbc14d377 Improve organization between modules.
* Rename _typing to beancount_types to better reflect what it is.
* LessComparable isn't a Beancount type, so move that to
  plugin.core with its dependent helper classes.
* Errors are a core Beancount concept, so move that module to the
  top level and have it include appropriate type definitions.
2020-03-15 16:03:57 -04:00
conservancy_beancount Improve organization between modules. 2020-03-15 16:03:57 -04:00
tests Improve organization between modules. 2020-03-15 16:03:57 -04:00
.gitignore gitignore: Add .mypy_cache. 2020-03-15 10:25:10 -04: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