Metadata-Version: 2.4
Name: proteum
Version: 0.0.0
Summary: An early-preview Python package with a small installation-check CLI
Requires-Python: >=3.10
Description-Content-Type: text/markdown

# Proteum

Proteum is an early-preview Python package. Version `0.0.0` provides a small
command-line interface that confirms the package is installed and reports the
installed version.

## Install

```console
python -m pip install proteum
```

## Use

Confirm the installation:

```console
$ proteum
Proteum is installed and ready.
```

Report the version:

```console
$ proteum --version
proteum 0.0.0
```

The public interface will grow in later preview releases.
