first commit

This commit is contained in:
2026-07-05 17:25:54 +03:00
commit dc9b5f6a14
6 changed files with 1214 additions and 0 deletions

13
pyproject.toml Normal file
View File

@@ -0,0 +1,13 @@
[project]
name = "useful-functions"
version = "0.1.0"
requires-python = ">=3.13"
dependencies = [
"maya>=0.6.1",
"numpy>=2.5.1",
"pandas>=3.0.3",
"pandas-stubs~=3.0.3",
"psutil>=7.2.2",
"pytz>=2026.2",
"requests>=2.34.2",
]