quamash icon indicating copy to clipboard operation
quamash copied to clipboard

Implementation of the PEP 3156 event-loop (asyncio) api using the Qt Event-Loop

Results 44 quamash issues
Sort by recently updated
recently updated
newest added

The current system where quamash loads the first Qt Implementation it finds or one in an environment variable is hacky. Additionally since __version__, __author__ and __license__ are loaded from __init__.py,...

question

because why no?

enhancement

collections.Mapping has been deprecated for almost a decade. In _unix.py: 10: import collections.abc 44: collections.mapping => collections.abc.Mapping

It's a SyntaxError in python to use a Non-ASCII character without a coding line From a python3.9 pip install on Linux ``` Processing /var/local/src/quamash Complete output from command python setup.py...