sintonia/worker
jo a60d83311b feat: add python packages version 2023-03-14 14:59:45 +00:00
..
install/systemd fix: remove systemd ProtectHome feature (#2244) 2022-10-19 12:37:39 +02:00
libretime_worker feat: add python packages version 2023-03-14 14:59:45 +00:00
tests fix(worker): rewrite podcast download task 2022-09-12 10:50:02 +02:00
Makefile chore: split test and coverage tasks 2023-01-16 08:42:23 +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 Merge branch '3.0.x' into main 2023-02-26 20:16:38 +01: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