You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@opendal.apache.org by "Xuanwo (via GitHub)" <gi...@apache.org> on 2023/03/21 16:08:26 UTC

[GitHub] [incubator-opendal] Xuanwo commented on a diff in pull request #1205: feat: Let's try play with python

Xuanwo commented on code in PR #1205:
URL: https://github.com/apache/incubator-opendal/pull/1205#discussion_r1143644572


##########
bindings/python/Cargo.toml:
##########
@@ -0,0 +1,12 @@
+[package]
+name = "opendal-python"
+version = "0.0.1"
+edition = "2021"
+
+[lib]
+name = "opendal"

Review Comment:
   pyo3 requires the lib name to be opendal if we want to use `import opendal` in python directly. I will visit @messense for some advice.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: commits-unsubscribe@opendal.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org