MANIFEST.in
README.md
setup.cfg
setup.py
django_shard_library.egg-info/PKG-INFO
django_shard_library.egg-info/SOURCES.txt
django_shard_library.egg-info/dependency_links.txt
django_shard_library.egg-info/requires.txt
django_shard_library.egg-info/top_level.txt
requirements/base.txt
requirements/development.txt
shard/__init__.py
shard/admin.py
shard/constants.py
shard/exceptions.py
shard/fields.py
shard/managers.py
shard/mixins.py
shard/models.py
shard/queryset.py
shard/config/__init__.py
shard/config/database_config.py
shard/config/helper.py
shard/routers/__init__.py
shard/routers/base.py
shard/routers/shard.py
shard/routers/specific.py
shard/strategy/__init__.py
shard/strategy/id_generation/__init__.py
shard/strategy/id_generation/base.py
shard/strategy/id_generation/nanosecond.py
shard/strategy/id_generation/table.py
shard/strategy/id_generation/uuid.py
shard/strategy/routing/__init__.py
shard/strategy/routing/base.py
shard/strategy/routing/random.py
shard/utils/__init__.py
shard/utils/database.py
shard/utils/execute.py
shard/utils/memorize.py
shard/utils/shard.py
shard/utils/shard_key.py