Hi Everyone,
I've recently started becoming more interested in better Python package management and development and I wanted to get a general idea of what tools the community uses. So far, I've been heavily using Pipenv due to it's seamless combination of creating Virtual Environments and ability to install packages (w/ lock file).
Please let me know what you use :-)
Top comments (2)
@dbanty wrote a nice review of most relevant options, you can find it starting here:
The Python Dependency Stack
Dylan Anthony ・ 4 min read
I've tried Poetry successfully as a potential replacement for Pipenv.
Excellent ! Thank you for sharing that link.