Metadata-Version: 2.1
Name: bmstu-schedule-diff
Version: 1.1.0
Summary: Display BMSTU schedule diff
Home-page: https://github.com/trubitsyn/bmstu-schedule-diff
Author: Nikola Trubitsyn
Author-email: nikola.trubitsyn@gmail.com
License: UNKNOWN
Description: # bmstu-schedule-diff
        Display BMSTU schedule diff.
        
        ## Installation
        `pip3 install bmstu-schedule-diff`
        
        ## Usage
        ```
        bmstu-schedule-diff [GROUP1] [GROUP2]
        ```
        ```
        $ bmstu-schedule-diff ИУ7-45 ЮР-24
        Downloading ИУ7-45 schedule...
        Downloading ЮР-24 schedule...
        Looking for close lessons...
        
        Thursday:
        (12:00-13:35 Политология 218л, 13:50-15:25 Уголовное право 114л)
        
        Friday:
        (13:50-15:25 Объектно-ориентированное программирование 228л, 13:50-15:25 Математика 255л)
        ```
        
        ## LICENSE
        ```
        bmstu-schedule-diff
        Copyright (C) 2019 Nikola Trubitsyn
        
        This program is free software: you can redistribute it and/or modify
        it under the terms of the GNU Affero General Public License as published by
        the Free Software Foundation, either version 3 of the License, or
        (at your option) any later version.
        
        This program is distributed in the hope that it will be useful,
        but WITHOUT ANY WARRANTY; without even the implied warranty of
        MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
        GNU Affero General Public License for more details.
        
        You should have received a copy of the GNU Affero General Public License
        along with this program.  If not, see <http://www.gnu.org/licenses/>.
        ```
        
        This program uses code from [bmstu-schedule-parser](https://github.com/BMSTU-Schedule/bmstu-schedule-parser) that is licensed under the terms of the GNU Affero General Public License (version 3 or later).
        
        ```
        bmstu-schedule-parser
        Copyright (C) 2018 BMSTU Schedule (George Gabolaev)
        
        This program is free software: you can redistribute it and/or modify
        it under the terms of the GNU Affero General Public License as published by
        the Free Software Foundation, either version 3 of the License, or
        (at your option) any later version.
        
        This program is distributed in the hope that it will be useful,
        but WITHOUT ANY WARRANTY; without even the implied warranty of
        MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
        GNU Affero General Public License for more details.
        
        You should have received a copy of the GNU Affero General Public License
        along with this program.  If not, see <http://www.gnu.org/licenses/>.
        ```
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU Affero General Public License v3 or later (AGPLv3+)
Classifier: Programming Language :: Python :: 3.6
Requires-Python: >=3.6
Description-Content-Type: text/markdown
