A simple command-line todo application built with Python 3.13+ using Test-Driven Development (TDD) principles. todo-app/ ├── src/ │ └── todo_app/ │ ├── __init__.py │ ├── models.py # Task dataclass │ ...
An open-source Python library for simplifying local testing of Databricks workflows using PySpark and Delta tables. This library enables seamless testing of PySpark processing logic outside Databricks ...