@evan
Hey Evan... seeing such a nice CLI for your 'ap' project in its README..md, I decided to try playing with it but the setup tries to open a file called Pipfile which does not exist:
```shell
$ rg Pipfile
setup.py
4:# Function to read dependencies from Pipfile
8: pipfile_data = toml.load('Pipfile')
$ find . -name Pipfile
$
```
This was after hitting several errors where I had to figure out which OS python package to install, including python3-setuptools, python3-toml, and pipenv.