facet-python 0.50.0-rc.1

Generate Python type definitions from facet type metadata
Documentation
1
2
3
4
5
6
7
---
source: facet-python/src/lib.rs
expression: py
---
class IntKeyedMap(TypedDict, total=False):
    # Map with integer keys
    counts: Required[dict[int, str]]