9c69d656a3
Add typing dependencies for requests, dateutil, setuptools and yaml.
...
Without these, mypy complains that "Library stubs are not installed".
2022-02-04 19:24:02 +11:00
088713060a
reconcile: Add dependency "thefuzz" for fuzzy match of payee text.
2022-02-04 19:15:12 +11:00
Brett Smith
e2dda7ae0c
query: Let the user interrupt interactive queries.
...
This makes it easier to iterate on a query because you don't have to restart
the program and reload the books if something goes sideways.
2021-04-01 09:57:42 -04:00
Brett Smith
6109187286
setup: Switch to PEP 517 build system.
2021-03-31 16:42:29 -04:00
Brett Smith
a19b3fb6c4
setup: Incorporate pytest.ini.
2020-07-15 10:27:05 -04:00
Brett Smith
8dbe807efb
setup: Move tox.ini to setup.cfg.
2020-06-03 22:27:49 -04:00
Brett Smith
70057fe383
reports: Start BaseODS class.
2020-06-03 21:24:47 -04:00
Brett Smith
694630ca02
setup: Don't disallow untyped calls.
...
Unfortunately this is becoming more trouble than it's worth as we
call more and more untyped Beancount functions.
disallow_untyped_defs provides most of the value of what we really
want here, so go ahead and turn this off.
2020-04-27 16:53:22 -04:00
Brett Smith
22d5b7e90a
setup: Disallow untyped calls.
2020-03-29 23:22:35 -04:00
Brett Smith
747ef25da6
setup: Disallow untyped defs.
...
Mostly this meant giving annotations to low-value functions like
the error classes and __init_subclass__, but it's worth it for
the future strictness+documentation value.
2020-03-29 23:18:40 -04:00
Brett Smith
e6894c2b46
setup: Enable stricter type checking.
...
This caught the "return instead of raise" bug in meta_project.
2020-03-29 19:39:09 -04:00
Brett Smith
1caeb9a1a6
setup: Introduce typecheck alias.
2020-03-18 08:20:45 -04:00
Brett Smith
c5dd7984bc
Initial commit: license, setup.py, gitignore, skeleton structure.
2020-03-05 09:33:23 -05:00