.gitignore
CHANGES.md
CONTRIBUTORS.md
LICENSE
README.md
TODO.md
setup.py
tox.ini
SimpleStruct.egg-info/PKG-INFO
SimpleStruct.egg-info/SOURCES.txt
SimpleStruct.egg-info/dependency_links.txt
SimpleStruct.egg-info/top_level.txt
examples/abstract.py
examples/point.py
examples/typed.py
examples/vector.py
simplestruct/__init__.py
simplestruct/fields.py
simplestruct/struct.py
simplestruct/type.py
tests/__init__.py
tests/test_fields.py
tests/test_struct.py
tests/test_type.py