pymbusparser 0.0.7

A Python binding for the M-Bus parser
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[project]
name = "pymbusparser"
version = "0.0.4"
description = "Python bindings for m-bus-parser written in Rust"
authors = [{name = "Michael Aebli"}] 
license = { text = "MIT" }
readme = "README_python.md"


[build-system]
requires = ["maturin>=1.0,<2.0"]
build-backend = "maturin"