🤖 I have created a release *beep* *boop* --- ## [4.2.0](https://github.com/libretime/libretime/compare/4.1.0...4.2.0) (2024-06-22) ### Features * **legacy:** add current date macro to string block criteria ([#3013](https://github.com/libretime/libretime/issues/3013)) ([ |
||
---|---|---|
.. | ||
install/systemd | ||
libretime_worker | ||
tests | ||
Makefile | ||
README.md | ||
pyproject.toml | ||
requirements.txt | ||
setup.py |
README.md
LibreTime Worker
LibreTime Worker is a service that will run background tasks.
Development
# Install dependencies
make install
# Activate the development environment
source .venv/bin/activate
# Run linters
make lint
# Run tests
make test
# See the Makefile for more commands
cat Makefile