Metadata-Version: 2.1
Name: vancouver-food
Version: 0.0.3
Summary: Let us help you pick a dish in Vancouver.
Home-page: UNKNOWN
Author: LeviLiao
Author-email: <dlnx38@gmail.com>
License: UNKNOWN
Keywords: vancouver,dishes
Platform: UNKNOWN
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown


# Vancouver food Library

Vancouver is quite a food city, with an abundance of Asian-inspired flavors, seafood of the Pacific Northwest, and Canadian specialties. If you're not sure what to eat, let us choose for you!

You can find usage examples for the library in [API reference](https://pypi.org/project/vancouver-food/)

## Installation

To start, ensure you have Python 3.7.1 or newer. If you just
want to use the package, run:

```sh
pip install --upgrade vancouver_food
```

After you have installed the package, import it at the top of a file:

```python
import vancouver_food
print(vancouver_food.random_pick())
```


