IVLIVS-III / dart_python_ffi

A Python-FFI for Dart. Easily import any pure Python module into your Dart or Flutter project.
BSD 3-Clause "New" or "Revised" License
23 stars 1 forks source link

Question: dnspython #9

Open pushkinman opened 1 year ago

pushkinman commented 1 year ago

Quick question, is it possible to use dnspython with your solution? if yes, what is good way to integrate it?

IVLIVS-III commented 1 year ago

dnspython must be a pure Python module. Otherwise it is not supported at the moment.

If this condition is met, follow the steps outlined in the packages/examples/pytimeparse_dart example and integrate dnspython instead of pytimeparse.

Note: I am currently working on improving dartpip to automatically handle all necessary integration work automatically. This feature is expected to be ready before the end of September 2023.