.coveragerc
.gitignore
.travis.yml
MANIFEST.in
README.rst
pytest.ini
requirements.txt
requirements_test.txt
setup.cfg
setup.py
tox.ini
byte/__init__.py
byte/collection.py
byte/compat.py
byte/model.py
byte/property.py
byte/registry.py
byte/types.py
byte.egg-info/PKG-INFO
byte.egg-info/SOURCES.txt
byte.egg-info/dependency_links.txt
byte.egg-info/not-zip-safe
byte.egg-info/pbr.json
byte.egg-info/requires.txt
byte.egg-info/top_level.txt
examples/shop.py
examples/sizing.py
tests/__init__.py
tests/collection/__init__.py
tests/collection/basic_tests.py
tests/model/__init__.py
tests/model/basic_tests.py
tests/model/relation_tests.py