.checkignore
.codeclimate.yml
.coveragerc
.travis.yml
AUTHORS
ChangeLog
HISTORY
LICENSE
MANIFEST.in
README.rst
requirements-dev.txt
requirements-optional.txt
requirements.txt
setup.cfg
setup.py
tox.ini
docs/Makefile
docs/conf.py
docs/contents.rst
docs/index.rst
docs/make.bat
docs/_static/placeholder
docs/_static/img/Mapping.png
docs/_static/img/baldr.png
docs/_static/img/odin.png
docs/examples/adapters.rst
docs/examples/csv_codec.rst
docs/examples/index.rst
docs/integration/index.rst
docs/integration/aws/index.rst
docs/integration/django/index.rst
docs/intro/creating-resources.rst
docs/intro/index.rst
docs/intro/loading-and-saving-data.rst
docs/intro/mapping-between-resources.rst
docs/intro/polymorphism-and-abstract-resources.rst
docs/ref/adapters.rst
docs/ref/exceptions.rst
docs/ref/index.rst
docs/ref/traversal.rst
docs/ref/validators.rst
docs/ref/codecs/csv_codec.rst
docs/ref/codecs/dict_codec.rst
docs/ref/codecs/index.rst
docs/ref/codecs/json_codec.rst
docs/ref/codecs/msgpack_codec.rst
docs/ref/codecs/xml_codec.rst
docs/ref/codecs/yaml_codec.rst
docs/ref/contrib/index.rst
docs/ref/contrib/doc_gen/index.rst
docs/ref/contrib/geo/index.rst
docs/ref/contrib/money/index.rst
docs/ref/contrib/pint/index.rst
docs/ref/contrib/sphinx/index.rst
docs/ref/mapping/classes.rst
docs/ref/mapping/helpers.rst
docs/ref/mapping/index.rst
docs/ref/resources/fields.rst
docs/ref/resources/index.rst
docs/ref/resources/instances.rst
docs/ref/resources/options.rst
odin/__init__.py
odin/__version__.py
odin/adapters.py
odin/bases.py
odin/compatibility.py
odin/datastructures.py
odin/datetimeutil.py
odin/decorators.py
odin/exceptions.py
odin/filtering.py
odin/proxy.py
odin/registration.py
odin/resources.py
odin/serializers.py
odin/traversal.py
odin/validators.py
odin.egg-info/PKG-INFO
odin.egg-info/SOURCES.txt
odin.egg-info/dependency_links.txt
odin.egg-info/pbr.json
odin.egg-info/requires.txt
odin.egg-info/top_level.txt
odin/codecs/__init__.py
odin/codecs/csv_codec.py
odin/codecs/dict_codec.py
odin/codecs/json_codec.py
odin/codecs/msgpack_codec.py
odin/codecs/xml_codec.py
odin/codecs/yaml_codec.py
odin/contrib/__init__.py
odin/contrib/arrow/__init__.py
odin/contrib/arrow/fields.py
odin/contrib/doc_gen/__init__.py
odin/contrib/doc_gen/templates/odin/base.html
odin/contrib/doc_gen/templates/odin/base.rst
odin/contrib/doc_gen/templates/odin/doc.html
odin/contrib/doc_gen/templates/odin/doc.rst
odin/contrib/doc_gen/templates/odin/field.html
odin/contrib/doc_gen/templates/odin/field.rst
odin/contrib/doc_gen/templates/odin/resource.html
odin/contrib/doc_gen/templates/odin/resource.rst
odin/contrib/geo/__init__.py
odin/contrib/geo/datatypes.py
odin/contrib/geo/fields.py
odin/contrib/inspect/__init__.py
odin/contrib/inspect/__main__.py
odin/contrib/inspect/base.py
odin/contrib/inspect/mapping.py
odin/contrib/inspect/resource.py
odin/contrib/money/__init__.py
odin/contrib/money/datatypes.py
odin/contrib/money/fields.py
odin/contrib/pint/__init__.py
odin/contrib/pint/fields.py
odin/contrib/pint/units.py
odin/contrib/sphinx/__init__.py
odin/contrib/swagger/__init__.py
odin/fields/__init__.py
odin/fields/base.py
odin/fields/composite.py
odin/fields/future.py
odin/fields/virtual.py
odin/mapping/__init__.py
odin/mapping/helpers.py
odin/utils/__init__.py
odin/utils/ipv6.py
tests/__init__.py
tests/_helpers.py
tests/conftest.py
tests/resources.py
tests/test_adapters.py
tests/test_codec_csv.py
tests/test_codec_dict.py
tests/test_codec_json.py
tests/test_codec_msgpack.py
tests/test_codec_xml.py
tests/test_codec_yaml.py
tests/test_compatibility.py
tests/test_datastructures.py
tests/test_datetimeutil.py
tests/test_decorators.py
tests/test_exceptions.py
tests/test_fields.py
tests/test_fields_composite.py
tests/test_fields_future.py
tests/test_fields_virtual.py
tests/test_filtering.py
tests/test_kitchensink.py
tests/test_mapping.py
tests/test_mapping_helpers.py
tests/test_proxy.py
tests/test_resource_base.py
tests/test_resources.py
tests/test_serializers.py
tests/test_traversal.py
tests/test_utils.py
tests/test_validators.py
tests/contrib/test_arrow_fields.py
tests/contrib/test_geo_datatypes.py
tests/contrib/test_geo_fields.py
tests/contrib/test_geo_serialisation.py
tests/contrib/test_money_datatypes.py
tests/contrib/test_money_fields.py
tests/contrib/test_money_serialisation.py
tests/contrib/test_pint_fields.py
tests/fixtures/book-invalid.json
tests/fixtures/book-invalid.yaml
tests/fixtures/book-valid.json
tests/fixtures/book-valid.xml
tests/fixtures/book-valid.yaml
tests/fixtures/library-header-alt-order.csv
tests/fixtures/library-invalid.csv
tests/fixtures/library-last-bad.csv
tests/fixtures/library-lower-header.csv
tests/fixtures/library-no-header.csv
tests/fixtures/library-valid.csv
tests/fixtures/library.json
tests/fixtures/library.yaml