Metadata-Version: 2.1
Name: rova
Version: 0.0.2
Summary: API wrapper for ROVA calendar
Home-page: https://github.com/GidoHakvoort/rova
Author: Gido Hakvoort
Author-email: gido@hakvoort.it
License: UNKNOWN
Description: # ROVA
        API wrapper for ROVA calendar
        
        See https://www.rova.nl/
        
        ## Create a new connection by supplying your zip code and house number
        
        ```
        r = rova.Rova(YOUR_ZIP_CODE, YOUR_HOUSE_NUMBER)
        ```
        
        ## API Request
        Check wether ROVA collects garbage at the given zip code and house number 
        ```
        def is_rova_area():
        ```
        
        These methods return the parsed JSON response as a dict.
        ```
        def get_calendar_items():
        ```
        
        ## TODO
        * Parse ROVA response
        * Add API documentation
        
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
