Skip to main content

A utility for fetching Middle East Technical University's cafeteria menu.

Project description

metu-cafeteria-menu is a utility for fetching Middle East Technical University’s cafeteria menu. It gets data from cafeteria’s website and parses it.

Install

pip install metu-cafeteria-menu

Usage

from metu_cafeteria_menu import fetch
from metu_cafeteria_menu.exceptions import DateException, RequestException

try:
    menu = fetch('2016-05-19')
except RequestException as e:
    # something went wrong while trying to connect to cafeteria website
    print(str(e))
except DateException as e:
    # menu is not available for the selected date, it may be weekend or holiday
    print(str(e))

License

Copyright (c) 2016 H.Gökhan Sarı

Licensed under the MIT License.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

metu-cafeteria-menu-0.0.5.tar.gz (2.8 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page