Metadata-Version: 2.4
Name: as4
Version: 0.0.1
Summary: Name reservation for the pyas4 AS4 messaging library
Author: dbkosky
License-Expression: Apache-2.0
Project-URL: Homepage, https://github.com/dbkosky/pyas4
Project-URL: Source, https://github.com/dbkosky/pyas4
Classifier: Development Status :: 1 - Planning
Classifier: Intended Audience :: Developers
Classifier: Programming Language :: Python :: 3
Classifier: Topic :: Communications
Requires-Python: >=3.11
Description-Content-Type: text/markdown

# as4

Reserved for [pyas4](https://github.com/dbkosky/pyas4), a Python library for building, parsing and
answering AS4 messages, with the Peppol AS4 profile as its first profile.

This release is a placeholder and contains no code. Install from source until the first real release:

```bash
git clone https://github.com/dbkosky/pyas4.git
cd pyas4
pip install -e .
```
