first commit

This commit is contained in:
2025-08-12 10:16:29 +03:00
commit 60b28bf122
21 changed files with 1492 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
[project]
name = "viking-file"
version = "0.1.0"
description = "API Wrapper for ViKiNG FiLE API (https://vikingfile.com)"
requires-python = ">=3.10"
dependencies = [
"aiofiles>=24.1.0",
"aiohttp>=3.12.15",
]