initial commit

This commit is contained in:
2026-05-15 16:23:51 -04:00
commit cc44c5a571
11 changed files with 1495 additions and 0 deletions

12
pyproject.toml Normal file
View File

@@ -0,0 +1,12 @@
[project]
name = "p2pchat"
version = "0.1.0"
description = "UDP hole punching p2p chat"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"cryptography>=48.0.0",
"pyperclip>=1.11.0",
"requests>=2.34.2",
"textual>=8.2.6",
]