Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Simple
a minimal kedro starter
Based on a project currently running in "production" using GitHub actions pypi-list. It creates some json output for users to find English words that are available as a pypi package.
Simple is set up to use the following tools out of the box.
The goal of this starter is to create the most feature-complete, yet simple interface to get started with kedro. It includes all the package analysis tools I would normally use. The entire project resides essentially in one file with all the needed kedro components; the pipeline, nodes, catalog, and cli. There are some features of kedro such as its cli that will not work, but the core components that make the Pipeline and Catalog will work fine.
Users can use this starter to create simple toy projects, learning, get started quickly on a project that may morph to a full project later, or anything that they would like to move quickly without sacrificing quality and features.