.coveragerc
.gitignore
.travis.yml
LICENSE
README.md
publish.sh
setup.py
avro_gen3.egg-info/PKG-INFO
avro_gen3.egg-info/SOURCES.txt
avro_gen3.egg-info/dependency_links.txt
avro_gen3.egg-info/requires.txt
avro_gen3.egg-info/top_level.txt
avrogen/__init__.py
avrogen/__main__.py
avrogen/avrojson.py
avrogen/core_writer.py
avrogen/dict_wrapper.py
avrogen/logical.py
avrogen/namespace.py
avrogen/protocol.py
avrogen/protocol_writer.py
avrogen/py.typed
avrogen/schema.py
avrogen/tabbed_writer.py
tests/avrojson_tests.py
tests/generator_tests.py
tests/logical_tests.py
tests/schemas/array.json
tests/schemas/enum.json
tests/schemas/fixed.json
tests/schemas/int.json
tests/schemas/logical_types.json
tests/schemas/record_with_array.json
tests/schemas/record_with_default_nested.json
tests/schemas/recursive_record.json
tests/schemas/sample.avpr
tests/schemas/sample_diff_ns.avpr
tests/schemas/sample_empty_request.avpr
tests/schemas/sample_inline_response_type.avpr
tests/schemas/sample_null_response.avpr
tests/schemas/simple_record.json
tests/schemas/tweet.json