MongoDB and API logging are now optional features. This makes the package more lightweight for their usage purpose.
- Basic installation:
bash
pip install tamga
- With API logging support:
bash
pip install tamga[api]
- With MongoDB integration:
bash
pip install tamga[mongo]
- Full installation with all features:
bash
pip install tamga[full]