eulumdat-py 0.3.0

Python bindings for eulumdat photometric file parsing library
Documentation
[build-system]
requires = ["maturin>=1.0,<2.0"]
build-backend = "maturin"

[project]
name = "eulumdat"
version = "0.3.0"
description = "Python bindings for eulumdat photometric file parsing library"
readme = "README.md"
license = { text = "MIT OR Apache-2.0" }
requires-python = ">=3.8"
classifiers = [
  "Development Status :: 4 - Beta",
  "Intended Audience :: Developers",
  "Intended Audience :: Science/Research",
  "License :: OSI Approved :: MIT License",
  "License :: OSI Approved :: Apache Software License",
  "Programming Language :: Rust",
  "Programming Language :: Python :: 3",
  "Programming Language :: Python :: 3.8",
  "Programming Language :: Python :: 3.9",
  "Programming Language :: Python :: 3.10",
  "Programming Language :: Python :: 3.11",
  "Programming Language :: Python :: 3.12",
  "Topic :: Scientific/Engineering",
]
keywords = ["eulumdat", "photometry", "lighting", "ies", "ldt"]

[project.urls]
Homepage = "https://github.com/holg/eulumdat-rs"
Repository = "https://github.com/holg/eulumdat-rs"

[tool.maturin]
features = ["pyo3/extension-module"]
module-name = "eulumdat"