This package is a command line interface that finds open food trucks in San Francisco.
At the time when the command is ran, it will output the names and address of open trucks one page at a time (default: 10 entries) sorted alphabetically by name.
From the main folder run the following command
python setup.py installTo list food trucks run the following
$ open_food_trucksTo change the number of trucks displayed at one time
$ open_food_trucks --page_size <number>For help run the following
$ open_food_trucks --help