Skip to content

v0.2.0 — Initial PyPI Release

Choose a tag to compare

@malkreide malkreide released this 01 Apr 13:08
· 60 commits to main since this release
Fix ruff lint errors: remove unused imports, modernize type hints

- Remove unused imports (csv, io, lru_cache, Optional, unittest.mock)
- Replace Optional[X] with X | None (UP045)
- Replace str(Enum) with StrEnum (UP042)
- Remove unused variables (except as e → except Exception)
- Remove unused month_names_de variable
- Sort imports in test_server.py (I001)

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>