core: helpers for automatic dataframes from sequences of NamedTuple/dataclass
also use in my.rescuetime
This commit is contained in:
parent
df9a7f7390
commit
07f901e1e5
5 changed files with 77 additions and 14 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue