[project] name = "isora-hf" version = "0.1.0" description = "Reproducible pipeline that turns the IMF ISORA SDMX API into a clean Hugging Face dataset" requires-python = ">=3.12" dependencies = ["pandas>=2.2", "pyarrow>=15", "huggingface_hub>=0.30", "requests>=2.31", "pyyaml>=6"] [project.optional-dependencies] dev = ["pytest>=8", "ruff>=0.5", "datasets>=2.20"] [tool.setuptools.packages.find] where = ["src"] [tool.ruff] line-length = 100 target-version = "py312" [tool.pytest.ini_options] pythonpath = ["src"] testpaths = ["tests"]