-
Notifications
You must be signed in to change notification settings - Fork 68
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
Create a first draft of the Starfish API + CLI #292
Comments
ambrosejcarr
changed the title
Clean up public API
Create a first draft of the Starfish API + CLI
Jul 8, 2018
1 task
Proposal for the starfish API:
Questions:
|
Closed by #405 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Before we introduce the spaceTx community to starfish, we should attempt to standardize a coherent API that is consistent with the CLI.
Currently, there are many methods that should be private that are exposed, which makes the API confusing.
filter
,segment
,run
, ...). These should be unified into one method (run
, maybe?)__init__.py
should be made clearer, and since we want to move towards an import pattern where we import the pipeline component, we should make all the implementing components private.The text was updated successfully, but these errors were encountered: