Metadata-Version: 2.4
Name: dunderdoc
Version: 0.4.1
Summary: A Documentation module for dunder methods
Project-URL: Homepage, https://github.com/nhumrich/dunderdoc
Author: nhumrich
License-Expression: MIT
License-File: LICENSE
Requires-Python: >=3.10
Requires-Dist: click
Description-Content-Type: text/markdown

# dunderdoc
Documentation module for all python dunder (magic) methods

## Usage

```bash
uvx dunderdoc print
uvx dunderdoc find __add__  # search by dunder name
uvx dunderdoc list  # show all sections
uvx dunderdoc print {section}  # show all in a section
```

## Installing
If you prefer a persistent install:
```bash
pip install dunderdoc
```