Majority of the use of avro-to-python is assumed to be used as a cli, but you can still import and use the python classes under the hood as well. To use the cli, here is the available cli commands: ...
This is a simple Python script that adds an alias to an Avro schema. The script reads an Avro schema from a file, adds an alias to the schema, and writes the updated schema to a new file. This is a ...