first commit

This commit is contained in:
Space-Banane
2026-05-29 19:15:00 +02:00
commit a54d1cfeaf
25 changed files with 1183 additions and 0 deletions

View File

@@ -0,0 +1,21 @@
README.md
pyproject.toml
app/__init__.py
app/cache.py
app/main.py
app/merge.py
app/settings.py
app/render/__init__.py
app/render/png.py
app/render/svg.py
app/sources/__init__.py
app/sources/gitea.py
app/sources/github.py
git_activity_merge.egg-info/PKG-INFO
git_activity_merge.egg-info/SOURCES.txt
git_activity_merge.egg-info/dependency_links.txt
git_activity_merge.egg-info/requires.txt
git_activity_merge.egg-info/top_level.txt
tests/test_cache.py
tests/test_merge.py
tests/test_routes.py