MANIFEST.in
README.md
pyproject.toml
setup.py
stram/__init__.py
stram.egg-info/PKG-INFO
stram.egg-info/SOURCES.txt
stram.egg-info/dependency_links.txt
stram.egg-info/requires.txt
stram.egg-info/top_level.txt
stram/domain/__init__.py
stram/domain/style_product.py
stram/domain/methods/__init__.py
stram/domain/methods/base_method.py
stram/domain/methods/gatys_method.py
stram/domain/methods/yijun_method.py
stram/domain/toolsets/__init__.py
stram/domain/toolsets/gatys_toolset.py
stram/domain/toolsets/general_toolset.py
stram/domain/toolsets/yijun_toolset.py
stram/services/__init__.py
stram/services/commander.py
stram/services/executor.py
stram/services/method_factory.py
stram/utils/__init__.py
stram/utils/exceptions.py
stram/utils/hashing.py
stram/utils/image_processing.py
stram/utils/json_processing.py
stram/utils/worklog.py
tests/conftest.py
tests/e2e/__init__.py
tests/e2e/test_stram.py
tests/integration/__init__.py
tests/integration/test_domain/__init__.py
tests/integration/test_domain/test_methods/__init__.py
tests/integration/test_domain/test_methods/test_gatys_method.py
tests/integration/test_domain/test_methods/test_yijun_method.py
tests/unit/__init__.py
tests/unit/test_domain/__init__.py
tests/unit/test_domain/test_toolsets/__init__.py
tests/unit/test_domain/test_toolsets/test_general_toolsets.py
tests/unit/test_services/__init__.py
tests/unit/test_services/test_commander.py
tests/unit/test_services/test_executor.py
tests/unit/test_services/test_method_factory.py
tests/unit/test_utils/__init__.py
tests/unit/test_utils/test_hashing.py
tests/unit/test_utils/test_image_processing.py
tests/unit/test_utils/test_json_processing.py
tests/unit/test_utils/test_worklog.py