Papers & Presentations

Atoms frequently share what they know in journals, at conferences, and in classrooms.

The Modern Command-line Tool Stack: Pipenv, Click, and Friends

Presented by
Presented at
at
PyOhio 2017
|
July 1, 2018
Additional Presentations:
Written in
PyOhio 2017
|
July 2018

Until recently, I was still writing Python command-line tools like it's the mid-00s. In this talk, you'll learn about the tools I found to modernize development, installation, and isolation as well as the libraries that make building CLIs and working with the OS easy. We'll cover Pipenv and how best to use it with setuptools, as well as Click and other libraries useful for this task.