README.md
setup.py
py_jobject/__init__.py
py_jobject/definitions.py
py_jobject/errors.py
py_jobject/from_func.py
py_jobject/to_func.py
py_jobject/util.py
py_jobject.egg-info/PKG-INFO
py_jobject.egg-info/SOURCES.txt
py_jobject.egg-info/dependency_links.txt
py_jobject.egg-info/top_level.txt
py_jobject/defs/__init__.py
py_jobject/defs/date_def.py
py_jobject/defs/datetime_def.py
py_jobject/defs/decimal_def.py
py_jobject/defs/float_def.py
py_jobject/defs/int_def.py
py_jobject/defs/list_def.py
py_jobject/defs/object_def.py
py_jobject/defs/str_def.py
py_jobject/defs/time_def.py
tests/__init__.py
tests/objects.py
tests/from_dict/__init__.py
tests/from_dict/test_from_dict_basic.py
tests/from_dict/test_from_dict_convert_str_to_int.py
tests/from_dict/test_from_dict_error_proof.py
tests/from_dict/test_from_dict_extras.py
tests/from_dict/test_from_dict_ignore_non_existent.py
tests/from_dict/test_from_dict_list.py
tests/from_dict/test_from_dict_several_types.py
tests/from_dict/test_from_dict_undefined_types.py
tests/to_dict/__init__.py
tests/to_dict/test_to_dict_accepts_date_string.py
tests/to_dict/test_to_dict_basic.py
tests/to_dict/test_to_dict_convert_str_to_int.py
tests/to_dict/test_to_dict_error_proof.py
tests/to_dict/test_to_dict_extras.py
tests/to_dict/test_to_dict_ignore_non_existent.py
tests/to_dict/test_to_dict_list.py
tests/to_dict/test_to_dict_several_types.py
tests/to_dict/test_to_dict_undefined_types.py