libretime/analyzer
libretime-bot 65c49c2da2 chore(main): release 4.3.0 2025-01-18 00:11:47 +01:00
..
install/systemd feat: run python in optimized mode (#2874) 2024-01-07 14:30:20 +01:00
libretime_analyzer feat(analyzer): parse comment fields from mp3 files (#3082) 2024-11-22 18:28:06 +00:00
tests feat(analyzer): parse comment fields from mp3 files (#3082) 2024-11-22 18:28:06 +00: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 fix(analyzer): remove unused python3 package 2023-05-11 09:52:58 +01: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.32.2,<2.33 [security] (#3032) 2024-06-22 17:47:09 +02:00
setup.py chore(main): release 4.3.0 2025-01-18 00:11:47 +01: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