1
0
Fork 0
mirror of https://codeberg.org/Reuh/feather.git synced 2025-10-27 10:09:32 +00:00

Initial commit

This commit is contained in:
Étienne Fildadut 2025-10-09 13:50:18 +02:00
commit 824d0ad839
8 changed files with 1054 additions and 0 deletions

9
pyproject.toml Normal file
View file

@ -0,0 +1,9 @@
[project]
name = "feather"
version = "0.1.0"
description = "Add your description here"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"requests>=2.32.5",
]