Metadata-Version: 2.1
Name: fefu-admission
Version: 1.5
Summary: UNKNOWN
Home-page: UNKNOWN
License: UNKNOWN
Description: Fefu
        ====
        
        A command-line application for monitoring the competitive situation of admission to a university
        
        ## Installing
         1. Install [python 3](https://www.python.org/)
         2. Open ```cmd.exe``` in Windows or ```terminal``` in Linux/MacOS and write: ```pip install fefu_admission --user```
         3. (optional) Create create a file ```~/.fefu_admission/settings.json```. Sample content:
            ```json
            {
                "me": {
                  "name": "Second name First Name",
                  "points": [100, 100, 100, 10],
                  "agreement": "true"
                },
                "list_of_departments": [
                    "01.03.02 Прикладная математика и информатика",
                    "02.03.01 Математика и компьютерные науки",
                    "09.03.03 Прикладная информатика",
                    "09.03.04 Программная инженерия"
                ]
            }
            ```
        
        ## Usage
        
        ```
        Usage: fefu_admission [OPTIONS] COMMAND [ARGS]...
           
           Options:
             --help  Show this message and exit.
           
           Commands:
             load                    Load data from website and save to...
             show_list               Show list of any department
             show_total_information  Get statistics of the competitive situation
        ```
        
        ## Classes
        
        ![](classes_fefu_admission.png)
        (scheme created with the following command: ```pyreverse -o png -p fefu_admission fefu_admission/```)
        ## License
        
        Copyright (c) Andrey Varfolomeev. Licensed under the MIT license
Platform: UNKNOWN
Description-Content-Type: text/markdown
