-
Notifications
You must be signed in to change notification settings - Fork 2
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
Proposal: Renaming Python package. #37
Comments
@arndcubert @robertCubert @nhanson2 any thoughts? |
I think the renaming is a good idea, I would suggest to leave the examples with the SDK though. So only cuvis.sdk and cuvis.ai? |
That would mean |
As with all things Python, I would encourage us to follow the PEP8 standard unless we have a good reason to break with convention. |
the naming suggestion above is within the PEP8 standard, as far as I know. I'm not sure about empty main package. I'll do some research. |
based on the new naming convention(s), I suggest the following action for the python subpackage.
the package will have the following look for the user:
import cuvis
provides examples to run the camera with.import cuvis.sdk
provides all sdk functionalitiesimport cuvis.ai
provides the classificator (maybe we should divide the ai part into multiple submodules?)The text was updated successfully, but these errors were encountered: