vancouver-food


Namevancouver-food JSON
Version 0.0.5 PyPI version JSON
download
home_page
SummaryLet us help you pick a dish in Vancouver.
upload_time2023-09-24 15:38:57
maintainer
docs_urlNone
authorLeviLiao
requires_python
license
keywords vancouver dishes
VCS
bugtrack_url
requirements No requirements were recorded.
Travis-CI No Travis.
coveralls test coverage No coveralls.
            
# 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
pip3 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())
```



            

Raw data

            {
    "_id": null,
    "home_page": "",
    "name": "vancouver-food",
    "maintainer": "",
    "docs_url": null,
    "requires_python": "",
    "maintainer_email": "",
    "keywords": "vancouver,dishes",
    "author": "LeviLiao",
    "author_email": "<dlnx38@gmail.com>",
    "download_url": "https://files.pythonhosted.org/packages/d3/eb/ee5296cc9f7e684a2efa9a755fc0434691078eda976259451564c9caab47/vancouver_food-0.0.5.tar.gz",
    "platform": null,
    "description": "\n# Vancouver food Library\n\nVancouver 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!\n\nYou can find usage examples for the library in [API reference](https://pypi.org/project/vancouver-food/)\n\n## Installation\n\nTo start, ensure you have Python 3.7.1 or newer. If you just\nwant to use the package, run:\n\n```sh\npip3 install --upgrade vancouver-food\n```\n\nAfter you have installed the package, import it at the top of a file:\n\n```python\nimport vancouver_food\nprint(vancouver_food.random_pick())\n```\n\n\n",
    "bugtrack_url": null,
    "license": "",
    "summary": "Let us help you pick a dish in Vancouver.",
    "version": "0.0.5",
    "project_urls": null,
    "split_keywords": [
        "vancouver",
        "dishes"
    ],
    "urls": [
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "c57be767c4aae8a54a05ad4154dfd1decd638b2735c9e0e819b7e67163cd8d62",
                "md5": "48877fda48d3f972fd74dbff0235fe1e",
                "sha256": "251fa8d1af9d1b507810a73736c9d4db98c20d240b17672a281a20ab2e4c0294"
            },
            "downloads": -1,
            "filename": "vancouver_food-0.0.5-py3-none-any.whl",
            "has_sig": false,
            "md5_digest": "48877fda48d3f972fd74dbff0235fe1e",
            "packagetype": "bdist_wheel",
            "python_version": "py3",
            "requires_python": null,
            "size": 2270,
            "upload_time": "2023-09-24T15:38:56",
            "upload_time_iso_8601": "2023-09-24T15:38:56.057730Z",
            "url": "https://files.pythonhosted.org/packages/c5/7b/e767c4aae8a54a05ad4154dfd1decd638b2735c9e0e819b7e67163cd8d62/vancouver_food-0.0.5-py3-none-any.whl",
            "yanked": false,
            "yanked_reason": null
        },
        {
            "comment_text": "",
            "digests": {
                "blake2b_256": "d3ebee5296cc9f7e684a2efa9a755fc0434691078eda976259451564c9caab47",
                "md5": "7f247fad5034eea7d4085a136817459b",
                "sha256": "e0a658c883e46302904c2c4a98b219ce09e539f8a2d1cace04e9147c971ce2ab"
            },
            "downloads": -1,
            "filename": "vancouver_food-0.0.5.tar.gz",
            "has_sig": false,
            "md5_digest": "7f247fad5034eea7d4085a136817459b",
            "packagetype": "sdist",
            "python_version": "source",
            "requires_python": null,
            "size": 1980,
            "upload_time": "2023-09-24T15:38:57",
            "upload_time_iso_8601": "2023-09-24T15:38:57.871699Z",
            "url": "https://files.pythonhosted.org/packages/d3/eb/ee5296cc9f7e684a2efa9a755fc0434691078eda976259451564c9caab47/vancouver_food-0.0.5.tar.gz",
            "yanked": false,
            "yanked_reason": null
        }
    ],
    "upload_time": "2023-09-24 15:38:57",
    "github": false,
    "gitlab": false,
    "bitbucket": false,
    "codeberg": false,
    "lcname": "vancouver-food"
}
        
Elapsed time: 1.06815s