libretime/analyzer/README.md

22 lines
352 B
Markdown
Raw Permalink Normal View History

2022-09-12 20:45:37 +02:00
# LibreTime Analyzer
2022-09-12 20:45:37 +02:00
LibreTime Analyzer is a service that analyze file as background jobs and move them into the storage.
2022-09-12 20:45:37 +02:00
## Development
```bash
2022-09-12 20:45:37 +02:00
# Install dependencies
make install
# Activate the development environment
source .venv/bin/activate
2022-09-12 20:45:37 +02:00
# Run linters
make lint
2022-09-12 20:45:37 +02:00
# Run tests
make test
2022-09-12 20:45:37 +02:00
# See the Makefile for more commands
cat Makefile
```