Metadata-Version: 2.3
Name: danom
Version: 0.1.0
Summary: Add your description here
Author: ed cuss
Author-email: ed cuss <edcussmusic@gmail.com>
Requires-Dist: attrs>=25.4.0
Requires-Python: >=3.12
Description-Content-Type: text/markdown

# danom


# Repo map
```
├── .github
│   └── workflows
│       ├── ci_tests.yaml
│       └── publish.yaml
├── src
│   └── danom
│       ├── __init__.py
│       ├── err.py
│       ├── ok.py
│       ├── result.py
│       └── safe.py
├── tests
│   ├── __init__.py
│   ├── test_api.py
│   ├── test_err.py
│   ├── test_ok.py
│   ├── test_result.py
│   └── test_safe.py
├── .pre-commit-config.yaml
├── README.md
├── pyproject.toml
├── ruff.toml
└── uv.lock
::
```