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

Cleanup package structure #66

Merged
merged 8 commits into from
Nov 8, 2022
Merged

Conversation

martin-schlipf
Copy link
Collaborator

No description provided.

The __init__.py file is renamed to control.py in the main py4vasp
directory and all other files are moved to a _control subfolder. Then
only the public parts of the class are imported.
The __init__.py file is renamed to data.py in the main directory of
py4vasp and all the other files are moved to a _data directory. Then
the public ones are imported in __init__.py.
Rename __init__.py to raw.py and move it to the main directory of
py4vasp. Then move all files to a _raw directory and import the public
interfaces.
Remove deprecated code.
Add import order to CI and makefile
@martin-schlipf martin-schlipf merged commit 62d30dc into master Nov 8, 2022
@martin-schlipf martin-schlipf deleted the cleanup_package_structure branch November 8, 2022 16:17
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.

None yet

1 participant