initial commit

This commit is contained in:
2026-06-30 19:52:07 +02:00
commit 9321d1fad6
8 changed files with 1899 additions and 0 deletions

21
pyproject.toml Normal file
View File

@@ -0,0 +1,21 @@
[build-system]
requires = ["setuptools>=68.0", "wheel"]
build-backend = "setuptools.build_meta"
[project]
name = "pypretix_device"
dynamic = ["version"]
authors = [
{ name="Toothwitch", email="witch@toothwit.ch" },
]
description = "A minimal API client for pretix device authentication and ticket scanning"
readme = "README.md"
license = {text = "MIT"}
requires-python = ">=3.11"
dependencies = [
"requests>=2.28",
"certifi",
]
classifiers = [
"Programming Language :: Python :: 3",
]