Mainly on GitHub!
TOOD: Add Github CI which pushes to Foregejo
https://github.com/voc/voctomix
- Python 89.9%
- Shell 9%
- Dockerfile 1%
|
|
||
|---|---|---|
| .github/workflows | ||
| configs | ||
| data/images | ||
| debian | ||
| doc | ||
| example-scripts | ||
| python_stubs | ||
| vocto | ||
| voctocore | ||
| voctogui | ||
| .editorconfig | ||
| .gitignore | ||
| .python-version | ||
| Dockerfile | ||
| LICENSE.txt | ||
| pyproject.toml | ||
| README-TRANSITIONS.md | ||
| README.md | ||
| schedule.xml | ||
| uv.lock | ||
VOCTOMIX
voctomix is a video mixing software, written in python.
We support all python versions between "latest stable" and "available in debian stable". Older python versions might work, but we don't test on those.
Developer Setup
uv venv --system-site-packages
uv pip install pygobject-stubs --config-settings=config=Gtk3,Gdk3
uv sync --dev
Tests
uv run pytest
uv run mypy -p voctocore -p voctogui