Mi!
Mi!
We should tackle this soon, wrapping the MAM Rust library (https://github.com/iotaledger/MAM)! There are two options: * https://github.com/PyO3/pyo3 * https://github.com/dgrunwald/rust-cpython The two libraries are discussed here https://github.com/PyO3/pyo3/issues/55 PyO3's approach seems to...
Should MAM for Python come in a separate package or be included in PyOTA?
Looks like the Javascript library will be wrapped around the Rust MAM library, through WebAssembler. See https://github.com/iotaledger/MAM and https://github.com/iotaledger/iota-bindings for Python prep work. If we implement the Rust realisation as...
@alon-e Is this PR still considered?
Awesome, and it is already implemented! Did you benchmark before/after?
Looks like a problem with PySide. Did you check your pyside installation?
Strange, cannot reproduce. Does work here, on `dev` branch.
The import uses `osgeo.gdal` which is a pain to install :( Yet the system packages on Debian based distros work: ``` apt-get install python3-gdal ```
Thanks for pointing this out! The deprecation of `distutils` is quite a big thing. It would be great to use the `setuptools` variant, as described here https://numpy.org/doc/stable/f2py/buildtools/skbuild.html#setuptools-replacement
Uh, gotta check with Mr Herrmann.