Skip to content
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

Python package refactoring #12

Merged
merged 23 commits into from
Aug 15, 2021
Merged

Python package refactoring #12

merged 23 commits into from
Aug 15, 2021

Conversation

DanielKotik
Copy link
Owner

Identifiers must start with a letter or an underscore (can't start with 
a numeral).
Avoid namespace cluttering by importing with prefixed underscore.
This is to align with the 3d case where there is already an ABC.
No need to make helper modules private as they are already located in a
private subpackage (`_2d` and `_3d`, respectively).
`optbeam.pxd` files are not needed for pure Python package.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant