Metadata-Version: 2.1
Name: lunchbot-python
Version: 0.1.1
Summary: Python interface for the Lunchbot API.
Home-page: https://github.com/sotpotatis/Lunchbot-Python
Author: Albin Seijmer
Author-email: albinsmejladress@protonmail.com
License: MIT
Description: # Lunchbot-Python
        A Python package for interracting with the @Nero2k Lunchbot API, an API that provides the weekly lunch menu of the Eatery Kista Nod restaurant.
        
        The package fully parses menu attributes into Python objects and is very easy to use.
        
        ### Installation
        
        Installation is done via:
        
        `pip install lunchbot-python`
        
        ### Quickstart
        
        For a more detailed guide with more code examples, please refer to the the [official documentation](https://lunchbot-python.albins.website).
        
        **Quickstart code is available [here!](https://lunchbot-python.albins.website/quickstart#using-the-library)**
        
        ### Changelog
        
        See the "Releases" tab and the documentation.
        
        ### More documentation
        
        All functions, variables, and attributes of the code are documented. You can find it on the official library documentation, which is provided by [GitBook](https://gitbook.com) and hosted on https://lunchbot-python.albins.website.
        
        (no code has been uploaded yet, it's just the initial repository that has been created)
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3.7
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Requires: requests
Requires: websocket
Requires: pytz
Description-Content-Type: text/markdown
