Metadata-Version: 2.4
Name: openmed
Version: 0.1.1
Summary: Placeholder package to reserve the name. Real library coming soon.
Author: OpenMed Maintainers
License: MIT
Requires-Python: >=3.6
Description-Content-Type: text/markdown

# openmed

A placeholder package to reserve the name on PyPI. Real library coming soon.

## Installation
```bash
pip install openmed
```

## Usage
```python
import openmed
print(openmed.__version__)
```
