Metadata-Version: 2.4
Name: govoplan-soap
Version: 0.1.19
Summary: SOAP connector module for GovOPlaN
Requires-Python: >=3.12
Description-Content-Type: text/markdown
Requires-Dist: govoplan-core>=0.1.18
Requires-Dist: pydantic<3,>=2

# GovOPlaN SOAP Connector

<!-- govoplan-repository-type:start -->
**Repository type:** connector (protocol).
<!-- govoplan-repository-type:end -->

This repository contains the SOAP connector module for GovOPlaN. It owns SOAP
endpoint publication contracts, provider protocols, connector permissions, and
the module manifest.

The SOAP connector is intentionally transport-oriented. Domain modules expose
capabilities through core/platform contracts, and the SOAP connector adapts
those capabilities into SOAP operations without importing module-internal
business code.

## Development

Install this repository next to `govoplan-core`, then include it through the
normal GovOPlaN module discovery flow.

```sh
python -m pip install -e .
```

For whole-product development, use the meta repository:

```sh
cd /mnt/DATA/git/govoplan
./tools/launch/launch-dev.sh
```
