libretime/analyzer
jo 04490676f6 chore: release 3.0.0-beta.2 2022-10-03 12:43:38 +02:00
..
install/systemd feat: extra systemd service hardening (#2197) 2022-09-27 13:17:43 +02:00
libretime_analyzer feat(shared): pass config data via init (#2042) 2022-08-12 15:12:39 +02:00
tests test(analyzer): analyze large audio files (#2050) 2022-09-06 13:11:19 +02:00
tools feat: change config dir path to /etc/libretime 2022-06-08 23:23:08 +02:00
Makefile chore: install local python deps in editable mode 2022-07-27 15:35:57 +02:00
README.md chore: update outdated readmes (#2131) 2022-09-12 20:45:37 +02:00
packages.ini ci: build test images for debian bookworm (#2097) 2022-09-07 23:17:46 +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(analyzer): update pika version range 2022-07-17 21:25:37 +02:00
setup.py chore: release 3.0.0-beta.2 2022-10-03 12:43:38 +02:00

README.md

LibreTime Analyzer

LibreTime Analyzer is a service that analyze file as background jobs and move them into the storage.

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