Metadata-Version: 2.4
Name: dropimpl
Version: 0.3.0
Summary: Generate student handouts by stripping function bodies while preserving docstrings.
Author-email: Jon Craton <jncraton@gmail.com>
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# dropimpl

Generate student handout code by stripping function implementations while preserving docstrings.

## Usage

```sh
uvx dropimpl input.py output.py func1 func2
```

This writes output.py with the bodies of the named functions replaced by pass while keeping their docstrings.
