Ansel 0.0
A darktable fork - bloat + design vision
Loading...
Searching...
No Matches
make-flathub-manifest.py File Reference

Go to the source code of this file.

Namespaces

namespace  make-flathub-manifest
 
namespace  make
 -flathub-manifest
 

Functions

 make-flathub-manifest.fetch_json (url)
 
 make-flathub-manifest.lens_schema_version ()
 
 make-flathub-manifest.resolve_commit (tag)
 
 make-flathub-manifest.payload_sources ()
 
 make-flathub-manifest.main ()
 

Variables

 make-flathub-manifest.HERE = Path(__file__).resolve().parent
 
 make-flathub-manifest.ROOT = HERE.parent.parent
 
str make-flathub-manifest.NIGHTLY_MANIFEST = HERE / "photos.ansel.Ansel.json"
 
str make-flathub-manifest.ANSEL_GIT = "https://github.com/aurelienpierreeng/ansel.git"
 
str make-flathub-manifest.LENS_SCHEMA_SQL = ROOT / "src" / "external" / "LensSerious" / "src" / "schema.sql"
 
str make-flathub-manifest.LENS_BASE = "https://raw.githubusercontent.com/aurelienpierreeng/LensSerious/main/db"
 
str make-flathub-manifest.MODELS_BASE = "https://raw.githubusercontent.com/aurelienpierreeng/ansel-denoise/master/models"
 
str make-flathub-manifest.BUILD_ROOT = "/run/build/ansel"
 
str make-flathub-manifest.LENS_DEST = "lens-db"
 
str make-flathub-manifest.MODELS_DEST = "nn-models"