libretime/worker
jo dbf4667bd8 fix(worker): replace deprecated cgi.parse_header 2022-12-07 15:59:52 +02:00
..
install/systemd fix: remove systemd ProtectHome feature (#2243) 2022-10-19 12:27:02 +02:00
libretime_worker fix(worker): replace deprecated cgi.parse_header 2022-12-07 15:59:52 +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 chore: move isort config to pyproject.toml 2022-12-07 15:59:52 +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 feat: drop Python 3.7 support 2022-10-10 23:49:10 +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