apodo icon indicating copy to clipboard operation
apodo copied to clipboard

Sessions/legacy.sessions implementation

Open glotchimo opened this issue 6 years ago • 0 comments

The legacy design of the sessions package, including modules base.py, client.py, and files.py could be restructured and streamlined. Rather than having the SessionEngine subclasses in separate modules, it would make more sense to simply move all of them into one engines.py module.

Along with that, The Session object, which is very alike to a dict, should be replaced by a dict subclass.

glotchimo avatar Aug 09 '19 18:08 glotchimo