facet-python 0.46.0

Generate Python type definitions from facet type metadata
Documentation
1
2
3
4
5
6
---
source: facet-python/src/lib.rs
assertion_line: 739
expression: py
---
type GitStatus = Literal["dirty"] | Literal["staged"] | Literal["clean"]