purarue / google_takeout_parser

A library/CLI tool to parse data out of your Google Takeout (History, Activity, Youtube, Locations, etc...)
https://pypi.org/project/google-takeout-parser/
MIT License
82 stars 14 forks source link

type internal dicts inside lists #45

Closed purarue closed 1 year ago

purarue commented 1 year ago

https://github.com/seanbreckenridge/google_takeout_parser/blob/368017199f822196f78a3e70f7b27584066b8796/google_takeout_parser/models.py

can be typed with a metadata dict now, since https://github.com/karlicoss/cachew/issues/28 was fixed

purarue commented 1 year ago

I think using a namedtuple would keep this 100% backwards compatible as well