Metadata-Version: 2.1
Name: hestia-earth.validation
Version: 0.0.1
Summary: Hestia Data Validation library
Home-page: https://gitlab.com/hestia-earth/hestia-data-validation
Author: Guillaume Royer
Author-email: guillaumeroyer.mail@gmail.com
License: GPL-3.0-or-later
Description: # Hestia Data Validation
        
        ## Install
        
        ```bash
        pip install hestia_earth.validation
        ```
        
        ### Usage
        
        ```python
        from hestia_earth.validation import validate
        
        # for each node, this will return a list containing all the errors/warnings (empty list if no errors/warnings)
        errors = validate(nodes)
        ```
        
Keywords: hestia,data,validation
Platform: UNKNOWN
Requires-Python: >=3
Description-Content-Type: text/markdown
