Small PDF merger service.
It's recommended to execute this project inside a virtual environment:
python -m virtualenv venv
source venv/bin/activate
The basic setup consists of:
make install # only once to install dependencies
make # to run the application