Commit e3cc2ed
Implement Rendezqueue Python client
- Implement `RendezqueueClient` in `src/rendezqueue/client.py`.
- Add thread safety with `threading.Lock`.
- Add manual test script `test/manual_test.py`.
- Add unit tests `test/client_test.py`.
- Add CI workflow in `.github/workflows/ci.yaml`.
- Fix base64 padding issue.
- Set User-Agent to bypass Cloudflare.
- Add timeout to network requests.
Co-authored-by: google-labs-jules[bot] <161369871+google-labs-jules[bot]@users.noreply.github.com>1 parent 3e9e4f4 commit e3cc2ed
3 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | | - | |
| 44 | + | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
93 | 93 | | |
94 | 94 | | |
95 | 95 | | |
96 | | - | |
| 96 | + | |
97 | 97 | | |
98 | 98 | | |
99 | 99 | | |
| |||
File renamed without changes.
File renamed without changes.
0 commit comments