initial commit

This commit is contained in:
John Lancaster
2024-11-18 18:37:58 -06:00
commit 4f34539db8
5 changed files with 31 additions and 0 deletions

0
README.md Normal file
View File

9
pyproject.toml Normal file
View File

@@ -0,0 +1,9 @@
[project]
name = "youtube-gif"
version = "0.1.0"
description = "Creating gifs from youtube vidoes"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"yt-dlp>=2024.11.18",
]

View File

View File

22
uv.lock generated Normal file
View File

@@ -0,0 +1,22 @@
version = 1
requires-python = ">=3.12"
[[package]]
name = "youtube-gif"
version = "0.1.0"
source = { virtual = "." }
dependencies = [
{ name = "yt-dlp" },
]
[package.metadata]
requires-dist = [{ name = "yt-dlp", specifier = ">=2024.11.18" }]
[[package]]
name = "yt-dlp"
version = "2024.11.18"
source = { registry = "https://pypi.org/simple" }
sdist = { url = "https://files.pythonhosted.org/packages/60/5c/906972f44c2057c929c85b9b309bff51847a74aa9f82c7d8dfe350b13225/yt_dlp-2024.11.18.tar.gz", hash = "sha256:b8a4c23d3c9afd7e476bcdb87f38b6c0e8e12e3a239d7988f13acb434200f54d", size = 2908340 }
wheels = [
{ url = "https://files.pythonhosted.org/packages/64/22/1918d2c8c123e9157efd7c2063ea89b4826f904d67b17e77152862ac3347/yt_dlp-2024.11.18-py3-none-any.whl", hash = "sha256:b9741695911dc566498b5f115cdd6b1abbc5be61cb01fd98abe649990a41656c", size = 3173165 },
]