Typedpy
stable
Tutorial - Getting Started
Structures
Fields
Serialization
Support for Versioning
JSON Schema Mapping
Well Formed Errors
Why not just use Dataclasses?
Limitations of Typedpy
Common Utilities
Creating Python Stubs
Frequently Asked Questions
Typedpy
»
Index
Edit on GitHub
Index
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
J
|
M
|
N
|
O
|
P
|
S
|
T
|
V
|
W
A
AbstractStructure (class in typedpy)
AllFieldsRequired (class in typedpy)
AllOf (class in typedpy)
AnyOf (class in typedpy)
Anything (class in typedpy)
Array (class in typedpy)
B
Boolean (class in typedpy)
C
create_typed_field() (in module typedpy)
D
DateField (class in typedpy)
DateString (class in typedpy)
DateTime (class in typedpy)
DecimalNumber (class in typedpy)
deep_get() (in module typedpy)
default_factories() (in module typedpy)
Deque (class in typedpy)
deserialize_single_field() (in module typedpy)
deserialize_structure() (in module typedpy)
Deserializer (class in typedpy)
E
Enum (class in typedpy)
EnumString (class in typedpy)
ExceptionField (class in typedpy)
Extend (class in typedpy)
F
Field (class in typedpy)
find_diff() (in module typedpy.testing)
flatten() (in module typedpy)
Float (class in typedpy)
Function (class in typedpy)
FunctionCall (class in typedpy)
G
Generator (class in typedpy)
H
HasTypes (class in typedpy)
HostName (class in typedpy)
I
ImmutableArray (class in typedpy)
ImmutableDeque (class in typedpy)
ImmutableField (class in typedpy)
ImmutableFloat (class in typedpy)
ImmutableInteger (class in typedpy)
ImmutableMap (class in typedpy)
ImmutableNumber (class in typedpy)
ImmutableSet (class in typedpy)
ImmutableStructure (class in typedpy)
Integer (class in typedpy)
IPV4 (class in typedpy)
J
JSONString (class in typedpy)
M
Map (class in typedpy)
N
Negative (class in typedpy)
NegativeFloat (class in typedpy)
NegativeInt (class in typedpy)
nested() (in module typedpy)
NoneField (class in typedpy)
NonNegative (class in typedpy)
NonNegativeFloat (class in typedpy)
NonNegativeInt (class in typedpy)
NonPositive (class in typedpy)
NonPositiveFloat (class in typedpy)
NonPositiveInt (class in typedpy)
NotField (class in typedpy)
Number (class in typedpy)
O
Omit (class in typedpy)
OneOf (class in typedpy)
P
Partial (class in typedpy)
Pick (class in typedpy)
Positive (class in typedpy)
PositiveFloat (class in typedpy)
PositiveInt (class in typedpy)
S
schema_definitions_to_code() (in module typedpy)
schema_to_struct_code() (in module typedpy)
SerializableField (class in typedpy)
serialize() (in module typedpy)
serialize_field() (in module typedpy)
Serializer (class in typedpy)
Set (class in typedpy)
Sized (class in typedpy)
String (class in typedpy)
Structure (class in typedpy)
structure_to_schema() (in module typedpy)
StructureReference (class in typedpy)
SubClass (class in typedpy)
T
TimeString (class in typedpy)
Tuple (class in typedpy)
V
Versioned (class in typedpy)
W
write_code_from_schema() (in module typedpy)