imodfile 0.1.0

A pure-Rust IMOD model file decoder/encoder — binary & ASCII, with Python bindings
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[build-system]
requires = ["maturin>=1.0,<2.0"]
build-backend = "maturin"

[project]
name = "imodfile"
version = "0.1.0"
description = "A pure-Rust IMOD model file decoder/encoder — binary & ASCII, with Python bindings"
readme = "README.md"
license = { text = "MIT" }
repository = "https://github.com/elemeng/imodfile"
requires-python = ">=3.8"

[tool.maturin]
features = ["python"]
module-name = "imodfile"
compatibility = "linux"