Mode | Name | Size |
-rw-r--r-- | .gitignore | 4L |
-rw-r--r-- | .justfile | 8L |
-rw-r--r-- | config.example.toml | 58L |
-rw-r--r-- | pyproject.toml | 31L |
-rw-r--r-- | src/autotako/__init__.py | 0B |
-rw-r--r-- | src/autotako/app.py | 163L |
-rw-r--r-- | src/autotako/config.py | 54L |
-rw-r--r-- | src/autotako/database.py | 31L |
-rw-r--r-- | src/autotako/feed.py | 10L |
-rw-r--r-- | src/autotako/job_render.py | 532L |
-rw-r--r-- | src/autotako/static/style.css | 111L |
-rw-r--r-- | src/autotako/templates/edit.html | 33L |
-rw-r--r-- | src/autotako/templates/index.html | 67L |
-rw-r--r-- | src/autotako/templates/job.md | 27L |
-rw-r--r-- | src/autotako/templates/job/upload_error.html | 3L |
-rw-r--r-- | src/autotako/templates/job/upload_success.html | 3L |
-rw-r--r-- | tests/test_job_render.py | 38L |