Metadata-Version: 2.5
Name: comprehendo
Version: 0.0.1
Summary: Placeholder package for comprehendo
Project-URL: Homepage, https://github.com/TheDecipherist/comprehendo
Project-URL: Repository, https://github.com/TheDecipherist/comprehendo
Author: TheDecipherist
License-Expression: MIT
License-File: LICENSE
Classifier: Development Status :: 1 - Planning
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.8
Description-Content-Type: text/markdown

# comprehendo

Placeholder package — reserving the `comprehendo` name on PyPI. Real functionality coming later.

## Install

```sh
pip install comprehendo
```

## Usage

```python
from comprehendo import comprehendo

comprehendo()  # 'comprehendo'
```
