Links
- Comparison of tools by Ritza
- Python’s official recommendation on Application dependency management
- Using Poetry + Conda: It might be required due to C++ dependencies
Main tools
Poetry
Dependency manager & Packaging Tool
Possible con: No clear way to package python / rust dependencies.
Pipenv
Dependency Manager & virtual environment Manager for Python projects.
pipenv = pip + virtualenv
with a CLI