|
| 1 | +[project] |
| 2 | +name = "datacrunch" |
| 3 | +version = "1.15.0" |
| 4 | +description = "Official Python SDK for DataCrunch Public API" |
| 5 | +readme = "README.md" |
| 6 | +requires-python = ">=3.11" |
| 7 | + |
| 8 | +authors = [{ name = "DataCrunch Oy", email = "info@datacrunch.io" }] |
| 9 | + |
| 10 | +classifiers = [ |
| 11 | + "Development Status :: 5 - Production/Stable", |
| 12 | + "Intended Audience :: Developers", |
| 13 | + "License :: OSI Approved :: MIT License", |
| 14 | + "Natural Language :: English", |
| 15 | + "Operating System :: OS Independent", |
| 16 | + "Programming Language :: Python :: 3", |
| 17 | + "Programming Language :: Python :: 3.11", |
| 18 | + "Programming Language :: Python :: 3.12", |
| 19 | + "Programming Language :: Python :: 3.13", |
| 20 | + "Programming Language :: Python :: 3.14", |
| 21 | +] |
| 22 | + |
| 23 | +dependencies = ["requests>=2.25.1,<3", "dataclasses_json>=0.6.7"] |
| 24 | + |
| 25 | +[dependency-groups] |
| 26 | +dev = [ |
| 27 | + "pytest-cov>=2.10.1,<3", |
| 28 | + "pytest-responses>=0.4.0,<1", |
| 29 | + "pytest>=6.2.1,<7", |
| 30 | + "responses>=0.12.1,<1", |
| 31 | +] |
| 32 | + |
| 33 | +[project.urls] |
| 34 | +Homepage = "https://github.com/DataCrunch-io" |
| 35 | +Documentation = "https://datacrunch-python.readthedocs.io/" |
| 36 | +Repository = "https://github.com/DataCrunch-io/datacrunch-python" |
| 37 | +Changelog = "https://datacrunch-python.readthedocs.io/en/latest/changelog.html" |
| 38 | + |
| 39 | +[build-system] |
| 40 | +requires = ["uv_build>=0.9.5,<0.10.0"] |
| 41 | +build-backend = "uv_build" |
| 42 | + |
| 43 | +[tool.uv.build-backend] |
| 44 | +module-name = "datacrunch" |
| 45 | +module-root = "" |
0 commit comments