1
0

initial commit

This commit is contained in:
2026-06-01 19:59:48 +08:00
commit 0619f8c429
4 changed files with 385 additions and 0 deletions
+22
View File
@@ -0,0 +1,22 @@
[project]
name = "inventory-wars"
version = "0.1.0"
authors = [
{ name = "Poleric", email = "laffey@dizzynight.moe" }
]
description = "A library of tools to handle and process packets from BPSR."
readme = "README.md"
requires-python = ">=3.14"
dependencies = [
"polars>=1.41.2",
"pyside6>=6.11.1",
"scapy>=2.7.0",
"star-resonance-tracer>=0.1.0",
]
[project.urls]
Homepage = "https://git.dizzynight.moe/DizzyNight/inventory-wars"
[tool.uv.sources]
star-resonance-tracer = { git = "https://github.com/Poleric/star-resonance-tracer-py" }