Metadata-Version: 2.4
Name: muck-out
Version: 0.3.7
Summary: Add your description here
Requires-Python: >=3.11
Requires-Dist: bovine>=0.5.14
Requires-Dist: nh3>=0.2.20
Requires-Dist: pydantic>=2.10.4
Requires-Dist: uuid6>=2024.7.10
Provides-Extra: cattle-grid
Requires-Dist: cattle-grid>=0.4.1; extra == 'cattle-grid'
Description-Content-Type: text/markdown

# bovine - muck_out

The goal of this package is to provide normalization
routines for ActivityPub data. This means you input
some dictionary and get a pydantic object back.

__Warning__: This package is a work in progress, and might
change a lot.

## Development

### Generate json schemas

```bash
python -mmuck_out schemas
```