sintonia/analyzer
Jonas L 959c0378d6
fix: remove systemd ProtectHome feature (#2243)
Fix #2242
2022-10-19 12:27:02 +02:00
..
install/systemd fix: remove systemd ProtectHome feature (#2243) 2022-10-19 12:27:02 +02:00
libretime_analyzer refactor: upgrade code to Python 3.8 2022-10-11 09:28:52 +02:00
tests chore: list distribution releases by release date 2022-10-10 20:11:33 +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 chore: list distribution releases by release date 2022-10-10 20:11:33 +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(deps): update dependency mutagen to >=1.45.1,<1.47 2022-10-10 12:21:55 +02:00
setup.py feat: drop Python 3.7 support 2022-10-10 23:49:10 +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