not meant to land in snippets, but it's not clear where else it should land, so
I'm posting here for review purposes, we can determine where to land it later
Related: T2279
Differential D2461
add Python client for the archive WEB API zack on Dec 16 2019, 4:50 PM. Authored by
Details
Diff Detail
Event TimelineComment Actions Looks good overall, but I have a lot of nitpicks
Comment Actions IMHO this should be a 'standalone' repo/project. I mean it should be possible to pip install it at least. Comment Actions as mentioned above :-)
so, yeah, I agree!, but I'm not sure where… |
I would like this class to be more pythonic by working as a context manager. For me, the sqlite3 connection should probably happen in an __enter__() function, and closing it in an __exit__() function. I know you cannot use a with block in the Fuse operation class (a shame...), but at least it keeps the quirky aspect of this solely in the Fuse class.