AUTHORS.rst
CONTRIBUTING.rst
HISTORY.rst
LICENSE
MANIFEST.in
README.rst
setup.cfg
setup.py
avro_to_python/__init__.py
avro_to_python/cli.py
avro_to_python.egg-info/PKG-INFO
avro_to_python.egg-info/SOURCES.txt
avro_to_python.egg-info/dependency_links.txt
avro_to_python.egg-info/entry_points.txt
avro_to_python.egg-info/not-zip-safe
avro_to_python.egg-info/requires.txt
avro_to_python.egg-info/top_level.txt
avro_to_python/classes/__init__.py
avro_to_python/classes/field.py
avro_to_python/classes/file.py
avro_to_python/classes/node.py
avro_to_python/classes/reference.py
avro_to_python/reader/__init__.py
avro_to_python/reader/read.py
avro_to_python/templates/.DS_Store
avro_to_python/templates/baseTemplate.j2
avro_to_python/templates/fields/arrayField.j2
avro_to_python/templates/fields/fieldFactory.j2
avro_to_python/templates/fields/mapField.j2
avro_to_python/templates/fields/primitiveField.j2
avro_to_python/templates/fields/referenceField.j2
avro_to_python/templates/fields/unionField.j2
avro_to_python/templates/files/enum.j2
avro_to_python/templates/files/helpers.j2
avro_to_python/templates/files/init.j2
avro_to_python/templates/files/manifest.j2
avro_to_python/templates/files/pip_init.j2
avro_to_python/templates/files/record.j2
avro_to_python/templates/files/setup.j2
avro_to_python/templates/imports/basicImports.j2
avro_to_python/templates/imports/fileImports.j2
avro_to_python/templates/partials/.DS_Store
avro_to_python/templates/partials/avroSchema.j2
avro_to_python/templates/partials/footer.j2
avro_to_python/templates/partials/header.j2
avro_to_python/templates/partials/objectSetter.j2
avro_to_python/utils/__init__.py
avro_to_python/utils/exceptions.py
avro_to_python/utils/paths.py
avro_to_python/utils/avro/__init__.py
avro_to_python/utils/avro/helpers.py
avro_to_python/utils/avro/primitive_types.py
avro_to_python/utils/avro/files/__init__.py
avro_to_python/utils/avro/files/enum.py
avro_to_python/utils/avro/files/record.py
avro_to_python/utils/avro/types/__init__.py
avro_to_python/utils/avro/types/array.py
avro_to_python/utils/avro/types/enum.py
avro_to_python/utils/avro/types/map.py
avro_to_python/utils/avro/types/primitive.py
avro_to_python/utils/avro/types/record.py
avro_to_python/utils/avro/types/reference.py
avro_to_python/utils/avro/types/type_factory.py
avro_to_python/utils/avro/types/union.py
avro_to_python/writer/__init__.py
avro_to_python/writer/writer.py
docs/Makefile
docs/authors.rst
docs/avro_to_python.reader.rst
docs/avro_to_python.rst
docs/avro_to_python.utils.avro.files.rst
docs/avro_to_python.utils.avro.rst
docs/avro_to_python.utils.avro.types.rst
docs/avro_to_python.utils.rst
docs/avro_to_python.writer.rst
docs/conf.py
docs/contributing.rst
docs/history.rst
docs/index.rst
docs/installation.rst
docs/make.bat
docs/modules.rst
docs/readme.rst
docs/usage.rst
docs/_build/html/_static/ajax-loader.gif
docs/_build/html/_static/comment-bright.png
docs/_build/html/_static/comment-close.png
docs/_build/html/_static/comment.png
docs/_build/html/_static/down-pressed.png
docs/_build/html/_static/down.png
docs/_build/html/_static/file.png
docs/_build/html/_static/minus.png
docs/_build/html/_static/plus.png
docs/_build/html/_static/up-pressed.png
docs/_build/html/_static/up.png
tests/.DS_Store
tests/__init__.py
tests/test_cli.py
tests/test_paths.py
tests/avsc/records/ComplexRecord.avsc
tests/avsc/records/ExampleEvent.avsc
tests/avsc/records/RecordWithArray.avsc
tests/avsc/records/RecordWithEnum.avsc
tests/avsc/records/RecordWithLogicalTypes.avsc
tests/avsc/records/RecordWithMap.avsc
tests/avsc/records/RecordWithNestedMap.avsc
tests/avsc/records/RecordWithRecord.avsc
tests/avsc/records/RecordWithUnion.avsc
tests/avsc/records/Thing.avsc
tests/avsc/records/nested/Flavor.avsc
tests/avsc/records/nested/Thing2.avsc
tests/avsc/records/nested/Thing3.avsc
tests/reader/avro/test_helpers.py
tests/reader/avro/test_reader.py
tests/reader/avro/test_type_factory.py
tests/writer/test_compiled_files.py