🤖 I have created a release *beep* *boop* --- ## [4.1.0](https://github.com/libretime/libretime/compare/4.0.0...4.1.0) (2024-05-05) ### Features * **api:** implement file deletion ([#2960](https://github.com/libretime/libretime/issues/2960)) ([ |
||
---|---|---|
.. | ||
install/systemd | ||
libretime_analyzer | ||
tests | ||
tools | ||
Makefile | ||
README.md | ||
packages.ini | ||
pyproject.toml | ||
requirements.txt | ||
setup.py |
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