Metadata-Version: 2.4
Name: pmflow-shared
Version: 0.1.3
Summary: Shared models, schemas, and enums for pmflow
Project-URL: Repository, https://github.com/zhanglaixian/pmflow
Author-email: zhanglaixian <zhanglaixian@zhuanzhuan.com>
License-Expression: MIT
Classifier: Development Status :: 3 - Alpha
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Requires-Python: >=3.12
Requires-Dist: email-validator>=2.0
Requires-Dist: pydantic>=2.0
Requires-Dist: sqlmodel>=0.0.22
Description-Content-Type: text/markdown

# pmflow-shared

Shared models, schemas, and enums for [pmflow](https://github.com/zhanglaixian/pmflow) — an integrated project management and AI-assisted development platform.

This package is primarily used as a dependency by `pmflow-cli` and `pmflow-server`. You typically don't need to install it directly.

## Installation

```bash
pip install pmflow-shared
```
