Skip to content

Repository files navigation

avro2py

Avro codegen for Python 3.6+. Supports Avro v.1.10.0.

Installation and usage

$ pip install avro2py
$ avro2py my_schema.avsc  # will generate code in current directory

TODOs and warnings

This library does not support the following Avro features:

and additionally comes with the following caveats:

  • No checks are made for circular dependencies in rendered code
  • Name shadowing from cross-module imports is not prevented

About

Avro codegen for Python 3.6+

Topics

Resources

Stars

5 stars

Watchers

2 watching

Forks

Releases

Packages

Contributors

Languages