Initial commit with price extraction from pdf

This commit is contained in:
Edgar P. Burkhart 2026-02-17 11:13:32 +00:00
commit 57550c3282
9 changed files with 252 additions and 0 deletions

10
pyproject.toml Normal file
View file

@ -0,0 +1,10 @@
[project]
name = "py-edf"
version = "0.1.0"
description = "API pour les tarifs EDF"
readme = "README.md"
requires-python = ">=3.12"
dependencies = [
"pypdf>=6.7.0",
"requests>=2.32.5",
]