Metadata-Version: 2.4
Name: fvattrs
Version: 0.1.1
Summary: Function validation using Attrs.
License-Expression: MIT
Requires-Python: >=3.9
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: attrs>=26.1.0
Dynamic: license-file

# fvattrs

A lightweight library for validating function arguments using `attrs` models.

## Features

- Define argument schemas validate function inputs/outputs automatically.
- Useful for building safer APIs and reducing boilerplate.

## Documentation

For full usage details, examples, and reference, see the documentation:

[Documentation](https://james-l-moccasins.github.io/fvattrs/)

## Installation

```bash
uv add fvattrs
```

Or:
```bash
pip install fvattrs
```
