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 details)

Uploaded Source

File details

Details for the file metu-cafeteria-menu-0.0.5.tar.gz.

File metadata

File hashes

Hashes for metu-cafeteria-menu-0.0.5.tar.gz
Algorithm Hash digest
SHA256 2e656706e19924501740b01066d886a30caae31626358f06a9a721ee2ef3c09d
MD5 7bd31bfebe3186c64ba87fbeb14f9375
BLAKE2b-256 70fafd3226d4a041cf4bb4fc826d934ee0724063374e662e862caed1ee1565ac

See more details on using hashes here.

Supported by

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