tree: be6f2134682dd21be3172ff39766505b2cb0c36f [path history] [tgz]
  1. src/
  2. LICENSE
  3. pyproject.toml
  4. README.md
  5. setup.cfg
python-sdk/README.md

Generate Protobuf / Grpc sources

virtualenv -p python3 env
source env/bin/activate
pip install grpcio grpcio-tools
cd mft-sdk
./generate-stubs.sh

Build the distribution

python3 -m pip install --upgrade build
python3 -m build
python3 -m pip install --upgrade twine
python3 -m twine upload --repository pypi dist/*