eulumdat-py 0.3.0

Python bindings for eulumdat photometric file parsing library
Documentation
[dependencies.eulumdat]
version = "0.3.0"

[dependencies.pyo3]
features = ["extension-module"]
version = "0.27"

[lib]
crate-type = ["cdylib"]
name = "eulumdat"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Python bindings for eulumdat photometric file parsing library"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "eulumdat-py"
readme = "README.md"
repository = "https://github.com/holg/eulumdat-rs"
version = "0.3.0"