lightning-pose-app 1.8.1a3__py3-none-any.whl → 1.8.1a5__py3-none-any.whl
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- lightning_pose_app-1.8.1a5.dist-info/METADATA +23 -0
- lightning_pose_app-1.8.1a5.dist-info/RECORD +29 -0
- litpose_app/config.py +22 -0
- litpose_app/deps.py +77 -0
- litpose_app/main.py +161 -300
- litpose_app/ngdist/ng_app/3rdpartylicenses.txt +11 -11
- litpose_app/ngdist/ng_app/index.html +3 -2
- litpose_app/ngdist/ng_app/{main-LJHMLKBL.js → main-6XYUWDGZ.js} +370 -203
- litpose_app/ngdist/ng_app/main-6XYUWDGZ.js.map +1 -0
- litpose_app/ngdist/ng_app/{styles-4V6RXJMC.css → styles-GMK322VW.css} +32 -1
- litpose_app/ngdist/ng_app/styles-GMK322VW.css.map +7 -0
- litpose_app/{run_ffprobe.py → routes/ffprobe.py} +164 -132
- litpose_app/{super_rglob.py → routes/files.py} +108 -48
- litpose_app/routes/project.py +72 -0
- litpose_app/routes/transcode.py +131 -0
- litpose_app/tasks/__init__.py +0 -0
- litpose_app/tasks/management.py +20 -0
- litpose_app/tasks/transcode_fine.py +7 -0
- litpose_app/transcode_fine.py +173 -0
- lightning_pose_app-1.8.1a3.dist-info/METADATA +0 -15
- lightning_pose_app-1.8.1a3.dist-info/RECORD +0 -21
- litpose_app/ngdist/ng_app/main-LJHMLKBL.js.map +0 -1
- litpose_app/ngdist/ng_app/styles-4V6RXJMC.css.map +0 -7
- {lightning_pose_app-1.8.1a3.dist-info → lightning_pose_app-1.8.1a5.dist-info}/WHEEL +0 -0
- /litpose_app/ngdist/ng_app/{app.component-UHVEDPZR.css.map → app.component-UAQUAGNZ.css.map} +0 -0
- /litpose_app/ngdist/ng_app/{project-settings.component-5IRK7U7U.css.map → project-settings.component-HKHIVUJR.css.map} +0 -0
- /litpose_app/ngdist/ng_app/{video-tile.component-XSYKMARQ.css.map → video-tile.component-RDL4BSJ4.css.map} +0 -0
- /litpose_app/ngdist/ng_app/{viewer-page.component-MRTIUFL2.css.map → viewer-page.component-KDHT6XH5.css.map} +0 -0
|
@@ -329,6 +329,7 @@
|
|
|
329
329
|
--color-green-400: oklch(79.2% 0.209 151.711);
|
|
330
330
|
--color-sky-100: oklch(95.1% 0.026 236.824);
|
|
331
331
|
--color-sky-700: oklch(50% 0.134 242.749);
|
|
332
|
+
--color-gray-400: oklch(70.7% 0.022 261.325);
|
|
332
333
|
--color-black: #000;
|
|
333
334
|
--spacing: 0.25rem;
|
|
334
335
|
--container-xs: 20rem;
|
|
@@ -444,8 +445,8 @@
|
|
|
444
445
|
}
|
|
445
446
|
}
|
|
446
447
|
}
|
|
447
|
-
</style><link rel="stylesheet" href="/static/styles-
|
|
448
|
+
</style><link rel="stylesheet" href="/static/styles-GMK322VW.css" media="print" onload="this.media='all'"><noscript><link rel="stylesheet" href="/static/styles-GMK322VW.css"></noscript></head>
|
|
448
449
|
<body>
|
|
449
450
|
<app-root></app-root>
|
|
450
|
-
<script src="/static/main-
|
|
451
|
+
<script src="/static/main-6XYUWDGZ.js" type="module"></script></body>
|
|
451
452
|
</html>
|