kalente/src/kalente
Kumi 1e9430c2e7
All checks were successful
Python Package CI/CD / Publish to PyPI (push) Successful in 42s
feat: add programmatic usage example to README
Added an example in README for generating a weekly calendar
programmatically using Kalente. This assists developers by
demonstrating how to integrate Kalente into their projects.

fix: default options parameter in convert_html_to_pdf

Updated the `options` parameter in `convert_html_to_pdf` to
default to an empty dictionary. This prevents potential NoneType
errors and ensures consistent behavior.

chore: bump version to 0.2.1

Updated version in pyproject.toml to reflect the new features
and bug fixes.
2024-06-14 07:24:46 +02:00
..
classes feat: add programmatic usage example to README 2024-06-14 07:24:46 +02:00
static Remove logo data from templates, add logo args 2024-02-14 20:57:17 +01:00
templates Linting. 2024-02-14 21:01:20 +01:00
__init__.py refactor: streamline kalente module structure 2024-05-28 12:49:59 +02:00
__main__.py refactor: streamline kalente module structure 2024-05-28 12:49:59 +02:00