imagebaker 0.0.46__tar.gz → 0.0.48__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (46) hide show
  1. {imagebaker-0.0.46 → imagebaker-0.0.48}/PKG-INFO +1 -1
  2. {imagebaker-0.0.46 → imagebaker-0.0.48}/imagebaker/__init__.py +1 -1
  3. {imagebaker-0.0.46 → imagebaker-0.0.48}/imagebaker.egg-info/PKG-INFO +1 -1
  4. {imagebaker-0.0.46 → imagebaker-0.0.48}/imagebaker.egg-info/requires.txt +1 -1
  5. {imagebaker-0.0.46 → imagebaker-0.0.48}/setup.py +2 -2
  6. {imagebaker-0.0.46 → imagebaker-0.0.48}/LICENSE +0 -0
  7. {imagebaker-0.0.46 → imagebaker-0.0.48}/README.md +0 -0
  8. {imagebaker-0.0.46 → imagebaker-0.0.48}/imagebaker/core/__init__.py +0 -0
  9. {imagebaker-0.0.46 → imagebaker-0.0.48}/imagebaker/core/configs/__init__.py +0 -0
  10. {imagebaker-0.0.46 → imagebaker-0.0.48}/imagebaker/core/configs/configs.py +0 -0
  11. {imagebaker-0.0.46 → imagebaker-0.0.48}/imagebaker/core/defs/__init__.py +0 -0
  12. {imagebaker-0.0.46 → imagebaker-0.0.48}/imagebaker/core/defs/defs.py +0 -0
  13. {imagebaker-0.0.46 → imagebaker-0.0.48}/imagebaker/core/plugins/__init__.py +0 -0
  14. {imagebaker-0.0.46 → imagebaker-0.0.48}/imagebaker/core/plugins/base_plugin.py +0 -0
  15. {imagebaker-0.0.46 → imagebaker-0.0.48}/imagebaker/core/plugins/cosine_plugin.py +0 -0
  16. {imagebaker-0.0.46 → imagebaker-0.0.48}/imagebaker/layers/__init__.py +0 -0
  17. {imagebaker-0.0.46 → imagebaker-0.0.48}/imagebaker/layers/annotable_layer.py +0 -0
  18. {imagebaker-0.0.46 → imagebaker-0.0.48}/imagebaker/layers/base_layer.py +0 -0
  19. {imagebaker-0.0.46 → imagebaker-0.0.48}/imagebaker/layers/canvas_layer.py +0 -0
  20. {imagebaker-0.0.46 → imagebaker-0.0.48}/imagebaker/list_views/__init__.py +0 -0
  21. {imagebaker-0.0.46 → imagebaker-0.0.48}/imagebaker/list_views/annotation_list.py +0 -0
  22. {imagebaker-0.0.46 → imagebaker-0.0.48}/imagebaker/list_views/canvas_list.py +0 -0
  23. {imagebaker-0.0.46 → imagebaker-0.0.48}/imagebaker/list_views/image_list.py +0 -0
  24. {imagebaker-0.0.46 → imagebaker-0.0.48}/imagebaker/list_views/layer_list.py +0 -0
  25. {imagebaker-0.0.46 → imagebaker-0.0.48}/imagebaker/list_views/layer_settings.py +0 -0
  26. {imagebaker-0.0.46 → imagebaker-0.0.48}/imagebaker/models/__init__.py +0 -0
  27. {imagebaker-0.0.46 → imagebaker-0.0.48}/imagebaker/models/base_model.py +0 -0
  28. {imagebaker-0.0.46 → imagebaker-0.0.48}/imagebaker/tabs/__init__.py +0 -0
  29. {imagebaker-0.0.46 → imagebaker-0.0.48}/imagebaker/tabs/baker_tab.py +0 -0
  30. {imagebaker-0.0.46 → imagebaker-0.0.48}/imagebaker/tabs/layerify_tab.py +0 -0
  31. {imagebaker-0.0.46 → imagebaker-0.0.48}/imagebaker/utils/__init__.py +0 -0
  32. {imagebaker-0.0.46 → imagebaker-0.0.48}/imagebaker/utils/image.py +0 -0
  33. {imagebaker-0.0.46 → imagebaker-0.0.48}/imagebaker/utils/state_utils.py +0 -0
  34. {imagebaker-0.0.46 → imagebaker-0.0.48}/imagebaker/utils/transform_mask.py +0 -0
  35. {imagebaker-0.0.46 → imagebaker-0.0.48}/imagebaker/window/__init__.py +0 -0
  36. {imagebaker-0.0.46 → imagebaker-0.0.48}/imagebaker/window/app.py +0 -0
  37. {imagebaker-0.0.46 → imagebaker-0.0.48}/imagebaker/window/main_window.py +0 -0
  38. {imagebaker-0.0.46 → imagebaker-0.0.48}/imagebaker/workers/__init__.py +0 -0
  39. {imagebaker-0.0.46 → imagebaker-0.0.48}/imagebaker/workers/baker_worker.py +0 -0
  40. {imagebaker-0.0.46 → imagebaker-0.0.48}/imagebaker/workers/layerify_worker.py +0 -0
  41. {imagebaker-0.0.46 → imagebaker-0.0.48}/imagebaker/workers/model_worker.py +0 -0
  42. {imagebaker-0.0.46 → imagebaker-0.0.48}/imagebaker.egg-info/SOURCES.txt +0 -0
  43. {imagebaker-0.0.46 → imagebaker-0.0.48}/imagebaker.egg-info/dependency_links.txt +0 -0
  44. {imagebaker-0.0.46 → imagebaker-0.0.48}/imagebaker.egg-info/entry_points.txt +0 -0
  45. {imagebaker-0.0.46 → imagebaker-0.0.48}/imagebaker.egg-info/top_level.txt +0 -0
  46. {imagebaker-0.0.46 → imagebaker-0.0.48}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: imagebaker
3
- Version: 0.0.46
3
+ Version: 0.0.48
4
4
  Summary: A package for baking images.
5
5
  Home-page: https://github.com/q-viper/Image-Baker
6
6
  Author: Ramkrishna Acharya
@@ -2,4 +2,4 @@ from loguru import logger # noqa
2
2
 
3
3
  logger.info("imagebaker package loaded with loguru logger.")
4
4
 
5
- __version__ = "0.0.4" # noqa
5
+ __version__ = "0.0.48" # noqa
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: imagebaker
3
- Version: 0.0.46
3
+ Version: 0.0.48
4
4
  Summary: A package for baking images.
5
5
  Home-page: https://github.com/q-viper/Image-Baker
6
6
  Author: Ramkrishna Acharya
@@ -2,7 +2,7 @@ numpy>=1.21
2
2
  matplotlib>=3.4
3
3
  opencv-python>=4.5
4
4
  black>=23.1
5
- pydantic>=2.0
5
+ pydantic>=2.11.1
6
6
  flake8>=6.0
7
7
  typer>=0.9
8
8
  PySide6==6.8.3
@@ -5,7 +5,7 @@ with open("README.md", "r", encoding="utf-8") as fh:
5
5
 
6
6
  setuptools.setup(
7
7
  name="imagebaker",
8
- version="0.0.46",
8
+ version="0.0.48",
9
9
  author="Ramkrishna Acharya",
10
10
  author_email="qramkrishna@gmail.com",
11
11
  description="A package for baking images.",
@@ -25,7 +25,7 @@ setuptools.setup(
25
25
  "matplotlib>=3.4",
26
26
  "opencv-python>=4.5",
27
27
  "black>=23.1",
28
- "pydantic>=2.0",
28
+ "pydantic>=2.11.1",
29
29
  "flake8>=6.0",
30
30
  "typer>=0.9",
31
31
  "PySide6==6.8.3",
File without changes
File without changes
File without changes