Metadata-Version: 2.4
Name: peh-dataguard
Version: 0.4.5
Summary: A framework-agnostic data validation library for ensuring data quality and integrity
Project-URL: Homepage, https://github.com/eu-parc/dataguard
Project-URL: Repository, https://github.com/eu-parc/dataguard
Project-URL: Documentation, https://eu-parc.github.io/dataguard/
Author-email: Caio Mescouto Terra de Souza <caio.mescouto@vito.be>
License-Expression: MIT
Requires-Python: >=3.10
Requires-Dist: pandera[polars]>=0.24.0
Requires-Dist: polars>=1.29.0
Description-Content-Type: text/markdown

# DataGuard

<p align="center">
   <a href="https://github.com/eu-parc/dataguard/actions?query=workflow%3ACI" targe>
    <img src="https://github.com/eu-parc/dataguard/actions/workflows/ci.yml/badge.svg" alt="CI">
   </a>
   <a href="https://github.com/eu-parc/dataguard/actions?query=workflow%3ADOCS" targe>
    <img src="https://github.com/eu-parc/dataguard/actions/workflows/docs.yml/badge.svg" alt="CI">
   </a>
<p/>

Source: https://github.com/eu-parc/dataguard  
Documentation: https://eu-parc.github.io/dataguard/

## Installation  
To install the library for development.

### Synchronize the project dependencies
*Commands must be executed from the project root directory.*
    
   ```bash
   $ uv sync
   ```

#### Tests

   ```bash
   $ make test
   ```

#### Format

   ```bash
   $ make format
   ```

#### lint

   ```bash
   $ make lint
   ```
