core: helpers for automatic dataframes from sequences of NamedTuple/dataclass

also use in my.rescuetime
This commit is contained in:
Dima Gerasimov 2021-02-13 17:13:05 +00:00 committed by karlicoss
parent df9a7f7390
commit 07f901e1e5
5 changed files with 77 additions and 14 deletions

View file

@ -1,6 +1,8 @@
#!/usr/bin/env python3
'''
Default logger is a bit, see 'test'/run this file for a demo
Default logger is a bit meh, see 'test'/run this file for a demo
TODO name 'klogging' to avoid possible conflict with default 'logging' module
TODO shit. too late already? maybe use fallback & deprecate
'''
def test() -> None: