![]() |
Ansel 0.0
A darktable fork - bloat + design vision
|
Functions | |
| fetch_json (url) | |
| lens_schema_version () | |
| resolve_commit (tag) | |
| payload_sources () | |
| main () | |
Variables | |
| HERE = Path(__file__).resolve().parent | |
| ROOT = HERE.parent.parent | |
| str | NIGHTLY_MANIFEST = HERE / "photos.ansel.Ansel.json" |
| str | ANSEL_GIT = "https://github.com/aurelienpierreeng/ansel.git" |
| str | LENS_SCHEMA_SQL = ROOT / "src" / "external" / "LensSerious" / "src" / "schema.sql" |
| str | LENS_BASE = "https://raw.githubusercontent.com/aurelienpierreeng/LensSerious/main/db" |
| str | MODELS_BASE = "https://raw.githubusercontent.com/aurelienpierreeng/ansel-denoise/master/models" |
| str | BUILD_ROOT = "/run/build/ansel" |
| str | LENS_DEST = "lens-db" |
| str | MODELS_DEST = "nn-models" |
| make-flathub-manifest.fetch_json | ( | url | ) |
Definition at line 70 of file make-flathub-manifest.py.
Referenced by payload_sources().
| make-flathub-manifest.lens_schema_version | ( | ) |
The schema the pinned LensSerious reads, which is the database directory to use.
Definition at line 75 of file make-flathub-manifest.py.
Referenced by payload_sources().
| make-flathub-manifest.main | ( | void | ) |
Definition at line 118 of file make-flathub-manifest.py.
References main(), payload_sources(), and resolve_commit().
Referenced by main().
| make-flathub-manifest.payload_sources | ( | ) |
Every file the nightly build would have downloaded, as hashed manifest sources.
Definition at line 92 of file make-flathub-manifest.py.
References fetch_json(), items, and lens_schema_version().
Referenced by main().
| make-flathub-manifest.resolve_commit | ( | tag | ) |
Definition at line 84 of file make-flathub-manifest.py.
Referenced by main().
| str make-flathub-manifest.ANSEL_GIT = "https://github.com/aurelienpierreeng/ansel.git" |
Definition at line 56 of file make-flathub-manifest.py.
| str make-flathub-manifest.BUILD_ROOT = "/run/build/ansel" |
Definition at line 65 of file make-flathub-manifest.py.
| make-flathub-manifest.HERE = Path(__file__).resolve().parent |
Definition at line 52 of file make-flathub-manifest.py.
| str make-flathub-manifest.LENS_BASE = "https://raw.githubusercontent.com/aurelienpierreeng/LensSerious/main/db" |
Definition at line 59 of file make-flathub-manifest.py.
| str make-flathub-manifest.LENS_DEST = "lens-db" |
Definition at line 66 of file make-flathub-manifest.py.
| str make-flathub-manifest.LENS_SCHEMA_SQL = ROOT / "src" / "external" / "LensSerious" / "src" / "schema.sql" |
Definition at line 58 of file make-flathub-manifest.py.
| str make-flathub-manifest.MODELS_BASE = "https://raw.githubusercontent.com/aurelienpierreeng/ansel-denoise/master/models" |
Definition at line 60 of file make-flathub-manifest.py.
| str make-flathub-manifest.MODELS_DEST = "nn-models" |
Definition at line 67 of file make-flathub-manifest.py.
| str make-flathub-manifest.NIGHTLY_MANIFEST = HERE / "photos.ansel.Ansel.json" |
Definition at line 55 of file make-flathub-manifest.py.
| make-flathub-manifest.ROOT = HERE.parent.parent |
Definition at line 53 of file make-flathub-manifest.py.