sintonia/analyzer
renovate[bot] bcddc90fe8
chore(deps): update dependency sentry-sdk to >=1.15.0,<1.22 (#2526)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-04-26 12:38:23 +02:00
..
install/systemd fix: remove systemd ProtectHome feature (#2244) 2022-10-19 12:37:39 +02:00
libretime_analyzer feat: add sentry sdk 2023-03-14 14:59:45 +00:00
tests feat: replace loguru with logging 2023-02-26 19:09:51 +02:00
tools feat: change config dir path to /etc/libretime 2022-06-08 23:23:08 +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
packages.ini chore: list distribution releases by release date 2022-10-10 20:11:33 +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 mutagen to >=1.45.1,<1.47 2022-10-10 12:21:55 +02:00
setup.py chore(deps): update dependency sentry-sdk to >=1.15.0,<1.22 (#2526) 2023-04-26 12:38:23 +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