summaryrefslogtreecommitdiff
path: root/Cool Python packages.md
diff options
context:
space:
mode:
Diffstat (limited to 'Cool Python packages.md')
-rw-r--r--Cool Python packages.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/Cool Python packages.md b/Cool Python packages.md
new file mode 100644
index 0000000..f23a84c
--- /dev/null
+++ b/Cool Python packages.md
@@ -0,0 +1,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) \ No newline at end of file