blob: f23a84c9929ceb4f1617f1ed42306674d3930d30 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
---
tags:
- python
---
This document is intended to keep a list of useful packages for Python.
- httpx (http)
- requests (http)
- tenacity (retry)
- celery (worker)
unverified:
- pretend (stubbing)
|