We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e475847 commit 9fd0af9Copy full SHA for 9fd0af9
.gitignore
@@ -9,7 +9,14 @@ dist/
9
*.log
10
*.session
11
*.session-journal
12
+build/
13
downloads/
14
+eggs/
15
+.eggs/
16
+wheels/
17
+*.egg-info/
18
+.installed.cfg
19
+*.egg
20
21
# IDE specific files
22
.idea/
README.md
@@ -1,5 +1,6 @@
1
## async_pymongo
2
-Asynchronous wrapper for pymongo
+Asynchronous wrapper for pymongo
3
+[Comparison](https://github.com/Mayuri-Chan/async_pymongo/blob/staging/comparison.png)
4
5
### Installing
6
comparison.png
360 KB
0 commit comments