Metadata-Version: 2.1
Name: bmstu-schedule
Version: 1.3.3
Summary: BMSTU EU Schedule iCal parser
Home-page: https://github.com/BMSTU-Schedule/bmstu-schedule-parser
Author: George Gabolaev
Author-email: gabolaev98@gmail.com
License: MIT
Description: # <div align="center">BMSTU Schedule</div>
        [![License: MIT](https://img.shields.io/badge/License-MIT-brightgreen.svg)](https://opensource.org/licenses/MIT)
        
        ### This app can parse your EU schedule page and convert it to .ics format
        #### installation:
        ```bash
        pip3 install bmstu-schedule
        ```
        **Make sure that everything is ok with your Python bin folder and your PATH**
        #### How to use:
        ##### 1. Generate the "Расписание %YOUR_GROUP_CODE%.isc" file by passing your group code
        ```bash
        bmstu-schedule иу6-54
        ```
        *If you get the "нет расписания" file, try to specify the type of group, like:
        "иу6-51Б" or "иу6-51А"*
        ![](img/step1.png)
        ##### 2. Open Google Calendar or macOS Calendar or any other that supports .ics import
        ![](img/step2.png)
        ##### 3. Import it!
        ![](img/step3.png)
        
Platform: UNKNOWN
Requires-Python: >=3.5
Description-Content-Type: text/markdown
