Pipenv: The Future of Python Dependency Management

By Kenneth Reitz

Elevator Pitch

Pipenv is a new and exciting tool from the PyPA (Python Packaging Authority) that manages application dependencies, and introduces many new concepts that are great for deployment! A history of Python packaging will be presented, as well as an interactive Pipenv demo.

Description

This talk is about the history of Python packaging, the tools that have been historically available for application deployment, the problems/constraints presented by them, and presents a holistic solution to many of these problems: Pipenv.

A live demo of the tool will be presented, as well as a Q&A session.