Metadata-Version: 1.0
Name: jsonfeedvalidator
Version: 0.0.1
Summary: A JSON feed validator
Home-page: https://github.com/voidfiles/jsonfeedvalidator
Author: Alex Kessinger
Author-email: voidfiles@gmail.com
License: MIT
Description: JSON Feed Validator
        ===================
        
        This is a preview release of a JSON Feed validator
        
        
        Example
        -------
        
        .. code-block:: python
        
            >>> import requests
            >>> from jsonfeedvalidator import validate_feed
            >>> resp = requests.get("https://daringfireball.net/feeds/json")
            >>> validate_feed(resp.json())
            {}
        
        
Platform: UNKNOWN
