initial commit

This commit is contained in:
2025-07-11 15:17:53 +02:00
commit 30d727b196
7 changed files with 555 additions and 0 deletions

22
pyproject.toml Normal file
View File

@@ -0,0 +1,22 @@
[project]
name = "gstreamer-test"
version = "0.1.0"
description = ""
authors = [
{name = "pstruebi",email = "struebin.patrick@gmail.com"}
]
readme = "README.md"
requires-python = "~3.12"
dependencies = [
"pygobject (>=3.52.3,<4.0.0)"
]
[tool.poetry]
packages = [
{ include = "src" }
]
[build-system]
requires = ["poetry-core>=2.0.0,<3.0.0"]
build-backend = "poetry.core.masonry.api"