This project's goal is to make a job control daemon with features similar to supervisor.
We use uv for fast dependency management and pre-commit to maintain code quality.
- Prerequisites Ensure you have uv installed on your system.
# Arch Linux:
sudo pacman -S uv
# Others:
curl -LsSf https://astral-sh/uv/install.sh | sh
- Environment Setup
# Create a virtual environment
uv venv
# Activate the environment
source .venv/bin/activate
# De-activate the environment
deactivate
# Install dependencies and sync with the lockfile
uv sync
Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make are greatly appreciated.
Please see our Contributing Guidelines for details on our code of conduct and the process for submitting pull requests.