libretime/worker
jo 861698987c refactor: don't use f-string on logging statements
The strings are now be formatted if the logging level is enabled.
2023-02-26 19:09:51 +02:00
..
install/systemd fix: remove systemd ProtectHome feature (#2243) 2022-10-19 12:27:02 +02:00
libretime_worker refactor: don't use f-string on logging statements 2023-02-26 19:09:51 +02:00
tests fix(worker): rewrite podcast download task 2022-09-12 10:50:02 +02:00
Makefile chore: split test and coverage tasks 2022-12-07 15:59:52 +02:00
README.md chore: update outdated readmes (#2131) 2022-09-12 20:45:37 +02:00
pyproject.toml test: re-enable pylint logging-fstring-interpolation 2023-02-26 19:09:51 +02:00
requirements.txt chore(deps): update dependency mutagen to >=1.45.1,<1.47 2022-10-10 12:21:55 +02:00
setup.py chore: set dev dependencies version ranges 2023-02-03 07:36:58 +02:00

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