Metadata-Version: 2.1
Name: WinService
Version: 0.0.1
Summary: Package to manage windows service
Home-page: https://github.com/Prastiwar/PyWinService
Author: Tomasz Piowczyk
Author-email: tomasz.piowczyk@gmail.com
License: UNKNOWN
Description: # PyWinService
        
        ***WinService is class to manage windows services***
        
        [![GitHub last commit](https://img.shields.io/github/last-commit/Prastiwar/PyWinService.svg?label=Updated&style=flat-square&longCache=true)](https://github.com/Prastiwar/PyWinService/commits/master)
        [![license](https://img.shields.io/github/license/Prastiwar/PyWinService.svg?style=flat-square&longCache=true)](https://github.com/Prastiwar/PyWinService/blob/master/LICENSE)
        [![GitHub forks](https://img.shields.io/github/forks/Prastiwar/PyWinService.svg?style=social&label=Fork&longCache=true)](https://github.com/Prastiwar/PyWinService/fork)
        [![GitHub stars](https://img.shields.io/github/stars/Prastiwar/PyWinService.svg?style=social&label=★Star&longCache=true)](https://github.com/Prastiwar/PyWinService/stargazers)
        [![GitHub watchers](https://img.shields.io/github/watchers/Prastiwar/PyWinService.svg?style=social&labelWatcher&longCache=true)](https://github.com/Prastiwar/PyWinService/watchers)
        [![GitHub contributors](https://img.shields.io/github/contributors/Prastiwar/PyWinService.svg?style=social&longCache=true)](https://github.com/Prastiwar/PyWinService/contributors)
        
        ![GitHub repo size in bytes](https://img.shields.io/github/repo-size/Prastiwar/PyWinService.svg?style=flat-square&longCache=true)
        [![GitHub issues](https://img.shields.io/github/issues/Prastiwar/PyWinService.svg?style=flat-square&longCache=true)](https://github.com/Prastiwar/PyWinService/issues)
        [![GitHub closed issues](https://img.shields.io/github/issues-closed/Prastiwar/PyWinService.svg?style=flat-square&longCache=true)](https://github.com/Prastiwar/PyWinService/issues)
        [![GitHub pull requests](https://img.shields.io/github/issues-pr/Prastiwar/PyWinService.svg?style=flat-square&longCache=true)](https://github.com/Prastiwar/PyWinService/pulls)
        [![GitHub closed pull requests](https://img.shields.io/github/issues-pr-closed/Prastiwar/PyWinService.svg?style=flat-square&longCache=true)](https://github.com/Prastiwar/PyWinService/pulls)
        
        [![Made with Unity](https://img.shields.io/badge/Made%20with-Unity-000000.svg?longCache=true&style=for-the-badge&colorA=666677&colorB=222222)](https://unity3d.com/)
        
        ## Before start
        
        - [x] Make sure you use Python 3 
        - [x] Package allows managing services only in Windows 
        
        
        ## Getting Started
        
        See our wiki for [documentation](https://github.com/Prastiwar/PyWinService/wiki).  
        
        
        ## Using
        
        See our wiki for [documentation](https://github.com/Prastiwar/PyWinService/wiki).  
        
        
        ## Contributing
        
        You can freely contribute with us by reporting issues and making pull requests!  
        Please read [CONTRIBUTING.md](https://github.com/Prastiwar/PyWinService/blob/master/.github/CONTRIBUTING.md) for details on contributing.
        
        ## Authors
        
        * ![Avatar](https://avatars3.githubusercontent.com/u/33370172?s=40&v=4)  [**Tomasz Piowczyk**](https://github.com/Prastiwar) - *The Creator*  
        See also the list of [contributors](https://github.com/Prastiwar/PyWinService/contributors) who participated in this project.
        
        ## License
        
        This project is licensed under the MIT License - see the [LICENSE.md](https://github.com/Prastiwar/PyWinService/blob/master/LICENSE) file for details.
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: Microsoft :: Windows
Description-Content-Type: text/markdown
