MANIFEST.in
README.rst
setup.py
microcollections/__init__.py
microcollections/collections.py
microcollections/tests.py
microcollections/datastores/__init__.py
microcollections/datastores/core.py
microcollections/datastores/http.py
microcollections/datastores/memory.py
microcollections/filestores/__init__.py
microcollections/filestores/core.py
microcollections/filestores/directory.py
microcollections/filestores/uri.py
microcollections/filestores/utils.py
scripts/stowaway
stowaway/__init__.py
stowaway/commands.py
stowaway/datastores.py
stowaway/fabfile.py
stowaway/state.py
stowaway/utils.py
stowaway.egg-info/PKG-INFO
stowaway.egg-info/SOURCES.txt
stowaway.egg-info/dependency_links.txt
stowaway.egg-info/requires.txt
stowaway.egg-info/top_level.txt
stowaway/assets/Vagrantfile
stowaway/assets/redis_cli.py
stowaway/dockerfiles/hipache/Dockerfile
stowaway/dockerfiles/hipache/config.json
stowaway/dockerfiles/hipache/run.py
stowaway/dockerfiles/hipache/supervisord.conf
stowaway/dockerfiles/image_store/Dockerfile
stowaway/dockerfiles/redis/Dockerfile
stowaway/dockerfiles/redis/redis.conf
stowaway/dockerfiles/redis/run.sh
stowaway/provisioners/__init__.py
stowaway/provisioners/aws.py