libretime/worker
Jonas L 45a131b668
chore: update outdated readmes (#2131)
2022-09-12 20:45:37 +02:00
..
install/systemd feat(worker): rename service and package to libretime-worker (#2065) 2022-08-20 08:13:30 +02:00
libretime_worker fix(worker): rewrite podcast download task 2022-09-12 10:50:02 +02:00
tests fix(worker): rewrite podcast download task 2022-09-12 10:50:02 +02:00
Makefile test(worker): allow pylint and bandit to fail 2022-09-12 10:50:02 +02:00
README.md chore: update outdated readmes (#2131) 2022-09-12 20:45:37 +02:00
pyproject.toml chore: revert pin setuptools to <64.0.0 for build backend 2022-08-25 09:51:36 +02:00
requirements.txt chore: update requests version range 2022-07-17 21:25:37 +02:00
setup.py fix(worker): rewrite podcast download task 2022-09-12 10:50:02 +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