geddes 0.2.0-alpha

A Rust library for parsing XRD pattern files
Documentation
[build-system]
requires = ["maturin>=1.11,<2.0"]
build-backend = "maturin"

[project]
name = "geddes"
description = "A Python library for parsing XRD pattern files"
readme = "README.md"
requires-python = ">=3.10"
license = { text = "MIT" }
keywords = ["xrd", "parser", "science", "crystallography", "chemistry"]
classifiers = [
    "Programming Language :: Python :: 3",
    "Programming Language :: Rust",
    "License :: OSI Approved :: MIT License",
    "Operating System :: OS Independent",
]
dynamic = ["version"]

[project.optional-dependencies]
test = ["pytest>=7"]

[tool.maturin]
bindings = "pyo3"
features = ["python"]

[tool.pytest.ini_options]
testpaths = ["tests"]