Commit Graph

15 Commits

Author SHA1 Message Date
0c17410e18
style: Styling i forgot to commit earlier 2023-11-18 06:59:39 +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
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
8f5d355ea0
ci: Update and configure isort, and make it happy 2023-11-14 05:16:10 +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
77d1477106 Use a blob I can retrieve.
If you add me on SSB, you should be able to get it too :p
2019-06-14 22:05:51 +02:00
Cheng Guo
166914144d Verify the hash of the fetched blob 2019-06-14 22:05:45 +02:00
Cheng Guo
b26b56632f Fixed a bug which causes problem when RPC body size is bigger than 4096
- Fetching blobs (size>4k) works now
  - Updated the image fetching code in examples/test_client.py
2019-06-14 21:46:43 +02:00
Cléber Zavadniak
aab2ac18b3 fix test_server and reorganize requirements files 2018-04-28 17:02:18 +02:00
Pedro Ferreira
dc1389d634 Adapt code to match secret_handshake changes 2018-02-04 22:27:54 +01:00
Pedro Ferreira
ee68cd125b Add load_ssb_secret() to utils 2017-08-05 12:40:44 +02:00
Pedro Ferreira
fc67995e6b Move test_*.py to examples dir 2017-08-01 19:38:53 +02:00