Metadata-Version: 2.1
Name: erdesktop
Version: 2019.0.3b2
Summary: Desktop application which helps to finish all tasks in time
Home-page: https://github.com/YuriyLisovskiy/EventReminder
Author: Yuriy Lisovskiy
Author-email: yuralisovskiy98@gmail.com
License: GPLv3
Description: 
        ## Event Reminder
        
        ##### Desktop application which helps to finish all tasks in time.
        
        To start with this project (development), run the following:
        ```bash
        # create a virtual environment if required
        $ virtualenv -p python3 venv
        $ source venv/bin/activate
        
        # Install requirements and run the server
        $ pip install -r requirements.txt
        
        # if running on Windows machine:
        $ pip install -r windows_requirements.txt
        
        $ make resources
        $ python ./erdesktop/app_main.py
        ```
        
        #### Author:
        [Yuriy Lisovskiy](https://github.com/YuriyLisovskiy)
        
        #### License
        This project is licensed under the GNU General Public License, Version 3 software license - see the [LICENSE](LICENSE) file for details.
        
Platform: UNKNOWN
Classifier: License :: OSI Approved :: GNU General Public License v3 (GPLv3)
Classifier: Programming Language :: Python :: 3.6
Classifier: Operating System :: POSIX :: Linux
Classifier: Operating System :: Microsoft :: Windows
Requires-Python: >=3.6.0
Description-Content-Type: text/markdown
