wallabag-kindle-consumer/wallabag_kindle_consumer
Jan Losinski fdac477d09
Change config to use dataclasses
This means that we depend on python 3.7 now. But it gives an easier
possibility to distinguish between required and optional parameters. It
also allows to pecify the type of the option drectly and access it via
the dataclasses fields.

This might fix #2
2019-02-05 21:20:55 +01:00
..
static/css Add basic UI templates. 2018-03-21 12:56:51 +01:00
templates Add simple navication to UI 2018-03-22 00:36:37 +01:00
__init__.py Move all in its own package. 2018-03-21 06:47:44 +01:00
config.py Change config to use dataclasses 2019-02-05 21:20:55 +01:00
consumer.py Allow ggracefl stop of consumer 2019-01-26 21:49:59 +01:00
interface.py Allow interface to get stopped gracefully 2019-01-26 22:15:23 +01:00
models.py Add option to ctreate the db 2018-03-22 03:42:12 +01:00
refresher.py Add missing ensure_future 2019-01-26 22:23:20 +01:00
sender.py Fix message generation for picky amazon. 2018-03-22 16:17:17 +01:00
wallabag.py Fix bug in token refresh 2018-03-22 02:42:55 +01:00