We search pico libraries that help us doing an efficient job with lighter code.
Revelations we had πΌ (Until we meet the killing unresolvable blocking bug π):
- Python HTTP Requests for Humansβ’: Requests
- Python logging made (stupidly) simple: Loguru
- Light-weight utilities to augment, not replace the Python MongoDB driver: mongo
- A drop-in replacement for native Python datetimes that embraces UTC: Zulu
- A package manager for including other people's code in your projects: Peru
We are still using these, though we are very open to replace them:
- A Python Object-Document-Mapper for working with MongoDB: MongoEngine
These libs did not meet our requirements in our context, for various reasons:
- A Pythonic, object-oriented interface for working with MongoDB: Pymodm