athena-python-pptx 0.1.45__tar.gz → 0.1.46__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 (33) hide show
  1. {athena_python_pptx-0.1.45 → athena_python_pptx-0.1.46}/PKG-INFO +1 -1
  2. {athena_python_pptx-0.1.45 → athena_python_pptx-0.1.46}/pptx/__init__.py +1 -1
  3. {athena_python_pptx-0.1.45 → athena_python_pptx-0.1.46}/pptx/client.py +1 -1
  4. {athena_python_pptx-0.1.45 → athena_python_pptx-0.1.46}/pptx/presentation.py +1 -1
  5. {athena_python_pptx-0.1.45 → athena_python_pptx-0.1.46}/pyproject.toml +1 -1
  6. {athena_python_pptx-0.1.45 → athena_python_pptx-0.1.46}/.gitignore +0 -0
  7. {athena_python_pptx-0.1.45 → athena_python_pptx-0.1.46}/CHANGELOG.md +0 -0
  8. {athena_python_pptx-0.1.45 → athena_python_pptx-0.1.46}/DEV-GUIDE.md +0 -0
  9. {athena_python_pptx-0.1.45 → athena_python_pptx-0.1.46}/PUBLISHING.md +0 -0
  10. {athena_python_pptx-0.1.45 → athena_python_pptx-0.1.46}/README.md +0 -0
  11. {athena_python_pptx-0.1.45 → athena_python_pptx-0.1.46}/docs/athena-api.json +0 -0
  12. {athena_python_pptx-0.1.45 → athena_python_pptx-0.1.46}/docs/athena-api.md +0 -0
  13. {athena_python_pptx-0.1.45 → athena_python_pptx-0.1.46}/pptx/batching.py +0 -0
  14. {athena_python_pptx-0.1.45 → athena_python_pptx-0.1.46}/pptx/chart/__init__.py +0 -0
  15. {athena_python_pptx-0.1.45 → athena_python_pptx-0.1.46}/pptx/chart/data.py +0 -0
  16. {athena_python_pptx-0.1.45 → athena_python_pptx-0.1.46}/pptx/commands.py +0 -0
  17. {athena_python_pptx-0.1.45 → athena_python_pptx-0.1.46}/pptx/decorators.py +0 -0
  18. {athena_python_pptx-0.1.45 → athena_python_pptx-0.1.46}/pptx/dml/__init__.py +0 -0
  19. {athena_python_pptx-0.1.45 → athena_python_pptx-0.1.46}/pptx/dml/color.py +0 -0
  20. {athena_python_pptx-0.1.45 → athena_python_pptx-0.1.46}/pptx/docgen.py +0 -0
  21. {athena_python_pptx-0.1.45 → athena_python_pptx-0.1.46}/pptx/enum/__init__.py +0 -0
  22. {athena_python_pptx-0.1.45 → athena_python_pptx-0.1.46}/pptx/enum/action.py +0 -0
  23. {athena_python_pptx-0.1.45 → athena_python_pptx-0.1.46}/pptx/enum/chart.py +0 -0
  24. {athena_python_pptx-0.1.45 → athena_python_pptx-0.1.46}/pptx/enum/dml.py +0 -0
  25. {athena_python_pptx-0.1.45 → athena_python_pptx-0.1.46}/pptx/enum/shapes.py +0 -0
  26. {athena_python_pptx-0.1.45 → athena_python_pptx-0.1.46}/pptx/enum/text.py +0 -0
  27. {athena_python_pptx-0.1.45 → athena_python_pptx-0.1.46}/pptx/errors.py +0 -0
  28. {athena_python_pptx-0.1.45 → athena_python_pptx-0.1.46}/pptx/shapes.py +0 -0
  29. {athena_python_pptx-0.1.45 → athena_python_pptx-0.1.46}/pptx/slides.py +0 -0
  30. {athena_python_pptx-0.1.45 → athena_python_pptx-0.1.46}/pptx/text.py +0 -0
  31. {athena_python_pptx-0.1.45 → athena_python_pptx-0.1.46}/pptx/typing.py +0 -0
  32. {athena_python_pptx-0.1.45 → athena_python_pptx-0.1.46}/pptx/units.py +0 -0
  33. {athena_python_pptx-0.1.45 → athena_python_pptx-0.1.46}/pptx/util.py +0 -0
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.4
2
2
  Name: athena-python-pptx
3
- Version: 0.1.45
3
+ Version: 0.1.46
4
4
  Summary: Drop-in replacement for python-pptx that connects to PPTX Studio for real-time collaboration
5
5
  Project-URL: Homepage, https://github.com/pptx-studio/python-sdk
6
6
  Project-URL: Documentation, https://docs.pptx-studio.com/sdk/python
@@ -95,7 +95,7 @@ from .enum.text import MSO_ANCHOR, MSO_AUTO_SIZE
95
95
  # DML color (also available via pptx.dml.color)
96
96
  from .dml.color import RGBColor
97
97
 
98
- __version__ = "0.1.45"
98
+ __version__ = "0.1.46"
99
99
 
100
100
  __all__ = [
101
101
  # Main entry point
@@ -491,7 +491,7 @@ class Client:
491
491
  return DeckSnapshot(
492
492
  deck_id=data["deckId"],
493
493
  name=data.get("name", "Untitled"),
494
- slide_width_emu=data.get("slideWidthEmu", 9144000),
494
+ slide_width_emu=data.get("slideWidthEmu", 12192000),
495
495
  slide_height_emu=data.get("slideHeightEmu", 6858000),
496
496
  slide_count=data.get("slideCount", len(slides)),
497
497
  slides=slides,
@@ -399,7 +399,7 @@ class Presentation:
399
399
  """Width of slides in EMU."""
400
400
  if self._snapshot:
401
401
  return Emu(self._snapshot.slide_width_emu)
402
- return Emu(9144000) # Default 10 inches
402
+ return Emu(12192000) # Default 13.333 inches (widescreen 16:9)
403
403
 
404
404
  @property
405
405
  def slide_height(self) -> Emu:
@@ -4,7 +4,7 @@ build-backend = "hatchling.build"
4
4
 
5
5
  [project]
6
6
  name = "athena-python-pptx"
7
- version = "0.1.45"
7
+ version = "0.1.46"
8
8
  description = "Drop-in replacement for python-pptx that connects to PPTX Studio for real-time collaboration"
9
9
  readme = "README.md"
10
10
  license = "MIT"