MANIFEST.in
README.md
requirements.txt
setup.py
version
magicstore/__init__.py
magicstore/global_statistics.py
magicstore/mongo.py
magicstore/test.py
magicstore.egg-info/PKG-INFO
magicstore.egg-info/SOURCES.txt
magicstore.egg-info/dependency_links.txt
magicstore.egg-info/requires.txt
magicstore.egg-info/top_level.txt
magicstore/foundation/__init__.py
magicstore/foundation/constants.py
magicstore/foundation/exceptions/RepoException.py
magicstore/foundation/exceptions/__init__.py
magicstore/foundation/utils/__init__.py
magicstore/foundation/utils/date_utils.py
magicstore/foundation/utils/exceptions_utils.py
magicstore/repository/__init__.py
magicstore/repository/mongo_client.py
tests/__init__.py
tests/global_stastistics_test.py