Metadata-Version: 2.4
Name: djmapl
Version: 0.2.0
Summary: Django Utilities used at Screener and other projects
Requires-Python: >=3.8
Description-Content-Type: text/markdown
Requires-Dist: django>=4.2.27

# DjMAPL

These are small Django utilities we find helpful and are used across projects.


## Publishing

```
uv version --bump minor

# save the credentials using `uv auth login upload.pypi.org`
uv publish --username __token__
```
