MANIFEST.in
README.md
requirements-dev.txt
requirements.txt
setup.cfg
setup.py
version.py
myreco/__init__.py
myreco/factory.py
myreco/utils.py
myreco.egg-info/PKG-INFO
myreco.egg-info/SOURCES.txt
myreco.egg-info/dependency_links.txt
myreco.egg-info/requires.txt
myreco.egg-info/top_level.txt
myreco/engines/__init__.py
myreco/engines/data_importer_schema.json
myreco/engines/engines_cores_schema.json
myreco/engines/models.py
myreco/engines/objects_exporter_schema.json
myreco/engines/schema.json
myreco/engines/cores/__init__.py
myreco/engines/cores/base.py
myreco/engines/cores/items_indices_map.py
myreco/engines/cores/utils.py
myreco/engines/cores/filters/__init__.py
myreco/engines/cores/filters/factory.py
myreco/engines/cores/filters/filters.py
myreco/engines/cores/top_seller/__init__.py
myreco/engines/cores/top_seller/core.py
myreco/engines/cores/top_seller/schema.json
myreco/items_types/__init__.py
myreco/items_types/items_schema.json
myreco/items_types/models.py
myreco/items_types/schema.json
myreco/placements/__init__.py
myreco/placements/models.py
myreco/placements/schema.json
myreco/slots/__init__.py
myreco/slots/models.py
myreco/slots/schema.json
myreco/stores/__init__.py
myreco/stores/model.py
myreco/stores/schema.json
myreco/users/__init__.py
myreco/users/models.py
myreco/users/schema.json
myreco/variables/__init__.py
myreco/variables/model.py
myreco/variables/schema.json
tests/__init__.py
tests/conftest.py
tests/integration/__init__.py
tests/integration/conftest.py
tests/integration/fixtures_models.py