Metadata-Version: 2.3
Name: pydantic-graph-studio
Version: 0.1.0
Summary: A lightweight studio/CLI scaffold for pydantic-graph projects.
Keywords: pydantic,pydantic-graph,graph,studio
Author: Thomas Chaigneau
Author-email: Thomas Chaigneau <thomas@chainyo.dev>
License: MIT
Classifier: Development Status :: 3 - Alpha
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python :: 3
Classifier: Programming Language :: Python :: 3 :: Only
Classifier: Programming Language :: Python :: 3.12
Classifier: Programming Language :: Python :: 3.13
Classifier: Typing :: Typed
Requires-Dist: fastapi>=0.110.0
Requires-Dist: pydantic-graph>=1.50.0
Requires-Dist: uvicorn>=0.29.0
Requires-Python: >=3.12
Description-Content-Type: text/markdown

# Pydantic Graph Studio

A lightweight studio/CLI scaffold for `pydantic-graph` projects.

## Release

Releases are published automatically to PyPI via GitHub Actions using Trusted Publishing (OIDC).

Release rules:
- Tag format MUST be `vX.Y.Z` (e.g., `v0.1.0`)
- Tag version MUST match `version` in `pyproject.toml`
- Publish happens when a GitHub Release is published

Process:
1. Update `version` in `pyproject.toml`
2. Create a git tag `vX.Y.Z`
3. Publish a GitHub Release from that tag

Notes:
- The PyPI project must be configured for Trusted Publishing with this GitHub repository.
