Metadata-Version: 2.1
Name: tavosPy
Version: 0.1
Summary: Processes water outages from Tavos and provides them in a object with proper types
Home-page: https://github.com/JurajNyiri/tavosPy
Author: Juraj Nyíri
Author-email: juraj.nyiri@gmail.com
License: UNKNOWN
Description: # tavosPy
        Processes water outages from Tavos and provides them in a object with proper types
        
        # Example usage
        
        ```
        tavospy = TavosPy()
        tavospy.update()
        print(tavospy.getData())
        ```
        
        # Disclaimer
        
        Project and/or author is in no way associated with Tavos and provides this code completely free, according to LICENSE file.
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2.7
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
