Metadata-Version: 2.1
Name: bruin
Version: 0.1.2
Summary: Command line tool made by python for various toolbox used in UCLA
Home-page: https://github.com/OswaldHe/bruin-cli
Author: Oswald He
License: UNKNOWN
Description: # Bruin CLI
        
        A toolbox for UCLA students in various events
        Project published on PyPi: https://pypi.org/project/bruin/
        
        ## Installation:
        ```sh
        pip install bruin
        ```
        
        ## Simple Usages:
        
        ### Meal
        Print today's dining menu
        
        ```sh
        bruin meal
        ```
        Print hour of operations:
        ```sh
        bruin meal --hour=['', 'all', 'De Neve', etc.]
        ```
        
        Print detail menu:
        ```sh
        bruin meal --detail=['Breakfast', 'Lunch', 'Dinner']
        ```
Platform: UNKNOWN
Requires-Python: >=3.6
Description-Content-Type: text/markdown
