Commit Graph

14 Commits

Author SHA1 Message Date
526117ae18
chore: Remove useless PyLint suppressions 2023-11-18 07:15:17 +01:00
d6881cd8d5
feat: Process boolean True responses over Packet Stream 2023-11-18 07:07:12 +01:00
1c1e57d868
ci: Add and configure mypy, and make it happy 2023-11-16 09:44:36 +01:00
f2a54b5ce6
chore: Get rid of all __await__ methods 2023-11-16 06:12:12 +01:00
c588967c11 build: Remove async_generator as a dependency
Python 3.6+ can do this natively.
2023-11-15 14:32:00 +01:00
01e8de96b2
fix: Check for empty messages before checking its properties in MuxRPCAPI 2023-11-15 06:13:09 +01:00
69433cab86
refactor: Change MuxRPC.__await__ MuxRPC.process_messages
`__await__` can be a bit dangerous in the world of `asyncio`.
2023-11-15 05:36:29 +01:00
d51f27d883
ci: Add and configure PyLint, and make it happy 2023-11-14 06:03:46 +01:00
e0cd456e77
chore: Remove the unused decorated function in MuxRPCAPI.define 2023-11-14 05:21:35 +01:00
d1a0510734
ci: Use black instead of flake8
It results in mostly the same style, plus it’s configurable via pyproject.toml.
2023-11-13 13:57:42 +01:00
50442c56fe
chore: Make the project REUSE compatible 2023-11-13 13:41:30 +01:00
Pedro Ferreira
9fc910c37d Python 3.5 compatibility
Close #1 and #3
2017-08-01 22:37:14 +02:00
Pedro Ferreira
3d652d11cd Properly handle MuxRPC errors 2017-07-30 15:02:09 +02:00
Pedro Ferreira
ae5b99acfa Rename module 2017-07-30 11:50:25 +02:00