yangxk1 opened a new issue, #798: URL: https://github.com/apache/incubator-graphar/issues/798
### Describe the enhancement requested The current python module [cli/](https://github.com/apache/incubator-graphar/tree/main/cli) only provides the command line functions of cli. And it provides fewer interfaces. Rename `cli/` to `python/`, it will provide complete Python SDK functionality through `pybind11`. and the command line functionality will become part of it. Building the python API SDK will have many functions the same as the `cli` module, and they will all use `pybind11`, so it is reasonable to put them in the same directory. But if it is still called `cli/`, it will cause confusion to users. So it should be renamed to `python/` ### Component(s) Other -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
