Metadata-Version: 2.1
Name: fefu-admission
Version: 1.2
Summary: UNKNOWN
Home-page: UNKNOWN
License: UNKNOWN
Description: Fefu
        ====
        
        A program for monitoring the competitive situation of admission to a university
        
        ## Usage
        ```
        Usage: app.py [OPTIONS] COMMAND [ARGS]...
        
        Options:
          --help  Show this message and exit.
        
        Commands:
          load                    Load data from website and save to ./data/
          show_list               Show list of any department
          show_total_information  Get statistics of the competitive situation
        
        ```
        
        ## Set up
        Before using the application, you need to create a file ```settings.py```. Sample content:
        ```python
        class Settings:
            
            # for the me field, the value None is allowed.
            me = "Варфоломеев Андрей Владимирович,74,66,78,0,True"
        
            list_of_departments = [
                "01.03.02 Прикладная математика и информатика",
                "02.03.01 Математика и компьютерные науки",
                "09.03.03 Прикладная информатика",
                "09.03.04 Программная инженерия",
            ]
        
        ```
        
        ## License
        
        Copyright (c) Andrey Varfolomeev. Licensed under the MIT license
Platform: UNKNOWN
Description-Content-Type: text/markdown
