-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement end-user-facing Python lib wrapping ObjectStore #240
Conversation
This is true, but the issue is that in contrast to pyo3-arrow, in pyo3-object_store we're expecting the dependents to reexport the classes exported from pyo3-object_store. Therefore any Python APIs there become part of the public API, I want the public Python API of pyo3-object_store to only have constructors, because that makes the public API surface of So I think for now we'll have free functions from a python-facing object store package. |
Todo:
|
This works!