this repo has no description
1Python Interface 2================ 3 4MiniZinc can be directly used from Python using the MiniZinc Python package. This package provides 5an native python interface that interacts directly with the MiniZinc bundle installed on the 6machine. For installation instructions and more information about the package that provides the 7MiniZinc python interface please visit https://minizinc-python.readthedocs.io/. 8 9 10.. warning:: 11 The development of MiniZinc Python is still in the very early stages. We appreciate any feedback 12 for the package, but we would recommend refraining from using the package in production 13 software. The package can drastically change and backwards compatible changes are not 14 guaranteed.