libretime/worker
renovate[bot] 935a993f6f
chore(deps): update dependency sentry-sdk to >=1.15.0,<1.23 (#2537)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-05-05 17:31:04 +02:00
..
install/systemd fix: remove systemd ProtectHome feature (#2244) 2022-10-19 12:37:39 +02:00
libretime_worker feat: add sentry sdk 2023-03-14 14:59:45 +00:00
tests fix(worker): rewrite podcast download task 2022-09-12 10:50:02 +02:00
Makefile feat: add sentry sdk 2023-03-14 14:59:45 +00: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 requests to >=2.25.1,<2.31 (#2535) 2023-05-03 21:30:39 +02:00
setup.py chore(deps): update dependency sentry-sdk to >=1.15.0,<1.23 (#2537) 2023-05-05 17:31:04 +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