Spaces:
Running
Running
google-labs-jules[bot]
commited on
Commit
·
71315d9
1
Parent(s):
d051ea8
feat: Refactor project to a Python package
Browse filesReorganized the project into a standard Python package structure with a `src` layout.
Encapsulated the core slide generation logic into a `SlideDeckAI` class in `slidedeckai/core.py`.
Refactored the Streamlit app (`app.py`) to use the new `slidedeckai` package, preserving all UI functionality.
Added a command-line interface (CLI) for generating slide decks.
Included necessary packaging files (`pyproject.toml`, `MANIFEST.in`, `_version.py`).