Metadata-Version: 2.4
Name: medux-addressbook
Version: 0.0.0
Summary: MedUX plugin: address book of persons, organisations, hospitals, departments (Foundation)
Author-email: Christian González <office@nerdocs.at>
License-Expression: AGPL-3.0-or-later
Project-URL: Homepage, https://medux.nerdocs.at
Project-URL: Source, https://github.com/nerdocs/medux-addressbook
Project-URL: Issues, https://github.com/nerdocs/medux-addressbook/issues
Classifier: Development Status :: 1 - Planning
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: Intended Audience :: Healthcare Industry
Classifier: Natural Language :: English
Classifier: Operating System :: OS Independent
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Office/Business :: Scheduling
Requires-Python: >=3.12
Description-Content-Type: text/markdown
License-File: LICENSE.md
Dynamic: license-file

# medux-addressbook

**Status: Namespace placeholder. No code yet.**

This package name is reserved on PyPI for the upcoming
**[medux](https://medux.nerdocs.at)** Electronic Medical Record system.

The first functional release will be `0.1.0` or higher. Until then,
installing this package gives you nothing but an empty Python module so
you can verify that the package + signing chain works.

## Why this exists

To prevent name-squatting on PyPI we publish a stub `0.0.0` for every
planned `medux-*` plugin during Sprint 0. This is a deliberate choice
documented in `nerdocs/Specs/medux/02-decisions.md` decision **U18.1**
and ARTHUR's namespace bootstrap spec
(`nerdocs/Specs/medux/12-namespace-bootstrap.md`).

## License

AGPL-3.0-or-later. See `LICENSE.md`.

## Verification

Every release (including this stub) is signed with Sigstore via the
GitHub Actions OIDC identity of the `nerdocs/medux-addressbook` repository.
Verify with:

```bash
pip download --no-deps medux-addressbook==0.0.0
python -m sigstore verify identity \
    --cert-identity https://github.com/nerdocs/medux-addressbook/.github/workflows/release.yml@refs/tags/v0.0.0 \
    --cert-oidc-issuer https://token.actions.githubusercontent.com \
    medux-addressbook-0.0.0-*.whl
```
