# Nautobot Lunch
<p align="center">
<img src="https://raw.githubusercontent.com/nlgotz/nautobot-app-lunch/develop/docs/images/icon-lunch.png" class="logo" height="200px">
<br>
<a href="https://github.com/nlgotz/nautobot-app-lunch/actions"><img src="https://github.com/nlgotz/nautobot-app-lunch/actions/workflows/ci.yml/badge.svg?branch=main"></a>
<a href="https://nautobot-lunch.readthedocs.io/projects/lunch/en/latest/"><img src="https://readthedocs.org/projects/nautobot-plugin-lunch/badge/"></a>
<a href="https://pypi.org/project/lunch/"><img src="https://img.shields.io/pypi/v/lunch"></a>
<a href="https://pypi.org/project/lunch/"><img src="https://img.shields.io/pypi/dm/lunch"></a>
<br>
An <a href="https://www.networktocode.com/nautobot/apps/">App</a> for <a href="https://nautobot.com/">Nautobot</a>.
</p>
## Overview
This app queries Yelp to find lunch (or breakfast or dinner, we don't discriminate) near a location. The goal of this is to make it easier for field personel to find food near the site they are at. Or to re-arrange the order you want to visit sites so that you actually end up eating a good lunch.
### Screenshots
More screenshots can be found in the [Using the App](https://nautobot-lunch.readthedocs.io/projects/lunch/en/latest/user/app_use_cases/) page in the documentation. Here's a quick overview of some of the app's added functionality:
![Nautobot Lunch](https://raw.githubusercontent.com/nlgotz/nautobot-app-lunch/develop/docs/images/nautobot-lunch-1.png)
## Documentation
Full documentation for this App can be found over on the [Nautobot Docs](https://nautobot-lunch.readthedocs.io) website:
- [User Guide](https://nautobot-lunch.readthedocs.io/projects/lunch/en/latest/user/app_overview/) - Overview, Using the App, Getting Started.
- [Administrator Guide](https://nautobot-lunch.readthedocs.io/projects/lunch/en/latest/admin/install/) - How to Install, Configure, Upgrade, or Uninstall the App.
- [Developer Guide](https://nautobot-lunch.readthedocs.io/projects/lunch/en/latest/dev/contributing/) - Extending the App, Code Reference, Contribution Guide.
- [Release Notes / Changelog](https://nautobot-lunch.readthedocs.io/projects/lunch/en/latest/admin/release_notes/).
- [Frequently Asked Questions](https://nautobot-lunch.readthedocs.io/projects/lunch/en/latest/user/faq/).
### Contributing to the Documentation
You can find all the Markdown source for the App documentation under the [`docs`](https://github.com/nlgotz/nautobot-app-lunch/tree/develop/docs) folder in this repository. For simple edits, a Markdown capable editor is sufficient: clone the repository and edit away.
If you need to view the fully-generated documentation site, you can build it with [MkDocs](https://www.mkdocs.org/). A container hosting the documentation can be started using the `invoke` commands (details in the [Development Environment Guide](https://nautobot-lunch.readthedocs.io/projects/lunch/en/latest/dev/dev_environment/#docker-development-environment)) on [http://localhost:8001](http://localhost:8001). Using this container, as your changes to the documentation are saved, they will be automatically rebuilt and any pages currently being viewed will be reloaded in your browser.
Any PRs with fixes or improvements are very welcome!
## Questions
For any questions or comments, please check the [FAQ](https://nautobot-lunch.readthedocs.io/projects/lunch/en/latest/user/faq/) first. Feel free to also swing by the [Network to Code Slack](https://networktocode.slack.com/) (channel `#nautobot`), sign up [here](http://slack.networktocode.com/) if you don't have an account.
Raw data
{
"_id": null,
"home_page": "https://github.com/nlgotz/nautobot-app-lunch",
"name": "nautobot-lunch",
"maintainer": "",
"docs_url": null,
"requires_python": ">=3.8,<3.12",
"maintainer_email": "",
"keywords": "nautobot,nautobot-app,nautobot-plugin",
"author": "Nate Gotz",
"author_email": "nathan.gotz@gmail.com",
"download_url": "https://files.pythonhosted.org/packages/27/4d/fd14fba4bde5cdd17771a3caff70ccf9e95036bc7d97baad97c808677267/nautobot_lunch-1.0.0.tar.gz",
"platform": null,
"description": "# Nautobot Lunch\n\n<p align=\"center\">\n <img src=\"https://raw.githubusercontent.com/nlgotz/nautobot-app-lunch/develop/docs/images/icon-lunch.png\" class=\"logo\" height=\"200px\">\n <br>\n <a href=\"https://github.com/nlgotz/nautobot-app-lunch/actions\"><img src=\"https://github.com/nlgotz/nautobot-app-lunch/actions/workflows/ci.yml/badge.svg?branch=main\"></a>\n <a href=\"https://nautobot-lunch.readthedocs.io/projects/lunch/en/latest/\"><img src=\"https://readthedocs.org/projects/nautobot-plugin-lunch/badge/\"></a>\n <a href=\"https://pypi.org/project/lunch/\"><img src=\"https://img.shields.io/pypi/v/lunch\"></a>\n <a href=\"https://pypi.org/project/lunch/\"><img src=\"https://img.shields.io/pypi/dm/lunch\"></a>\n <br>\n An <a href=\"https://www.networktocode.com/nautobot/apps/\">App</a> for <a href=\"https://nautobot.com/\">Nautobot</a>.\n</p>\n\n## Overview\n\nThis app queries Yelp to find lunch (or breakfast or dinner, we don't discriminate) near a location. The goal of this is to make it easier for field personel to find food near the site they are at. Or to re-arrange the order you want to visit sites so that you actually end up eating a good lunch.\n\n### Screenshots\n\nMore screenshots can be found in the [Using the App](https://nautobot-lunch.readthedocs.io/projects/lunch/en/latest/user/app_use_cases/) page in the documentation. Here's a quick overview of some of the app's added functionality:\n\n![Nautobot Lunch](https://raw.githubusercontent.com/nlgotz/nautobot-app-lunch/develop/docs/images/nautobot-lunch-1.png)\n\n## Documentation\n\nFull documentation for this App can be found over on the [Nautobot Docs](https://nautobot-lunch.readthedocs.io) website:\n\n- [User Guide](https://nautobot-lunch.readthedocs.io/projects/lunch/en/latest/user/app_overview/) - Overview, Using the App, Getting Started.\n- [Administrator Guide](https://nautobot-lunch.readthedocs.io/projects/lunch/en/latest/admin/install/) - How to Install, Configure, Upgrade, or Uninstall the App.\n- [Developer Guide](https://nautobot-lunch.readthedocs.io/projects/lunch/en/latest/dev/contributing/) - Extending the App, Code Reference, Contribution Guide.\n- [Release Notes / Changelog](https://nautobot-lunch.readthedocs.io/projects/lunch/en/latest/admin/release_notes/).\n- [Frequently Asked Questions](https://nautobot-lunch.readthedocs.io/projects/lunch/en/latest/user/faq/).\n\n### Contributing to the Documentation\n\nYou can find all the Markdown source for the App documentation under the [`docs`](https://github.com/nlgotz/nautobot-app-lunch/tree/develop/docs) folder in this repository. For simple edits, a Markdown capable editor is sufficient: clone the repository and edit away.\n\nIf you need to view the fully-generated documentation site, you can build it with [MkDocs](https://www.mkdocs.org/). A container hosting the documentation can be started using the `invoke` commands (details in the [Development Environment Guide](https://nautobot-lunch.readthedocs.io/projects/lunch/en/latest/dev/dev_environment/#docker-development-environment)) on [http://localhost:8001](http://localhost:8001). Using this container, as your changes to the documentation are saved, they will be automatically rebuilt and any pages currently being viewed will be reloaded in your browser.\n\nAny PRs with fixes or improvements are very welcome!\n\n## Questions\n\nFor any questions or comments, please check the [FAQ](https://nautobot-lunch.readthedocs.io/projects/lunch/en/latest/user/faq/) first. Feel free to also swing by the [Network to Code Slack](https://networktocode.slack.com/) (channel `#nautobot`), sign up [here](http://slack.networktocode.com/) if you don't have an account.\n\n",
"bugtrack_url": null,
"license": "Apache-2.0",
"summary": "Nautobot Lunch",
"version": "1.0.0",
"project_urls": {
"Documentation": "https://nautobot-lunch.readthedocs.io/projects/lunch/en/latest/",
"Homepage": "https://github.com/nlgotz/nautobot-app-lunch",
"Repository": "https://github.com/nlgotz/nautobot-app-lunch"
},
"split_keywords": [
"nautobot",
"nautobot-app",
"nautobot-plugin"
],
"urls": [
{
"comment_text": "",
"digests": {
"blake2b_256": "db14bf6c3225bf87062df2e69677db7af0c01ed4f1bcb0e1e83699eeec556442",
"md5": "474592db41cdf9146104034cc7880e4c",
"sha256": "fd136dd74244188ba7aefcd525e80c5ac3ec37487efa23bfe0bb8f1bbf63f3f6"
},
"downloads": -1,
"filename": "nautobot_lunch-1.0.0-py3-none-any.whl",
"has_sig": false,
"md5_digest": "474592db41cdf9146104034cc7880e4c",
"packagetype": "bdist_wheel",
"python_version": "py3",
"requires_python": ">=3.8,<3.12",
"size": 858530,
"upload_time": "2024-02-25T05:27:46",
"upload_time_iso_8601": "2024-02-25T05:27:46.815575Z",
"url": "https://files.pythonhosted.org/packages/db/14/bf6c3225bf87062df2e69677db7af0c01ed4f1bcb0e1e83699eeec556442/nautobot_lunch-1.0.0-py3-none-any.whl",
"yanked": false,
"yanked_reason": null
},
{
"comment_text": "",
"digests": {
"blake2b_256": "274dfd14fba4bde5cdd17771a3caff70ccf9e95036bc7d97baad97c808677267",
"md5": "28cdb94dbbd954349f51ba359dfb2982",
"sha256": "73475c1cd7b3d55498098ab2a5cd642b9d6bc1ab94891b2909c645ca95d401bc"
},
"downloads": -1,
"filename": "nautobot_lunch-1.0.0.tar.gz",
"has_sig": false,
"md5_digest": "28cdb94dbbd954349f51ba359dfb2982",
"packagetype": "sdist",
"python_version": "source",
"requires_python": ">=3.8,<3.12",
"size": 810661,
"upload_time": "2024-02-25T05:27:49",
"upload_time_iso_8601": "2024-02-25T05:27:49.257760Z",
"url": "https://files.pythonhosted.org/packages/27/4d/fd14fba4bde5cdd17771a3caff70ccf9e95036bc7d97baad97c808677267/nautobot_lunch-1.0.0.tar.gz",
"yanked": false,
"yanked_reason": null
}
],
"upload_time": "2024-02-25 05:27:49",
"github": true,
"gitlab": false,
"bitbucket": false,
"codeberg": false,
"github_user": "nlgotz",
"github_project": "nautobot-app-lunch",
"travis_ci": false,
"coveralls": false,
"github_actions": true,
"lcname": "nautobot-lunch"
}