Skip to content

Conversation

wfvining
Copy link
Collaborator

Adds import statements to __init__.pys so sub-modules are visible after importing their parent module. For example:

from pvanalytics import quality
quality.gaps.trim_incomplete(...)

wfvining added 2 commits May 26, 2020 14:04
This lets users import modules like `pvanalytics.quality` and use
functions in the submodules directly as `quality.outliers.tukey()`
@wfvining wfvining merged commit dc7c2fd into master May 29, 2020
@wfvining wfvining deleted the package-imports branch June 9, 2020 19:05
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