Reading Avro file format and writing to Avro file using Avro Schema using Python This repository contains details and script for reading and writing Avro file using Avro schema in python Install avro or avro-python3 library. pip install avro or pip install avro-python3 (This is for Python 3 version). Sample Avro Schema file "custinfo.avsc" is available in repo.