This library seems like a cool idea, looking good!
I jumped into the code and noticed there's a file called collections.py, but 'collections' is already a thing in Python:

This might cause namespacey problems, and could slightly hinder readability - I saw collections was being imported in coinhandler.py and briefly thought it was referring to Python's own collections.
Might be worth renaming this to something more specific, although it's not really a problem if you want to keep the name the same
This library seems like a cool idea, looking good!
I jumped into the code and noticed there's a file called
collections.py, but 'collections' is already a thing in Python:This might cause namespacey problems, and could slightly hinder readability - I saw
collectionswas being imported incoinhandler.pyand briefly thought it was referring to Python's owncollections.Might be worth renaming this to something more specific, although it's not really a problem if you want to keep the name the same