Closed danwt closed 2 years ago
python -m pip install .
already works thanks to poetry
. But we need to rename the top-level cli.py
, because it would be available as cli
as executable.
We will publish it to PyPI when these tasks are done. Until then, we will use pip install .
or pip install git+ssh://git@github.com/informalsystems/mbt-python.git
.
Python to Rust FFI - https://pyo3.rs
Packaged with pypi
We must think about how to expose the functionalites contained within the project
Avenues:
ect...